Skip to content

Commit a989b88

Browse files
Update troubleshooting.md
1 parent 4e51900 commit a989b88

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/essentials-for-yootheme-pro/troubleshooting.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,23 @@ Access tokens are automatically extended while actively in use. However, once a
6464

6565
- **Joomla**: Configure SMTP settings in _Global Configuration → Mail Settings_
6666
- **WordPress**: Install an SMTP plugin such as [WP Mail SMTP](https://wpmailsmtp.com) and configure it within the plugin's settings
67+
68+
## Config Contains Duplicates
69+
70+
**Error Message**: _Execution Error: Essentials configuration contains duplicates_
71+
72+
This issue arises when the Essentials configuration includes multiple entries for the same resource. Regardless of the resource, the resolution process is the same.
73+
74+
**Steps to Resolve**:
75+
76+
1. Navigate to the `Essentials -> Advanced` panel and export the current configuration.
77+
2. Open the exported configuration file and locate the resources section, eg `sources`.
78+
3. Carefully identify and remove any duplicate entries within the resource section.
79+
4. Save the updated configuration file and re-import it via the `Essentials -> Advanced` panel.
80+
81+
```json
82+
"sources": [
83+
{ "id": "source1", "name": "Source One" },
84+
{ "id": "source1", "name": "Source One" } // Duplicate entry to be removed
85+
]
86+
```

0 commit comments

Comments
 (0)