allow_url_fopen On
display_errors Off
error_reporting ~E_ALL
file_uploads On
include_path .:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php
log_errors On
mail.force_extra_parameters no value
open_basedir no value
session.save_path /tmp
short_open_tag On
So, error reporting is set to report ALL errors, and logging is on. But NO errors are being logged. If I change it to just display errors, it doesn't work. Change PHP version (5.5 to 5.4) it doesn't work. Reset everything, and then change it back to the above, doesn't work.
Had a problem with this a bit ago and doing the above corrected it. Now nothing. And I know there are errors on one page I'm working on (blank white page shows). But I cannot fix it.
display_errors Off
error_reporting ~E_ALL
file_uploads On
include_path .:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php
log_errors On
mail.force_extra_parameters no value
open_basedir no value
session.save_path /tmp
short_open_tag On
So, error reporting is set to report ALL errors, and logging is on. But NO errors are being logged. If I change it to just display errors, it doesn't work. Change PHP version (5.5 to 5.4) it doesn't work. Reset everything, and then change it back to the above, doesn't work.
Had a problem with this a bit ago and doing the above corrected it. Now nothing. And I know there are errors on one page I'm working on (blank white page shows). But I cannot fix it.