twomt
12-30-2007, 03:49 PM
Hello,
I am logging errors into a phperrors.log file and not anymore display them through the browser.
Only problem I have now is that it does not show errors generated by php scripts called from the browser, but only by those that are executed from the command line or through cron.
Does anyone have an idea if I am doing something wrong here?
display_errors = Off
log_errors = On
error_log = /home/user/domain/public_html/phperrors.log
Thanks,
twomt
I am logging errors into a phperrors.log file and not anymore display them through the browser.
Only problem I have now is that it does not show errors generated by php scripts called from the browser, but only by those that are executed from the command line or through cron.
Does anyone have an idea if I am doing something wrong here?
display_errors = Off
log_errors = On
error_log = /home/user/domain/public_html/phperrors.log
Thanks,
twomt