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

Found a bug? Tell us!!
Post Reply
lucfr
Posts: 1
Joined: Wed Mar 26, 2014 11:19 am

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

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# 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/
Post Reply