Unable to show errors with PHP in IIS7.5

Server: Win 2008 R2
Php Version - 5.2, if I remember correctly. (was installed along with wordpress and mysql with WPI).

I installed wordpress along with arras-theme. On some pages, I have 500 errors. The problem is that it cannot debug and fix the error, as it is 500, no errors are displayed (no fatal / warnings / notifications or nothing).

In the php.ini error section, I have the following settings:

error_reporting = E_ALL  
display_errors = Off  
display_startup_errors = Off  
log_errors =On  
log_errors_max_len = 1024  
ignore_repeated_errors = Off  
ignore_repeated_source = Off  
report_memleaks = On  
track_errors = Off  
error_log = "C:\\inetpub\\logs\\php_error_log.txt"  

The log file is written + read in "Users", "Administrators" and "Network Service".

I tried updating the machine.config file with detailed errors instead of DetailedLocalOnly, but it really didn't help, since I still have a standard page with 500 errors.

( php.ini syslog ).

, , .

: <?php echo 1/0; ?>, .

, , :

No.175. Warning -MODULE_SET_RESPONSE_ERROR_STATUS 

ModuleName FastCgiModule
Notification 128
HttpStatus 500
HttpReason Internal Server Error
HttpSubStatus 0
ErrorCode 0
ConfigExceptionInfo
Notification EXECUTE_REQUEST_HANDLER
ErrorCode The operation completed successfully. (0x0)

IIS - , , , , .

+5
1
+4

All Articles