[SOLVED] Admin pages not loading

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
urbanbindi
Forum Members
Forum Members
Posts: 38
Joined: Sat Jan 10, 2009 5:12 pm

[SOLVED] Admin pages not loading

Post by urbanbindi »

I have installed CMSMS version 1.10.3 and I've managed to put a site together for a client. However I'm having a problem with some of the pages in the admin. When clicking on the page name within the Content > Pages section the browser loads up a white page with no admin content. When I inspect it with firebug, there's nothing in the <head></head> and </__body><__body> tags.

It's only happening on some pages and I have mixture of content pages and cataloger category and item pages.

It's a strange problem, and only occurs after a few hours or days of a new page being created.

The modules being used are Listit2 a copy of Listit2 which I have renamed so that it can be used as a case study tool (works perfectly fine) and Cataloger.

i get this error too

Code: Select all

tinyMCE.init({ mode : "exact", elements : "information", body_class : "CMSMSBody", content_css : "
Can anyone help?
urbanbindi
Forum Members
Forum Members
Posts: 38
Joined: Sat Jan 10, 2009 5:12 pm

Re: [SOLVED] Admin pages not loading

Post by urbanbindi »

So after hours of racking my brains out I figure out the problem. It was a memory issue. And the following line of code was added into the config.php file to ensure that the right amount of memory was allocated to CMSMS.

Code: Select all

$config['php_memory_limit'] = '32M';
Post Reply

Return to “CMSMS Core”