This thread is resolved. Here is a description of the problem and solution.
Problem:
The client needs to fix an issue related to the WordPress memory limit.
Solution:
If you're experiencing issues with the WordPress memory limit, we recommend that you increase the WP memory by adding the following line to your wp-config.php file:
/* WP Memory Limit */ define('WP_MEMORY_LIMIT', '256M');
You can place this line anywhere in the file, but we suggest adding it right before the line that says:
/* That's all, stop editing! Happy blogging. */
After making this change, you can verify the updated memory limit on the WPML >> Support page.
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.