• I’m trying to auto update to 2.8 and get this message:

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

    Anyone know what I should do?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • add this line to top of wp-config.php

    define('WP_MEMORY_LIMIT', '64M');

    I did what you recommended and now it shows the latest post a 100 times on the front page of the blog.

    It says either that there’s a fatal error at the bottom of the page or a problem with a plugin. The blog’s back end has also gotten extremely slow and takes forever to load. Wasn’t a problem with 2.7.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fatal Error on Auto Install’ is closed to new replies.