Page 1 of 1

[solved] Admin pages lost all styles

Posted: Sun Sep 28, 2008 10:44 pm
by EllaGuru
(tried to post this but the attachment didn't work; trying again now)

Hi. I am  running CMS Made Simple 1.2.4 , mySQL version 4.1.22 and php 4.4.5.
This is all working with Apache version    1.3.37 (Unix)

The problem I have is that any style whatsoever has disappeared from my admin pages. (See attached picture). I don't recall do anything to make this happen, and I can not see how to fix it.

Thanks

Re: Admin pages lost all styles (with jpeg)

Posted: Sun Sep 28, 2008 10:54 pm
by Nullig
Try increasing your php memory limit. Add:

ini_set( 'memory_limit', '32M' );

near the top of your config.php file.

Nullig

Re: Admin pages lost all styles (with jpeg)

Posted: Mon Sep 29, 2008 12:51 am
by duclet
Have you installed or upgrades any modules?

Re: Admin pages lost all styles (with jpeg)

Posted: Mon Sep 29, 2008 9:31 am
by EllaGuru
duclet wrote: Have you installed or upgrades any modules?
Not recently. The page suddenly changed for no apparent reason. I was just adding content. Thanks.

Re: Admin pages lost all styles (with jpeg)

Posted: Mon Sep 29, 2008 10:00 am
by EllaGuru
Nullig wrote: Try increasing your php memory limit. Add:

ini_set( 'memory_limit', '32M' );

near the top of your config.php file.

Nullig
Thank you. I have tried this and it made no difference whatsoever.

Any other suggestions?

Re: Admin pages lost all styles (with jpeg)

Posted: Mon Sep 29, 2008 11:19 am
by EllaGuru
duclet wrote: Have you installed or upgrades any modules?
OK, well, it would be nice to know why....

In fact I must have installed the 'simple feedback module' before going on holiday. I thought I had failed to install it, but, I just tried to install again now, saw it was already there, and then deleted the entire 'simple feedback module' folder, and voila, there is my admin section looking as it should.

Thanks for your input.