I have a site I am working on currently that uses Wordpress. However it makes it a bit difficult to debug because I cannot get PHP errors to display on the page. Instead I get the white screen of death.
I have tried adding the defines in the wp-config.php file and in the php.ini file to no avail. I also can't add the flags in the .htaccess because of the way the server handles apache/php.
One thing I noticed is that any page outside of Wordpress displays errors fine.
Any suggestions?
Try adding ini_set("display_errors","2");
ERROR_REPORTING(E_ALL);
to the index.php
file.
Can you get access to /var/log/httpd/error_log? If you're on Linux, this is (by default) where the errors would be shown.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With