Page 1 of 1

Plugins hiccup

Posted: Thu Apr 16, 2009 12:01 am
by johnsore
Hi!

Seemed to have a hiccup on my server recently and all my event and sidebar plugins. My plugin config page looks different too (see image). Readding plugins doesnt seem to have any effect. I know this was a server issue but any advice on what I need to replace?

Thanks!
john

Re: Plugins hiccup

Posted: Thu Apr 16, 2009 11:21 am
by garvinhicking
Hi!

Seems like the output of plugins stops in the middle due to a fatal PHP error. If you look inside the HTML sourcecode of the page, do you see errors?

Else you'd need to inspect your PHP Errorlog (NOT the Apache errorlog, but the PHP/CGI errorlog), or enable the display_errors directive (like through .htaccess: php_value display_errors On).

HTH,
Garvin