Hi,
my backend seems not to load the CSS files (1.9.4.1)!
I try a reinstall over the already exist file and on debug, there's no error.
Same error when trying to put the old admin theme
Can someone help me please!
Thank you.
Admin backend broken [SOLVED]
Admin backend broken [SOLVED]
Last edited by Dr.CSS on Sat Apr 02, 2011 10:06 pm, edited 2 times in total.
Reason: no need for words like that...
Reason: no need for words like that...
Re: Admin backend F*** up
Check if the memory_limit is good enough. Increase that to some more...
Ronny
Ronny
Re: Admin backend F*** up
Check the source and see what the URL is of the stylesheet.
I noticed that since it's dynamically generated, whenever I try to navigate to an admin stylesheet, I get the login page, even if I'm logged in.. I have to use one of Chrome's tools to see the loaded CSS.
I noticed that since it's dynamically generated, whenever I try to navigate to an admin stylesheet, I get the login page, even if I'm logged in.. I have to use one of Chrome's tools to see the loaded CSS.
Re: Admin backend F*** up
Thank for those answer,
i forgot to say that i had to erase a module folder manually (create with CTLmoduleMaker) to be able to get back to the module extension, the blank appears after that.
style source is :
when i click on the link, here comes the bug line
i forgot to say that i had to erase a module folder manually (create with CTLmoduleMaker) to be able to get back to the module extension, the blank appears after that.
style source is :
Code: Select all
<link rel="stylesheet" type="text/css" href="style.php" />
Code: Select all
<b>Parse error</b>: syntax error, unexpected T_LNUMBER, expecting T_STRING in <b>/home/lezarts/public_html/modules/1/1.module.php</b> on line <b>32</b><br />
Last edited by ataxel on Fri Apr 01, 2011 8:37 pm, edited 1 time in total.
Re: Admin backend F*** up
Ahh.. check the source for errors.. I sometimes see that on the front end.. If there are any PHP errors, sometimes the page looks like it has no CSS.
Re: Admin backend F*** up
how can i track this error please?
Re: Admin backend F*** up
As I mentioned.. check the source. Do a 'View Source' or whatever it is in your browser, and search for 'error' or 'php'.. and see if you can see an error.
Re: Admin backend F*** up
Code: Select all
<b>Parse error</b>: syntax error, unexpected T_LNUMBER, expecting T_STRING in <b>/home/lezarts/public_html/modules/1/1.module.php</b> on line <b>32</b><br />
Re: Admin backend F*** up [SOLVED]
Might want to double-check that.