louseey
Member
Posted 5 months ago #
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
add this line to top of wp-config.php
define('WP_MEMORY_LIMIT', '64M');
gideonstrumpet
Member
Posted 5 months ago #
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?