Skip to content Skip to sidebar

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 5 replies, has 3 voices.

Last updated by Faisal Ahammad 2 years, 6 months ago.

Assisted by: Faisal Ahammad.

Author Posts
January 25, 2023 at 9:08 am

petterH-2

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes)

sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /home/soul/domains/soul-coach.org/public_html/wp-content/plugins/dotlife-elementor/widgets/service-grid.php on line 330" while reading response header from upstream, client: 88.99.251.11, server: soul-coach.org, request: "GET /?lang=en/?lang=en%2F%3Flang%3Den%2F%3Flang%3Den%2F%3Flang%3Den%2F%3Flang%3Den%2Fpsychologia-kai-diatrofi%2F HTTP/1.1", upstream: "hidden link;, host: "soul-coach.org", referrer: "hidden link;

January 25, 2023 at 9:50 am
January 25, 2023 at 9:57 am #12887541

Bruno Kos
WPML Supporter since 12/2018

Languages: English (English ) German (Deutsch ) French (Français )

Timezone: Europe/Zagreb (GMT+02:00)

Hi,

Can you please check if this issue appears when:

- only WPML plugins are activated, as it will tell us if there is an interaction issue with other plugin
- theme is set to a WordPress default like Twenty Twenty as it will tell us if there is an interaction issue with your theme

If you find that the issue is no longer there, then I suggest you activate the theme first and check if the issue is still happening. If still all working well, then there is possibly some compatibility problem with any of your plugins, so you can for example activate 3 plugins at a time and observe the problem then.

Let us know if you have any questions!

Regards,
Bruno Kos

January 25, 2023 at 2:23 pm #12891119

petterH-2

I made one change and error hasn't display again. I change in the setting of wpml in pages & posts settings from (Translatable, display only translated items ) to (Translatable,use translation if available or, alternatively, use the default language) and the error didn't display again. Can this cause the problem?

January 25, 2023 at 2:48 pm #12891379

Faisal Ahammad

Hi,

Good morning. Could you please provide us with your website’s debug information? You can find more information on how to do this here:
https://wpml.org/faq/provide-debug-information-faster-support/.

I appreciate your cooperation.

Thank you
Faisal

January 26, 2023 at 11:38 am #12897057

petterH-2

Good morning, yes.

January 26, 2023 at 2:32 pm #12898223

Faisal Ahammad

Hello,

Based on the debug information you have provided, it appears that your WordPress Memory Limit is set to 128M. Increasing this to 135M or higher should resolve the issue.

You can contact your hosting provider to make this change, or you can do it yourself by adding the following code to the wp-config.php file in your WordPress installation:

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

Add it before this line:

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

Could you please perform that procedure and see if it helps?

Thank you
Faisal