Home Forums WordPress Plugins Hide My WP My website go out of memory.

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13768
    mousa-ad
    Post count: 10

    Hello,

    I installed Nextend Facebook plugin, and I got the same problem described here:

    Nextend Facebook plugin not working

    when I do what you suggested, my web site goes down and give me this error :

    Fatal error: Out of memory (allocated 31457280) (tried to allocate 221184 bytes) in /home1/sketchu6/public_html/wp-includes/functions.php on line 3673

    I deleted HMWP and Restore my SQL and optimize my website to work fine, and every time I install HMWP , my website goes down again.

    I would be appreciated if you can help me,

    Regards,
    Mousa

    #13772
    Suman M.
    Post count: 12478

    Hi, did you try increasing the memory limit? Please add the following line of code in your site’s wp-config.php (just after database info):

    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

    #13773
    mousa-ad
    Post count: 10

    Hello,

    Thanks for reply, I solved the issue by changing the PHP configuration to “PHP 7.0 (Single php.ini)Beta “, I saw this suggestion in this forum.

    Is that will add the possibility of having a problems in the future?

    I copied the code above at the end of wp-config.php, but that make my website down and give that there is an error where I copied it.

    #13774
    Suman M.
    Post count: 12478

    The quotes in the above code is not correct. Below is the correct code and it should solve the issue you are having. But if you are using shared hosting then there might be a limit in PHP memory limit. Please check with your hosting provider.

    define( "WP_MEMORY_LIMIT", "128M" );

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.