Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355395 bytes) in /home1/bikeworl/public_html/wp-includes/http.php on line 1327
Any ideas? This is a vanilla WP installation. I was on 2.8.1
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355395 bytes) in /home1/bikeworl/public_html/wp-includes/http.php on line 1327
Any ideas? This is a vanilla WP installation. I was on 2.8.1
add this line to wp-config.php
define('WP_MEMORY_LIMIT', '64M');
That did it. Thanks!
Thanks for the easy fix.
This topic has been closed to new replies.