For some reason the layout in CSS is all messed up. All of a sudden the style sheets do not load. And this happens in pretty much all of my sites that I made with CMSMS.
Check out for example http://www.vienalis.nl/admin/login.php or http://www.sensana.eu/admin/login.php All the sites itself can be viewed normally but the admin section is totally screwed up without the stylesheets.
Anyone have any solutions or knwos what the problem is ?
[SOLVED] Admin layout messed up. CSS is not working
[SOLVED] Admin layout messed up. CSS is not working
Last edited by rodeto on Sat Sep 01, 2007 11:53 am, edited 1 time in total.
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: Admin layout messed up. CSS is not working
Dein loginstyle.php spuckt das hier aus:
Edit: sorry for german post. It means: "Your loginstyle.php spit out this"Warning: readfile() has been disabled for security reasons in /home/vienalis/public_html/admin/loginstyle.php on line 5
Last edited by tobik on Sat Sep 01, 2007 7:30 pm, edited 1 time in total.
Re: Admin layout messed up. CSS is not working
Mmm, thanks.
No idea where this comes from since I made no changes myself. I'll better get in touch with my host and see if there has been any changes made in PHP settings or somthing like that.
No idea where this comes from since I made no changes myself. I'll better get in touch with my host and see if there has been any changes made in PHP settings or somthing like that.
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: Admin layout messed up. CSS is not working
Seems that my host made some changes to increase the safety on the server. Turned out it got too safe. He changed it back and it's all working now again.
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
-
- Forum Members
- Posts: 80
- Joined: Thu Sep 13, 2007 10:50 am
Re: [SOLVED] Admin layout messed up. CSS is not working
It seems readfile() is disabled by a number of hosts, one workaround is to replace readfile( with echo file_get_contents(
Readfile() is used in a few different files so be sure to replace them all.
HTH,
Bob
Readfile() is used in a few different files so be sure to replace them all.
HTH,
Bob
Re: [SOLVED] Admin layout messed up. CSS is not working
could you tell me which files have readfile() in?
thanks
thanks
Re: [SOLVED] Admin layout messed up. CSS is not working
Just extract the CMSms package then use your OS search tools to locate inside it the files containing this string.jondrew wrote: could you tell me which files have readfile() in?
Pierre M.