Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 368640 bytes) in /mnt/110/sdb/1/d/jef/ wordpress/wp-includes/ on line

This error looks bad, but most simple to handle:)

Goto the directory of your blog in Cpanel.

Click wp_settings

open in an editor.

search for wp_memory.

goto

define (’wp_memory_limit’, ‘32M’);

and change 32 to 64.
define(’WP_MEMORY_LIMIT’, ‘64M’);

save the file and DONE :D

You must be logged in to post a comment.