Had this problem also when I transferred my Wordpress installation to Surpass yesterday.
You need to add this line:
Code:
ini_set('memory_limit','16M');
near the top, right after
on your wp_config.php file.
You can increase/decrease 16M to whatever works for you.