Allowed Memory Size Error in WordPress

The amount of memory that is allocated to PHP is insufficient.

Add this to your wp-config.php file:

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

If that doesn’t work, the chances are your host has this locked down and you can’t change it, in which case you either need to simplify your site, or move hosts.