First of all no I am not hosting my own site! So... I am trying to see what error messages my script is creating, however i do not have access to my logs. My server has turned off error messages being displayed...
Should this not turn it on?
<?PHP
ini_set('display_errors', true);
error_reporting(E_ALL);
?>