if you are not seeing the full error message add this at the top of your script
error_reporting(E_ALL);
ini_set('display_errors', 'On');
if you are not seeing the full error message add this at the top of your script
error_reporting(E_ALL);
ini_set('display_errors', 'On');