Though I have read lots of posts and pages concerning the issue (shown below), I guess I'm missing something here. The mais issue is: my PHP errors are not being logged to the file specified nor to the system event log.
My phpinfo() shows: Windows Server 2003, PHP 5.3.6, log_errors = On, error_log = C:\\errorphp.log
I have tried both error_log = C:\Inetpub\logs\php.log
and error_log = syslog
in php.ini to no effect (either one at a time).
I have:
- restarted IIS after every php.ini change
- granted the IUSR_XXXXX User Modify permissions on the folder AND the file
- tried leaving the directory blank and letting PHP create the file
- had a headache.
Any help is much appreciated.
references: