이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
상태 |
주제
|
후원자 | 의견 | 게시물 | 최신 |
---|---|---|---|---|---|
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 월 전에
|