• vihegay

    (@vihegay)


    Hello,

    i have installed the version 3.2.1 some days ago. Yersterday i was working on my web site but i saw sometimes some warnings about memory on my dashboard, then they disappeared…

    Today i wanted to connect to my dashboard, a white page is appearing with the following phrase :

    Fatal error: Out of memory (allocated 27262976) (tried to allocate 311296 bytes) in /homepages/32/d243787152/htdocs/vihegay/wp-admin/menu.php on line 254

    I do not have access to my dashboard, what can i do ?

    Thanks for your answer in advance,
    Igor

Viewing 6 replies - 1 through 6 (of 6 total)
  • Ryan Yu

    (@geeksfolder)

    Thread Starter vihegay

    (@vihegay)

    Hi Geelsfolder, thanks a lot for your answer, it is already something ??

    I checked the option to increase my memory, i changed the wp-settings.php like this :

    // Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
    wp_initial_constants( );
    define(‘WP_MEMORY_LIMIT’, ’96M’);

    The line of define(‘WP_MEMORY_LIMIT’, ’96M’); was not there, i added it.

    BUT, nothing has changed, i can not have access to my dashboard…

    I do not think there is a problem with the memory, i installed a phpinfo.php on the root, it shows 90 M of memory limit…

    Thread Starter vihegay

    (@vihegay)

    In the meantime i could enter to my dashboard after deleting some plugins, and now i find this sentence in the dashboard in two places (entering links & extensions) :

    Fatal error: Out of memory (allocated 29360128) (tried to allocate 19456 bytes) in /homepages/32/d243787152/htdocs/vihegay/wp-includes/class-simplepie.php on line 14233

    What does it mean ?

    Ryan Yu

    (@geeksfolder)

    Try disable all the plugins and find which plugin is causing the issue.

    Thread Starter vihegay

    (@vihegay)

    ok, thanks, i will do it !

    Joe Manna

    (@joemanna)

    I’ve ran into this issue on a few occasions. Here’s how I fixed it:

    Disable all plugins – This is necessary because it will allow you to eliminate any potential issues or conflicts with plugins. This tutorial is handy and works great (but requires you have SQL access): https://perishablepress.com/press/2008/02/18/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/

    Make sure your WP is set to use 96MB of memory – This is a band-aid for the problem, but will make sure that WordPress is asking your server for a good amount of memory to run properly. However, like a car that has knock and ping, higher octane gas won’t “fix” it. You could have a Plugin or a Theme that is not properly managing its memory consumption. Check for updates and update plugins one at a time to ensure they are using the latest code.

    Consider using a caching plugin – A caching plugin saves your web server from needing to work as hard to deliver pages properly to visitors. I am strong fan of W3 Total Cache, but because it’s so powerful, it can be a bit intimidating to setup the first time. The reason why I’m suggesting it is because caching will greatly improve the performance of your blog and helps WordPress maintain a lean memory footprint.

    Hope this helps! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fatal error: Out of memory’ is closed to new replies.