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 ?
Pages are not showing in admin
Re: Pages are not showing in admin
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
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
Edit the config.php and set the php_memory_limit variable to a higher value, f.e. 48M
Ronny
Ronny
Re: Pages are not showing in admin
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????
$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
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
Ronny