diff --git a/lib/installer.php b/lib/installer.php index ed5bc540cf..dc4c7786a8 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -537,7 +537,7 @@ abstract class Installer $this->updateStatus("Initializing..."); ini_set('display_errors', 1); - error_reporting(E_ALL); + error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE); if (!defined('GNUSOCIAL')) { define('GNUSOCIAL', true); }