Critical Error on Pages – WP_DEBUG Not Showing Anything
Ugh, turns our our themes functions.php file had the following directive, overriding all other error reporting. error_reporting(E_ERROR); Moral: Always good to check root theme files if all else fails.