Page 1 of 1

HTTP Error 500.0 when saving a new article (IIS 7.5)

Posted: Wed Mar 26, 2014 11:33 am
by lucfr
Hello,

I've got Serendipity 1.7.3 running on my IIS 7.5 webserver. When saving a new article I get the following IIS error message:

HTTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\PHP\v5.4\php-cgi.exe - The FastCGI process exited unexpectedly

Module: FastCgiModule
Notification: ExecuteRequestHandler
Handler: PHP54_via_FastCGI
Error Code: 0xc0000005

However, the article is displayed on the website but I'd like to resolve the error message.
Do you guys know a solution for this problem? First, I searched the forum but I haven't found any related posts.

Thanks in advance!
Regards, Luc Frijters

Re: HTTP Error 500.0 when saving a new article (IIS 7.5)

Posted: Wed Mar 26, 2014 2:40 pm
by garvinhicking
Hi!

Crashes like these point to a general segfault of the PHP Executable. It could help upgrading to a more recent PHP version. Other than that, maybe you can find more crash reasons in your system log?

Usually when saving an article several plugins can be executed, and one of those plugins could create the error. You could try to temporarily disable some event plugins to see if a specific one causes the problem?

HTH,
Garvin