Pages not showed in CMSMS interface

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.
Locked
Mikou

Pages not showed in CMSMS interface

Post by Mikou »

Hi,

Since my hoster made some updates, the "pages" page in CMSMS is not showing any pages anymore. I checked in the database, and pages are there. The site is working well as well, even the CMS, but only the pages are affected.

Image

If you already met this problem please let me know. Thanks.

regards,

Mikou
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Pages not showed in CMSMS interface

Post by RonnyK »

It might be a memory-issue. Could you check the phpinfo....

Otherwise, you could try to increase the memory-limit...

Put this line:

Code: Select all

ini_set("memory_limit", "16M");
In your config.php, just inside the <?php

Ronny
Mikou

Re: Pages not showed in CMSMS interface

Post by Mikou »

I tryed but infortunately it doesn't work...

I think it's probably because my hoster disabled the ini_set function. Can it be ?

Otherwise I ask them to increase the memory, and they friendly said : NO !

lol

I think I will just change the hosting...

Thanks anyway
Pierre M.

Re: Pages not showed in CMSMS interface

Post by Pierre M. »

See http logS to find usefull information (PHP memory limit, PHP execution time limit, db limit...)

Pierre M.
resistem
Forum Members
Forum Members
Posts: 28
Joined: Thu Oct 25, 2007 6:41 pm

Re: Pages not showed in CMSMS interface

Post by resistem »

Where do I find these logs? I have the same problem as described above and adding that ini_set line didn't help.
Last edited by resistem on Tue Feb 26, 2008 11:12 pm, edited 1 time in total.
Pierre M.

Re: Pages not showed in CMSMS interface

Post by Pierre M. »

Hello,
resistem wrote: Where do I find these logs?
Ask your hosting provider.

Pierre M.
Locked

Return to “CMSMS Core”