Error log not working
-
I added the following to my php.ini file to try and get the error log working. I then restarted IIS.
error_reporting = E_ALL & ~E_NOTICE | E_STRICT
log_errors = On
error_log = c:\error\php_error.txt
error_log = syslogAfter doing this, no information is showing up in my php_error.txt file. I have given the IIS_WPG user full rights to this Error directory on drive C.
Any thoughts on why the error log is not showing?
- The topic ‘Error log not working’ is closed to new replies.