I had this error when enable WPML string translation plugin (PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 112 bytes) in wwwroot\wp-content\plugins\wpml-string-translation\inc\functions.php on line 2449)
and I asked WPML support developer they said :
It is a compatibility problem between your theme Enfold and the string translation module. ,Please check for an updated version of your theme. The issue may be fixed if there is a new version.
I am using version 3.0.4 !! …. any help here
my website
http://alzeinsoft.com/
Hey kyabroudi!
The problem is the lack of memory. You should increase the memory limit to use with your theme and all your plugins.
You can learn more about this in the WordPress link:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
Andy
I did that , but nothing work !!
into wp-config.php file in the root added and increase it for more values
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
Hi!
The website you posted is not using Enfold.
Best regards,
Josue