Page 1 of 1

[SOLVED] Admin pages not loading

Posted: Tue Jul 03, 2012 5:31 pm
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?

Re: [SOLVED] Admin pages not loading

Posted: Wed Jul 04, 2012 10:27 am
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';