Skip navigation

Эта тема решена. Вот описание проблемы и ее решения.

Problem:
The client is experiencing an issue where the translation of pages is unexpectedly resetting to the original language, as observed in the WordPress revisions.

Solution:
First, we recommend increasing the WordPress Max Memory Limit to at least 128MB, as WPML requires this minimum. Ideally, 256MB is recommended. To do this, add the following code to your

wp-config.php

file:

define( 'WP_MEMORY_LIMIT', '256M' );<br />define( 'WP_MAX_MEMORY_LIMIT', '512M' );

For more information on increasing memory limits, please visit our documentation:
WPML Minimum Requirements
and
Editing wp-config.php.

Additionally, we need to understand how the translations are being made. We ask the client to clarify whether they are using the Translation Editor or the WordPress editor to create translations and to provide a screenshot of the screen where they translate content.

If this solution doesn't look relevant, please open a new support ticket in our support forum.

Это форум технической поддержки WPML – плагина для многоязычной WordPress.

Доступно для чтения всем, но только клиенты, купившие WPML, могут оставлять сообщения. Сотрудники WPML отвечают на сообщения форума 6 дней в неделю, 22 часов в сутки.

Помечено: 

Эта тема содержит 1 ответ, имеет 2 голоса.

Последнее обновление: Lucas Vidal de Andrade 1 год, 2 месяца назад.

При содействии: Lucas Vidal de Andrade.

Автор Записи
20 декабря, 2023 на 8:39 дп #15098911

sergeyY-6

I have a page translation. But sometimes, for reasons unknown to me, the translation of these pages is reset to the original language.
If I look in the wordpress revisions, I can see that the page content has been changed to the original language.
Maybe I need to enable some settings in the plugin?
скрытая ссылка
скрытая ссылка

21 декабря, 2023 на 7:30 пп #15113207

Lucas Vidal de Andrade
Supporter

Языки: Английский (English ) Испанский (Español ) Немецкий (Deutsch ) Португальский, Бразилия (Português )

Часовой пояс: America/Sao_Paulo (GMT-03:00)

Hello,

thank you for reaching out to us and welcome to the WPML support. Before diving deeper into your issue, I'd like to ask you to increase your WP Max Memory Limit. WPML requires a memory limit of at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set WP Memory Limit in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

See https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php for details. Increasing WP Memory may help improve the performance and sometimes also help to resolve such issues.

Please, also share how you are making your translations. Are you creating the translations via the Translation Editor or via the WordPress editor? If you don't know which one you are using, please share a screenshot of the screen where you translate your content.

I'm waiting for your feedback.