Page 1 of 1

Pages are not showing in admin

Posted: Fri Jan 15, 2010 8:09 am
by peterbra
Hi guys,
I have a HUGE PROBLEM with site www.stars.rs - the list of pages is not showing in the admin area !??? (they are showing on user end...)

That just happened suddenly - everything was working perfectly until yesterday.
I'm using CMS Made Simple 1.6.4 "Moindou"and cataloger
Any ideas ?

Re: Pages are not showing in admin

Posted: Fri Jan 15, 2010 8:34 am
by peterbra
In the debug mode i see this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 262531 bytes) in /home/starsrs/public_html/admin/listcontent.php on line 1060

How to fix it ???

Re: Pages are not showing in admin

Posted: Fri Jan 15, 2010 8:47 am
by RonnyK
Edit the config.php and set the php_memory_limit variable to a higher value, f.e. 48M

Ronny

Re: Pages are not showing in admin

Posted: Fri Jan 15, 2010 9:00 am
by peterbra
My current confing.php:


$config['php_memory_limit'] = '256M';
ini_set('max_execution_time', 120);
$config['process_whole_template'] = true;
$config['debug'] = false;
$config['output_compression'] = false;

Is something wrong here????

Re: Pages are not showing in admin

Posted: Fri Jan 15, 2010 9:47 am
by RonnyK
If that isnt taken, then it might be that your host doesnt allow overruling the given memory. You could contact the host, to ask them to increase memory.

Ronny