Ok. I edited the php.ini file to say error_reporting = E_ALL only.
And I put
ini_set('error_reporting', E_ALL);
ini_set('display_errors', '1');
at the top of the page, but I am still just getting a blank white page when there is an error in the code 😕
ugh...