This thread is resolved. Here is a description of the problem and solution.
Problem:
After migrating a site, the client encountered an issue where WPML could not run normally due to an AJAX Error and a server configuration problem. Additionally, there was an inability to edit or see text in the editor, even though the AJAX Error was resolved after re-migrating.
Solution:
We recommended checking with the hosting provider regarding the AJAX Error as it is typically related to server issues. For the memory limit issue, which could also affect WPML's functionality, we advised increasing the WordPress memory limit. This can be done by adding the following lines in the
wp-config.php
file, right before the '/* That’s all, stop editing! Happy publishing. */' line:
define('WP_MAX_MEMORY_LIMIT', '256M');
define('WP_MEMORY_LIMIT', '128M');
After updating, the client should verify the new memory limit under WPML > Support > WordPress > Memory limit.
If these steps do not resolve the issues or if the solution seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If problems persist, please open a new support ticket at WPML support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.