Skip to content Skip to sidebar

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.

This topic contains 1 reply, has 2 voices.

Last updated by Noman 1 year, 9 months ago.

Assisted by: Noman.

Author Posts
October 20, 2023 at 5:31 pm #14626311

piotrC-16

how to fix it? Everything is fine with us. We checked the hosting and we have 200 mb

CYBER .jpg
October 20, 2023 at 6:07 pm #14626589

Noman
WPML Supporter since 06/2016

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting WPML Support. You should be able to fix it by adding this line to your wp-config.php file to increase WP memory, wp-config.php file is located at the root of your WP install:

/* WP Memory Limit */
define('WP_MEMORY_LIMIT', '256M');

You can add it anywhere in your file. I recommend placing it right before the following line:

/* That's all, stop editing! Happy blogging. */

After adding the above code in wp-config.php file you can confirm it from WPML >> Support page.

Please let me know if this resolves your issue or if you need further assistance with this issue.

Thank you