PHP – Turning Off Error ReportingAdd the following to your PHP code:error_reporting(5);This will close all error reportings.