To fix the following or similar error "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/centra/public_html/wp-admin/includes/dashboard.php on line 922" please do the following.

Add the following line to wp-config.php

 

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

Was this answer helpful? 11 Users Found This Useful (16 Votes)