Hi there
I have a problem with my 'Configure plugins' page. As you can see from the imagelink below, the page is shown without any CSS and it looks kinda funny. The frontend is fine though.
http://www.brianborup.dk/diverse/configureplugins.jpg
It's been like this for a long time, so I don't actually remember what I did to cause this. I recently upgraded to version 1.4.1 but this didn't solve the problem.
Any thoughts on how to fix this?
Plugin page is messed up
Plugin page is messed up
Brian B. Petersen
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Plugin page is messed up
Hi!
There a plugin fatally bailing out on you. You might want to check your PHP error log, or see inside the HTML sourcecode of that page if you can spot an error message.
The error happens after your custom PHP application sidebar plugin; maybe your custom PHP application file is misbehaving?
Regards,
Garvin
There a plugin fatally bailing out on you. You might want to check your PHP error log, or see inside the HTML sourcecode of that page if you can spot an error message.
The error happens after your custom PHP application sidebar plugin; maybe your custom PHP application file is misbehaving?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Plugin page is messed up
Hey thanks Garvin!
I checked the sourcecode for HTML page and it turned out to be a Flickr plugin that was causing the problem. So I just deleted it from the plugins folder and now everything is back to normal
I checked the sourcecode for HTML page and it turned out to be a Flickr plugin that was causing the problem. So I just deleted it from the plugins folder and now everything is back to normal
Brian B. Petersen