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');