Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #363588

    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/

    #364138

    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

    #364173

    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’ );

    • This reply was modified 9 years, 4 months ago by kyabroudi.
    #365076

    Hi!

    The website you posted is not using Enfold.

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.