Page 1 of 1

Pages not showed in CMSMS interface

Posted: Thu Jan 31, 2008 6:56 am
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

Re: Pages not showed in CMSMS interface

Posted: Thu Jan 31, 2008 10:03 am
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

Re: Pages not showed in CMSMS interface

Posted: Fri Feb 01, 2008 1:35 am
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

Re: Pages not showed in CMSMS interface

Posted: Fri Feb 01, 2008 4:17 pm
by Pierre M.
See http logS to find usefull information (PHP memory limit, PHP execution time limit, db limit...)

Pierre M.

Re: Pages not showed in CMSMS interface

Posted: Tue Feb 26, 2008 11:09 pm
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.

Re: Pages not showed in CMSMS interface

Posted: Wed Feb 27, 2008 11:07 am
by Pierre M.
Hello,
resistem wrote: Where do I find these logs?
Ask your hosting provider.

Pierre M.