He worked for centuries and stopped. I have to miss something obvious so that complexity can arise.
/etc/php5/apache2/php.ini appropriate settings:
display_errors = On (not sure if this makes a difference) log_errors = On error_log = "/var/www/error_log.log"
In my code, I have:
echo 'About to log'; error_log('An error');
I see About logging in to the page, but nothing in the error log. Any ideas?
php apache error-log
Parris varney
source share