Page 1 of 1

[SOLVED] Fatal error when selecting content -> Pages

Posted: Sun Apr 12, 2009 7:46 am
by RichardC
Yesterday night I backed up my plesk 8.6 websites, installed a different (linux) OS on my server including plesk 9, and I managed to restore all my websites. I had to manually change the config.php for all my CMSMS websites in relation to the path settings, but nothing too major. I also logged into the admin part of each CMSMS website to clear the cache.

Now all CMSMS websites work front-end, and all except one work good on the back-end. The one that doesn't work is a relative big website (almost 1 Gb), and has a LOT of pages. When I try to display the pages I get this error below the 'Current pages':

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 393216 bytes) in /var/www/vhosts/balloonheaven.com/httpdocs/lib/classes/class.contentoperations.inc.php on line 61

I haven't had problems with this website in the old situation on the same server. I'm using CMSMS 1.2.3 for this website, and I have just upped the webspace it can use to 1.5 Gb, which didn't help.

Re: Fatal error when selecting content -> Pages

Posted: Sun Apr 12, 2009 10:27 am
by alby
RichardC wrote: I haven't had problems with this website in the old situation on the same server. I'm using CMSMS 1.2.3 for this website, and I have just upped the webspace it can use to 1.5 Gb, which didn't help.
Web space is not the problem.
Your problems are:
1. php memory_limit
2. VERY OLD AND INSECURE RELEASE. UPDATE TO LATEST RELEASE

PS: Upper case and bold are deliberate!

Alby

Re: Fatal error when selecting content -> Pages

Posted: Sun Apr 12, 2009 11:32 am
by RichardC
Thank you for your response. My php_memory limit was set to 32M, enough according to the installer, but I upped it to 40M anyway. I also installed the latest version.

The back-end is working perfectly again!