Forums
IIS / PHP / FastCGI unexpected exit
Hello,
I have looked all over for a way to address this issue with FastCGI unexpectedly terminating while running the vBulletin3->phpBB3 conversion. Due to host provider restrictions, I have to run the conversion and import the data there.
I have tried disabling FastCGI for PHP to use CGI instead, but CGI errors out with a 502.2 error due to "incomplete headers" (dead-end).
The PHP error log is empty. Any ideas on what else to check for to isolate the problem and find a solution?
---
System
Windows 7 Home Premium (development machine)
IIS 7.5
PHP 5.3.8
MySQL 5.5.15
Windows Event Log
Faulting application name: php-cgi.exe, version: 5.3.8.0, time stamp: 0x4e537f4b
Faulting module name: php5.dll, version: 5.3.8.0, time stamp: 0x4e538004
Exception code: 0xc00000fd
Fault offset: 0x00173df7
Faulting process id: 0xf3c
Faulting application start time: 0x01cc6ccb3a00b2d7
Faulting application path: C:\Program Files (x86)\PHP\v5.3\php-cgi.exe
Faulting module path: C:\Program Files (x86)\PHP\v5.3\php5.dll
Report Id: 81605abc-d8be-11e0-a6fd-002243d8059c
Internet Explorer
Error Summary
HTTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\PHP\v5.3\php-cgi.exe - The FastCGI process exited unexpectedly
Detailed Error Information
Module FastCgiModule
Notification ExecuteRequestHandler
Handler PHP53_via_FastCGI2
Error Code 0x000000ff
Requested URL http://localhost:80/phpbb3/install/index.php?mode=convert&sub=in_progress&tag=vb30¤t_table=6&skip_rows=25279&language=en
Physical Path C:\inetpub\wwwroot\phpbb3\install\index.php
Logon Method Anonymous
Logon User Anonymous
Failed Request Tracing Log Directory C:\Temp
- Add new comment
- 9584 reads
Does PHP error out straight away, or does it take a while? What are the contents of your php.ini file?
----------------
Dominic Ryan
6 x Microsoft IIS MVP, MCSE, MCSA
IIS Aid owner/webmaster
Did you ever resolve this issue? I am experiencing something similar and cannot see what is causing it.
It is unlikely that you'll be able to accurately pinpoint the cause from this error alone. In addition to your IIS failed request tracing you should also enable your PHP log in as verbose a mode you can as well as your MySQL error log.
A combination of these usually will give your a clearer picture of where to target your investigations.
----------------
Dominic Ryan
6 x Microsoft IIS MVP, MCSE, MCSA
IIS Aid owner/webmaster


Location: Melbourne, Australia
Joined: Sep 2003