Page 1 of 1
[Solved] Increasing php memory (no pages showing in Admin -> Content -> Pages)
Posted: Mon Jul 06, 2009 2:32 pm
by tkemmere
Hi,
I'm facing the problem mentioned here:
http://forum.cmsmadesimple.org/index.php/topic,33113.0.html
and also here:
http://forum.cmsmadesimple.org/index.php/topic,32869.0.html
Namely,
no pages are listed in my .../admin/listcontent.php (log in -> CMS -> Admin -> Content -> Pages)
The solution seems to be, to increase the php memory.
But
how does one do that?! :-\
Thanks for the advice!
Regards, Thomas.
Re: Increasing php memory (yet unsolved)
Posted: Mon Jul 06, 2009 3:20 pm
by alby
tkemmere wrote:
The solution seems to be, to increase the php memory.
But
how does one do that?!
Edit config.php and in first item try to put:
$config['php_memory_limit'] = '32M';
Alby
Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)
Posted: Mon Jul 06, 2009 3:45 pm
by tkemmere
Thanks Alby.
I was looking for a "$config['php_memory_limit'] = '16M';" or "$config['php_memory_limit'] = '8M';" somewhere, couldn't fnd it, got stuk, but now I see how to add it.
Cheers Thomas.
Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)
Posted: Mon Jul 06, 2009 4:00 pm
by tkemmere
...But I'm still stuk with the problem, that the pages don't show in admin > content > pages.
(FF vs MSIE doesn't do the trick).
I'm running CMS Made Simple 1.2.3 "Black Rock".
php-info on the host shows:
memory_limit 8M 8M
Could it be that I can't overrule my hosting-providers settings?
Could there maybe be a solution in somehow setting my pages-view into collapse-all? Maybe the pages are not showing because I expanded them all? They are like 60+ pages...
Thanks...
Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)
Posted: Mon Jul 06, 2009 5:13 pm
by Pierre M.
Hello,
tkemmere wrote:
I'm facing the problem mentioned here:
No...
tkemmere wrote:
I'm running CMS Made Simple 1.2.3 "Black Rock".
This is your problem : an unmaintained CMSms install. You should have 1.6.x.
tkemmere wrote:
php-info on the host shows:
memory_limit 8M 8M
This may be unsolvable : this hosting specification hardly matches CMSms
hosting requirements.
You should find another hosting plan and deploy CMSms 1.6.x inside it.
Pierre M.
Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)
Posted: Tue Jul 07, 2009 8:11 am
by tkemmere
Thank you Pierre.
The real world is, I'm running CMS Made Simple 1.2.3 "Black Rock". I understand I shouldn't but I am.
I'll have to find the time to upgrade this install. Good to know that that would solve the problem.
I'd have to find the time ánd the money, to find another hosting plan.
The good news is, that my hosting provider upped the memory to 16M and that the problem is solved! For the time being...
Thanks to all.
Regards, Thomas.