Forums

Fatal Error > Upgrade to 2.9.1 (2 posts)

  1. stevejudd78
    Member
    Posted 2 years ago #

    Keep getting:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/nlsenior/public_html/wp-includes/http.php on line 1331

    Trying to upgrade to 2.9.1 from 2.8.4

  2. gylgood
    Member
    Posted 2 years ago #

    Had exactly the same problem... I edited line 12 of my wp-settings.php file via FTP. (It's in the main folder of your WP install.)
    from:

    if ( !defined('WP_MEMORY_LIMIT') )
    define('WP_MEMORY_LIMIT', '32M');

    to:

    if ( !defined('WP_MEMORY_LIMIT') )
    define('WP_MEMORY_LIMIT', '64M');

    Sorted it out. Upgraded no problem. Hope that helps.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags