I'm trying to enable PHP error logging and believe that I have everything correctly setup, however I'm not noticing anything in the error log. The following information is display from phpinfo()
Loaded Configuration File /etc/php.ini
error_log /opt/lsws/logs/php_error.log
log_errors On
error_reporting 6143 (E_ALL)
If I change the display_errors directive to On I can see the error, but I don't see anything in the log. Any idea why it's not in the log file??
Thanks
Loaded Configuration File /etc/php.ini
error_log /opt/lsws/logs/php_error.log
log_errors On
error_reporting 6143 (E_ALL)
If I change the display_errors directive to On I can see the error, but I don't see anything in the log. Any idea why it's not in the log file??
Thanks