このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
---|---|---|---|---|---|
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年前 | |
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年、 4ヶ月前 | |
problemi con la registrazione delle traduzioni su alcune pagine
開始者:fulviaL カテゴリ:English Support |
|
2 | 2 | 2年、 9ヶ月前 | |
problemi con form nelle pagine tradotte
1
2
開始者:fulviaL カテゴリ:Assistenza in italiano |
|
3 | 17 |
3年前
fulviaL |
|
alcune pagine non prendono le traduzioni seppur completate e salvate
開始者:fulviaL カテゴリ:Assistenza in italiano |
|
2 | 6 | 3年前 | |
WPML chat support ticket by fulviaL – 1655889042
開始者:fulviaL カテゴリ:Chat Support |
|
1 | 2 |
3年前
|
|
traduzione di testo creato con DIVI e multi-view option
開始者:fulviaL カテゴリ:Assistenza in italiano |
|
2 | 5 | 3年、 8ヶ月前 | |
Traduzioni che non si vedono
開始者:fulviaL カテゴリ:Chat Support |
|
2 | 2 | 4年前 | |
traduzioni mancanti per WP Bakery
開始者:fulviaL カテゴリ:Chat Support |
|
1 | 2 |
4年、 4ヶ月前
|