diff --git a/lib/base.php b/lib/base.php
index 93d6fb66c7e4a29d04323f058a98a0d7c0bd7f96..7e862b978b127f17ed660a520bdc698f86b568ac 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -23,8 +23,7 @@
 
 // set some stuff
 //ob_start();
-// error_reporting(E_ALL | E_STRICT);
-error_reporting( E_ERROR | E_PARSE | E_WARNING ); // MDB2 gives loads of strict error, disabling for now
+error_reporting(E_ALL | E_STRICT);
 
 date_default_timezone_set('Europe/Berlin');
 ini_set('arg_separator.output','&');