Navigation überspringen

Dieses Thema ist gelöst. Hier finden Sie eine Beschreibung des Problems und der Lösung.

Problem:
The client is unable to review translations by clicking on "Review" in WPML->Translations. The page simply reloads, and an error is logged. Additionally, attempting to download translations as XLIFF files results in an error, even after increasing the memory limit.
Solution:
We recommend resending the jobs for translation. To do this, follow these steps:
1. Navigate to WPML > Translation Management.
2. Resend the jobs for translation.
If the issue persists after these steps, we will set up a separate environment to test with a different PHP version. If the solution provided here does not resolve your issue, or if it seems outdated or irrelevant to your case, please do not hesitate to open a new support ticket. We also 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. For further assistance, you can reach out to us on the WPML support forum.

100% of people find this useful.

Dies ist das technische Support-Forum für WPML – das mehrsprachige WordPress-Plugin.

Mitlesen können alle, doch nur WPML-Kunden können hier Fragen veröffentlichen. Das WPML-Team antwortet im Forum an 6 Tagen pro Woche, 22 Stunden am Tag.

Schlagwörter: 

Dieses Thema enthält 7 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Lucas Vidal de Andrade Vor 9 Monaten.

Assistiert von: Lucas Vidal de Andrade.

Verfasser Beiträge
Februar 29, 2024 unter 12:04 pm #15357762
Februar 29, 2024 unter 5:03 pm #15359825

Lucas Vidal de Andrade
Supporter

Sprachen: Englisch (English ) Spanisch (Español ) Deutsch (Deutsch ) Portugiesisch, Brasilien (Português )

Zeitzone: America/Sao_Paulo (GMT-03:00)

Hello,

We were checking your debug information, and saw that you are using PHP version 8.2, which is not supported yet by WordPress. Please downgrade it to version 8.0, so we can test everything again.

We are going to reset your credits after downgrading, so you don't spend anything when testing your website's functionalities and WPML. Please let me know hoe it goes.

It's probable that'll need to check your website again, once the PHP is downgraded.

März 1, 2024 unter 8:01 am #15361207

johannesD-14

Hi,

your editor which is not working right now worked before with php 8.2. Our website had php 8.2 from the start. It worked, then these issues in the other support ticket came up (https://wpml.org/de/forums/topic/credits-problem-after-moving-site/#post-15355241) and after that, the editor stopped working. Hence, I can guarantee you this is unrelated to the php version.

Whenever you click on the editor link (WPML->translations, then review a page, then edit translation), the logs show a "ATE Server Communication" "Unauthorized" error which I find highly suspicious.

I just tested it again: it works for same pages. E.g. for "drei kacheln" I am able to get in the editor. Then for others like "use cases" it constantly fails and the unauthorized message appears in the logs.

März 1, 2024 unter 12:07 pm #15362751

Lucas Vidal de Andrade
Supporter

Sprachen: Englisch (English ) Spanisch (Español ) Deutsch (Deutsch ) Portugiesisch, Brasilien (Português )

Zeitzone: America/Sao_Paulo (GMT-03:00)

I see. I still insist that you downgrade your PHP version to 8.0, since the version you are using is not supported by WordPress as a whole. It can lead to many issues, and downgrading will help us find the solution to your problem.

What's happening, is that there is a mismatch between the Job IDs on your website and the Job IDs in ATE. We want to resend the jobs for translations, but we can only ensure that this is feasible, once we are working with the right PHP version.

Furthermore, I was able to reproduce the error, but I couldn't activate the debug log due to permission restrictions. Could you please enable it for us?

To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:

define('WP_DEBUG', true);

If the false option isn't there, you can simply add the code above.

To enable the error logging to a file on the server you need to add yet one more similar line:

define( 'WP_DEBUG_LOG', true );

Reproduce the error and check the debug.log file. In this case, the errors will be saved to a debug.log file inside the /wp-content/directory.

I'm waiting for your feedback.

März 4, 2024 unter 10:12 am #15368609

johannesD-14

I have started the debug mode, reproduced the error and then turned the debug mode off again (it is our live website and it showed debug messages in this case). These are the results:

```
[04-Mar-2024 09:59:27 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_main_id() on null in /bitnami/wordpress/wp-content/plugins/elementor-pro/core/utils.php:80
Stack trace:
#0 /bitnami/wordpress/wp-content/plugins/elementor-pro/modules/forms/widgets/form.php(2258): ElementorPro\Core\Utils::get_current_post_id()
#1 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/controls-stack.php(2297): ElementorPro\Modules\Forms\Widgets\Form->render()
#2 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/widget-base.php(614): Elementor\Controls_Stack->render_by_mode()
#3 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/widget-base.php(755): Elementor\Widget_Base->render_content()
#4 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/element-base.php(464): Elementor\Widget_Base->print_content()
#5 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/element-base.php(1372): Elementor\Element_Base->print_element()
#6 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/element-base.php(464): Elementor\Element_Base->print_content()
#7 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/element-base.php(1372): Elementor\Element_Base->print_element()
#8 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/element-base.php(464): Elementor\Element_Base->print_content()
#9 /bitnami/wordpress/wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php(2273): Elementor\Element_Base->print_element()
#10 /bitnami/wordpress/wp-content/plugins/elementor-pro/modules/mega-menu/widgets/mega-menu.php(1993): ElementorPro\Modules\MegaMenu\Widgets\Mega_Menu->print_child()
#11 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/controls-stack.php(2297): ElementorPro\Modules\MegaMenu\Widgets\Mega_Menu->render()
#12 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/widget-base.php(614): Elementor\Controls_Stack->render_by_mode()
#13 /bitnami/wordpress/wp-content/plugins/elementor/includes/base/widget-base.php(678): Elementor\Widget_Base->render_content()
#14 /bitnami/wordpress/wp-content/plugins/elementor/includes/db.php(202): Elementor\Widget_Base->render_plain_content()
#15 /bitnami/wordpress/wp-content/plugins/elementor/includes/db.php(208): Elementor\DB->render_element_plain_content()
#16 /bitnami/wordpress/wp-content/plugins/elementor/includes/db.php(208): Elementor\DB->render_element_plain_content()
#17 /bitnami/wordpress/wp-content/plugins/elementor/includes/db.php(558): Elementor\DB->render_element_plain_content()
#18 /bitnami/wordpress/wp-content/plugins/elementor/includes/db.php(539): Elementor\DB->get_plain_text_from_data()
#19 /bitnami/wordpress/wp-content/plugins/elementor/includes/db.php(230): Elementor\DB->get_plain_text()
#20 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Integrations/Elementor/class-wpml-elementor-db.php(19): Elementor\DB->save_plain_text()
#21 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Integrations/Elementor/class-wpml-elementor-data-settings.php(58): WPML_Elementor_DB->save_plain_text()
#22 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(324): WPML_Elementor_Data_Settings->save_post_body_as_plain_text()
#23 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#24 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
#25 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Shared/st/strategy/api-hooks/class-wpml-pb-update-api-hooks-in-content.php(13): do_action()
#26 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Shared/st/class-wpml-pb-update-post.php(62): WPML_PB_Update_API_Hooks_In_Content->update()
#27 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Shared/st/class-wpml-pb-update-post.php(38): WPML_PB_Update_Post->update_post()
#28 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Shared/st/class-wpml-pb-string-translation-by-strategy.php(47): WPML_PB_Update_Post->update()
#29 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Shared/st/class-wpml-pb-integration.php(323): WPML_PB_String_Translation_By_Strategy->save_translations_to_post()
#30 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/Fns.php(175): WPML_PB_Integration->{closure}()
#31 [internal function]: WPML\FP\Fns::WPML\FP\{closure}()
#32 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array()
#33 [internal function]: WPML\FP\{closure}()
#34 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/Fns.php(164): array_map()
#35 [internal function]: WPML\FP\Fns::WPML\FP\{closure}()
#36 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array()
#37 [internal function]: WPML\FP\Fns::WPML\FP\{closure}()
#38 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array()
#39 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/Fns.php(169): WPML\FP\Fns::__callStatic()
#40 [internal function]: WPML\FP\Fns::WPML\FP\{closure}()
#41 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array()
#42 [internal function]: WPML\FP\Fns::WPML\FP\{closure}()
#43 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array()
#44 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Shared/st/class-wpml-pb-integration.php(288): WPML\FP\Fns::__callStatic()
#45 /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/addons/wpml-page-builders/classes/Shared/st/class-wpml-pb-integration.php(322): WPML_PB_Integration->with_strategies()
#46 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(324): WPML_PB_Integration->save_translations_to_post()
#47 /opt/bitnami/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#48 /opt/bitnami/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
#49 /opt/bitnami/wordpress/wp-includes/load.php(1260): do_action()
#50 [internal function]: shutdown_action_hook()
#51 {main}
thrown in /bitnami/wordpress/wp-content/plugins/elementor-pro/core/utils.php on line 80
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:27 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:28 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:28 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:38 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:38 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:38 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:38 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:38 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:38 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:39 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:39 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:39 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:39 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:39 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:39 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:40 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:41 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:41 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:41 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:41 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:46 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:46 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:46 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:46 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:46 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/classes/url-handling/converter/strategy/class-wpml-url-converter-subdir-strategy.php on line 200
[04-Mar-2024 09:59:46 UTC] PHP Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/formatting.php on line 2831
[04-Mar-2024 09:59:46 UTC] PHP Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/wp-seo-multilingual/classes/class-wpml-wpseo-filters.php on line 131
[04-Mar-2024 09:59:52 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:52 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:55 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:55 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:59 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 09:59:59 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 09:59:59 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 09:59:59 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[04-Mar-2024 09:59:59 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/classes/url-handling/converter/strategy/class-wpml-url-converter-subdir-strategy.php on line 200
[04-Mar-2024 09:59:59 UTC] PHP Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /opt/bitnami/wordpress/wp-includes/formatting.php on line 2831
[04-Mar-2024 09:59:59 UTC] PHP Deprecated: urlencode(): Passing null to parameter #1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/wp-seo-multilingual/classes/class-wpml-wpseo-filters.php on line 131
[04-Mar-2024 10:00:01 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37
[04-Mar-2024 10:00:01 UTC] PHP Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /bitnami/wordpress/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38
[04-Mar-2024 10:00:01 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[04-Mar-2024 10:00:01 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /bitnami/wordpress/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
```

Wrt downgrading php: We are using AWS Lightsail with bitnami wordpress docker container that uses PHP 8.2. Even if I would be able to manage downgrading this in the docker container, if the node restarts, it may be changed back again or so. Moreover, I dont even know how to downgrad it. I understand your point but I wonder if this is really necessary. I clones the "Automotive" page ("Automotive TEST TRANSLATE"), let it translsate by WPML and I was able to use the advanced editor.

März 4, 2024 unter 7:42 pm #15371862

Lucas Vidal de Andrade
Supporter

Sprachen: Englisch (English ) Spanisch (Español ) Deutsch (Deutsch ) Portugiesisch, Brasilien (Português )

Zeitzone: America/Sao_Paulo (GMT-03:00)

Hello,

Thank you for sharing. Can you please try resending the jobs for translation? Please go to WPML > Translation Management and send the jobs for translation again, to see if it works. If that's not the case, I'll create a separate environment for us to test with another PHP version. Please let me know how it goes.

März 5, 2024 unter 5:46 pm #15375992
johannesD-14

Thanks, everything worked fine except with translation and the WPML advanced editor is working for all pages I have tested it with. There is only one tiny issue: The template "Header" translation cannot be saved. If I automatically translate it with WPML it will stay in pending forever. If I try to manually translate via advanced or classic editor, pressing "save" will load forever and nothing happens. Do you have any idea about the cause? I wouldnt mind to translate it manually. In fact, the translation is already done, i just cannot publish it...

Neue Threads, die von Lucas Vidal de Andrade erstellt wurden und mit diesem verbunden sind, sind unten aufgeführt:

https://wpml.org/de/forums/topic/split-split-cant-edit-translations/

März 5, 2024 unter 6:04 pm #15376013

Lucas Vidal de Andrade
Supporter

Sprachen: Englisch (English ) Spanisch (Español ) Deutsch (Deutsch ) Portugiesisch, Brasilien (Português )

Zeitzone: America/Sao_Paulo (GMT-03:00)

Hello,

That's great to hear. Since the primary issue has been resolved, I opened a new ticket for this translation that is stuck. I already answered it there.

https://wpml.org/de/forums/topic/split-split-cant-edit-translations/

Again, thank you so much for your patience. I know it took a while until we could get WPML up and running in your specific installation, and your cooperation made a total difference.

März 6, 2024 unter 8:02 am #15377379

johannesD-14

Yes, thanks again for your fast support.