[Solved] Increasing php memory (no pages showing in Admin -> Content -> Pages)

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
tkemmere
Forum Members
Forum Members
Posts: 33
Joined: Fri Aug 11, 2006 1:00 pm

[Solved] Increasing php memory (no pages showing in Admin -> Content -> Pages)

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

Image

The solution seems to be, to increase the php memory.

But how does one do that?!  :-\

Thanks for the advice!

Regards, Thomas.
Last edited by tkemmere on Tue Jul 07, 2009 8:11 am, edited 1 time in total.
alby

Re: Increasing php memory (yet unsolved)

Post 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
tkemmere
Forum Members
Forum Members
Posts: 33
Joined: Fri Aug 11, 2006 1:00 pm

Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)

Post 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.
Last edited by tkemmere on Mon Jul 06, 2009 4:28 pm, edited 1 time in total.
tkemmere
Forum Members
Forum Members
Posts: 33
Joined: Fri Aug 11, 2006 1:00 pm

Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)

Post 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...
Last edited by tkemmere on Mon Jul 06, 2009 4:29 pm, edited 1 time in total.
Pierre M.

Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)

Post 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.
tkemmere
Forum Members
Forum Members
Posts: 33
Joined: Fri Aug 11, 2006 1:00 pm

Re: Increasing php memory (no pages showing in Admin -> Content -> Pages)

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

Return to “CMSMS Core”