This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
wpml installation on a subside give critical error
Started by: fulviaL
in: English Support
Problem: AddTranslationManagerCapToAdmin.php file. The client should change the code from: get_role('administrator')->add_cap(User::CAP_MANAGE_TRANSLATIONS); to: if(get_role('administrator') != NULL){ get_role('administrator')->add_cap(User::CAP_MANAGE_TRANSLATIONS); } This modification checks if the 'administrator' role exists before attempting to add capabilities, preventing the error. If this solution does not resolve the issue or seems irrelevant due to updates or different circumstances, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If problems persist, please open a new support ticket at WPML support forum for further assistance. |
|
2 | 16 | 1 year ago | |
fatal error
Started by: fulviaL
in: English Support
Problem: add_cap() on null within the WPML plugin's upgrade script. Solution: wp-content/plugins/sitepress-multilingual-cms/classes/upgrade/commands/AddTranslationManagerCapToAdmin.php . get_role( 'administrator' )->add_cap( User::CAP_MANAGE_TRANSLATIONS ); 3. Replace it with the following code to check if the administrator role exists before attempting to add capabilities: if(get_role( 'administrator' )!= NULL){ get_role( 'administrator' )->add_cap( User::CAP_MANAGE_TRANSLATIONS ); } 4. Save the changes. Please note that this solution might be outdated or not applicable to your case. If the issue persists, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you need further assistance, please open a new support ticket. |
|
3 | 14 | 1 year, 3 months ago | |
problemi con la registrazione delle traduzioni su alcune pagine
Started by: fulviaL in: English Support |
|
2 | 2 | 2 years, 9 months ago | |
problemi con form nelle pagine tradotte
1
2
Started by: fulviaL in: Assistenza in italiano |
|
3 | 17 |
3 years ago
fulviaL |
|
alcune pagine non prendono le traduzioni seppur completate e salvate
Started by: fulviaL in: Assistenza in italiano |
|
2 | 6 | 3 years ago | |
WPML chat support ticket by fulviaL – 1655889042
Started by: fulviaL in: Chat Support |
|
1 | 2 |
3 years ago
|
|
traduzione di testo creato con DIVI e multi-view option
Started by: fulviaL in: Assistenza in italiano |
|
2 | 5 | 3 years, 8 months ago | |
Traduzioni che non si vedono
Started by: fulviaL in: Chat Support |
|
2 | 2 | 4 years ago | |
traduzioni mancanti per WP Bakery
Started by: fulviaL in: Chat Support |
|
1 | 2 |
4 years, 4 months ago
|