Pages are not showing in admin

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
peterbra
Forum Members
Forum Members
Posts: 22
Joined: Fri Jul 06, 2007 1:47 pm

Pages are not showing in admin

Post 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 ?
Attachments
scr.jpg
peterbra
Forum Members
Forum Members
Posts: 22
Joined: Fri Jul 06, 2007 1:47 pm

Re: Pages are not showing in admin

Post 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 ???
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Pages are not showing in admin

Post by RonnyK »

Edit the config.php and set the php_memory_limit variable to a higher value, f.e. 48M

Ronny
peterbra
Forum Members
Forum Members
Posts: 22
Joined: Fri Jul 06, 2007 1:47 pm

Re: Pages are not showing in admin

Post 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????
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Pages are not showing in admin

Post 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
Post Reply

Return to “CMSMS Core”