diff --git a/modules/Install/views/Index.php b/modules/Install/views/Index.php
index 30987167ef71a94473fc83300dd59c568b079c97..979c65d992709c2f93c148c3259ccb71092befa5 100644
--- a/modules/Install/views/Index.php
+++ b/modules/Install/views/Index.php
@@ -172,7 +172,7 @@ class Install_Index_view extends Vtiger_View_Controller {
 
 	public function Step7(Vtiger_Request $request) {
 		// Set favourable error reporting
-		version_compare(PHP_VERSION, '5.5.0') <= 0 ? error_reporting(E_WARNING & ~E_NOTICE & ~E_DEPRECATED) : error_reporting(E_WARNING & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);
+		version_compare(PHP_VERSION, '5.5.0') <= 0 ? error_reporting(E_ERROR & ~E_NOTICE & ~E_DEPRECATED) : error_reporting(E_ERROR & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT);
 
 		$moduleName = $request->getModule();
 		$webuiInstance = new Vtiger_WebUI();