I tend to use this a lot on my dev sites to show my what my errors are instead of just seeing a blank white page.
error_reporting ( E_ALL ); ini_set ( 'display_errors', '1' );
I tend to use this a lot on my dev sites to show my what my errors are instead of just seeing a blank white page.
error_reporting ( E_ALL ); ini_set ( 'display_errors', '1' );