• I upgraded to 2.9. It said everything was successful including a data base upgrade. Then, when I went to another page to do something else it told me I had to upgrade my database first. So I clicked the link and go this error:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 35 bytes) in (path)/wp-content/db.php on line 979

    I can’t do anything now, but the blog seems to be working.

Viewing 1 replies (of 1 total)
  • Disabling some memory hungry plugins might help.

    Or…

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 64M try 96M:
    memory_limit = 96M ; Maximum amount of memory a script may consume (96MB)

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 96M

    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define(‘WP_MEMORY_LIMIT’, ’96M’);

    4. Talk to your host.

Viewing 1 replies (of 1 total)
  • The topic ‘Error on ugrading’ is closed to new replies.