Solution for WordPress :: Fatal error: Allowed memory size of xx bytes exhausted

fatal

To Solve this Problem :

Edit your wp-config.php file and enter something like:

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

If you still get error increase memory limit.

.