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?