View Single Post
Old December 18th, 2007, 8:19 AM   #2 (permalink)
markcas
Registered User
Fresh Surpasser
 
Joined in Dec 2007
1 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
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
Code:
<?php
on your wp_config.php file.

You can increase/decrease 16M to whatever works for you.
markcas is offline   Reply With Quote
This user thanks markcas for this great post!
Kayla (December 19th, 2007)