The
WP_MEMORY_LIMIT option allows you to specify the maximum
amount of memory that can be consumed by PHP. This setting may be
necessary in the event you receive a message such as "Allowed memory
size of xxxxxx bytes exhausted".
Solution:
Try adding this line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');
Article ID: 278, Created: November 7, 2012 at 7:13 PM, Modified: November 7, 2012 at 7:13 PM