--- airtime_mvc/application/airtime-boot.php 2016-11-21 23:40:32.598222544 +0100 +++ airtime_mvc/application/airtime-boot.php 2016-11-21 23:40:27.872299612 +0100 @@ -16,7 +16,7 @@ //Check if the statement that threw this error wanted its errors to be //suppressed. If so then return without with throwing exception. if (0 === error_reporting()) return; - throw new ErrorException($errstr, $errno, 0, $errfile, $errline); + //throw new ErrorException($errstr, $errno, 0, $errfile, $errline); return false; }