Sunday, October 9, 2011

Wordpress Fatal Error Fixed!

Error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/cortdttr/public_html/wp-admin/includes/comment.php on line 47

FIX:

Add the following line in the 'wp-config.php'.

MySQL settings

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

No comments:

Post a Comment