Page 1 of 1

Disable plugins via FTP / 500 error

Posted: Tue Jul 14, 2015 9:31 am
by Huhu
Hej!
I am getting a 500 error this morning for some unknown reasons ("Premature end of script headers: index.php ", same for admin.php; at php 5.6.8 ). To check whether this is an issue with a plug-in, I would like to disable event plugins.
Where is the information about the activated plug-ins stored? Is it listed somewhere in a simple php file as well, so easy to disable through FTP?

Thanks!

Re: Disable plugins via FTP / 500 error

Posted: Tue Jul 14, 2015 10:12 am
by garvinhicking
Hi!

The error is most likely caused by an underlying CGI/Apache problem. Check your webserver's error log for details of the CGI execution. Maybe it's disk space or session storage problems. It is most likely not caused by Serendity plugins. It could also point to hacked .php files with invalid code.

Anyhow to answer your questions: The installed plugins are stored in the serendipity_plugins Database table.

Best regards,
Garvin

Re: Disable plugins via FTP / 500 error

Posted: Tue Jul 14, 2015 10:25 am
by Huhu
Thanks!