PHP displays blank white page even with all error reporting enabled
- by Andy Shinn
I am trying to debug a broken page in a Drupal application and am having a hard time getting PHP to spit anything useful out. I have the following set:
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
log_errors = On
error_log = /var/log/php/php_error.log
I have a file showing me phpinfo() which confirms these variables…