(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
[solved] Admin pages lost all styles
[solved] Admin pages lost all styles
Last edited by EllaGuru on Tue Sep 30, 2008 8:22 pm, edited 1 time in total.
Re: Admin pages lost all styles (with jpeg)
Try increasing your php memory limit. Add:
ini_set( 'memory_limit', '32M' );
near the top of your config.php file.
Nullig
ini_set( 'memory_limit', '32M' );
near the top of your config.php file.
Nullig
Last edited by Nullig on Sun Sep 28, 2008 10:55 pm, edited 1 time in total.
Re: Admin pages lost all styles (with jpeg)
Have you installed or upgrades any modules?
Re: Admin pages lost all styles (with jpeg)
Not recently. The page suddenly changed for no apparent reason. I was just adding content. Thanks.duclet wrote: Have you installed or upgrades any modules?
Re: Admin pages lost all styles (with jpeg)
Thank you. I have tried this and it made no difference whatsoever.Nullig wrote: Try increasing your php memory limit. Add:
ini_set( 'memory_limit', '32M' );
near the top of your config.php file.
Nullig
Any other suggestions?
Re: Admin pages lost all styles (with jpeg)
OK, well, it would be nice to know why....duclet wrote: Have you installed or upgrades any modules?
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.