Admin backend broken [SOLVED]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
ataxel
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 19, 2007 1:32 pm

Admin backend broken [SOLVED]

Post 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
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...
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Admin backend F*** up

Post by RonnyK »

Check if the memory_limit is good enough. Increase that to some more...

Ronny
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Admin backend F*** up

Post 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.
ataxel
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 19, 2007 1:32 pm

Re: Admin backend F*** up

Post 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 />
Last edited by ataxel on Fri Apr 01, 2011 8:37 pm, edited 1 time in total.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Admin backend F*** up

Post 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.
ataxel
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 19, 2007 1:32 pm

Re: Admin backend F*** up

Post by ataxel »

how can i track this error please?
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Admin backend F*** up

Post 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.
ataxel
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 19, 2007 1:32 pm

Re: Admin backend F*** up

Post 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!
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

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

Post by Wishbone »

Might want to double-check that.
Post Reply

Return to “CMSMS Core”