Page 1 of 1

Admin backend broken [SOLVED]

Posted: Fri Apr 01, 2011 8:24 pm
by ataxel
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.
The image of the backEnd
The image of the backEnd

Re: Admin backend F*** up

Posted: Fri Apr 01, 2011 8:29 pm
by RonnyK
Check if the memory_limit is good enough. Increase that to some more...

Ronny

Re: Admin backend F*** up

Posted: Fri Apr 01, 2011 8:30 pm
by Wishbone
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.

Re: Admin backend F*** up

Posted: Fri Apr 01, 2011 8:33 pm
by ataxel
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 :

Code: Select all

<link rel="stylesheet" type="text/css" href="style.php" />
when i click on the link, here comes the bug line

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

Posted: Fri Apr 01, 2011 8:36 pm
by Wishbone
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

Posted: Fri Apr 01, 2011 8:38 pm
by ataxel
how can i track this error please?

Re: Admin backend F*** up

Posted: Fri Apr 01, 2011 8:43 pm
by Wishbone
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

Posted: Fri Apr 01, 2011 8:44 pm
by ataxel

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 />
but that does not exist anymore!

Re: Admin backend F*** up [SOLVED]

Posted: Fri Apr 01, 2011 9:56 pm
by Wishbone
Might want to double-check that.