Fatal error: Out of memory
-
Fresh install, blog loads but trying to go to the admin area or creating a post is impossible as I get the dreaded out of memory error.
I have adjusted the php.ini as people suggested, its now 128mb instead of the 64mb. Also added these lines to the wp-config file as someone else suggested.
/** Memory Limit */
define(‘WP_MEMORY_LIMIT’, ‘128M’);But no dice. I keep getting the same message. In fact it says “allocated 14680064” which is nothing like the 128mb I have entered in two places.
Anyone got any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal error: Out of memory’ is closed to new replies.