Background of the issue:
I am trying to translate my whole website using WPML Automatic Translator. I am using string translator for global variables. I changed some values and it worked but now it went back to the old version without changing anything.
Symptoms:
When the site is on default Turkish mode, some texts are still in English. I have already opened a ticket for this issue, it was solved but right now it is broken again.
Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128M.
Your current values are:
PHP MemoryLimit 2048M
WP Memory Limit 40M
You need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.
Add this code to the wp-config.php file to increase WordPress memory:
define ('WP_MEMORY_LIMIT', '256M');
Add this just before this comment:
// That's all, stop editing! Happy blogging.
The current values can be viewed under WPML > Support > WordPress.
These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change them directly if the changes are not applied immediately.
If adjusting the limit will not solve the issue, please let us know.