此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
wpml installation on a subside give critical error
发起人:fulviaL
在: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 years前 | |
critical errors after activation
发起人:fulviaL 在:Chat Support |
|
1 | 2 |
1 years前
|
|
fatal error
发起人:fulviaL
在: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 years, 4 months前 | |
problemi con la registrazione delle traduzioni su alcune pagine
发起人:fulviaL 在:English Support |
|
2 | 2 | 2 years, 9 months前 | |
WPML chat support ticket by fulviaL – 1664355102
发起人:fulviaL 在:Chat Support |
|
1 | 1 |
2 years, 9 months前
|
|
problemi con form nelle pagine tradotte 1 2 |
|
3 | 17 |
3 years前
fulviaL |
|
alcune pagine non prendono le traduzioni seppur completate e salvate |
|
2 | 6 | 3 years前 | |
WPML chat support ticket by fulviaL – 1655889042
发起人:fulviaL 在:Chat Support |
|
1 | 2 |
3 years前
|
|
traduzione di testo creato con DIVI e multi-view option |
|
2 | 5 | 3 years, 8 months前 | |
Traduzioni che non si vedono
发起人:fulviaL 在:Chat Support |
|
2 | 2 | 4 years前 | |
traduzioni mancanti per WP Bakery
发起人:fulviaL 在:Chat Support |
|
1 | 2 |
4 years, 4 months前
|