This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was experiencing a warning about the WordPress memory limit even though they had set it to 128MB.
Solution:
We reviewed the wp-config.php file and found that the memory limit was incorrectly set without the 'M' unit. We corrected the code from:
define('WP_MEMORY_LIMIT', '128');
to:
define('WP_MEMORY_LIMIT', '128M');
After this change, the warning no longer appeared. We asked the client to test and confirm if the issue was resolved.
If this solution doesn't look relevant to your issue, please open a new support ticket with us.
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.
This topic is split from https://wpml.org/forums/forum/english-support/
This topic contains 1 reply, has 2 voices.
Last updated by 1 year, 2 months ago.
Assisted by: Mateus Getulio.