diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra-crud.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra-crud.php
index b007c04c493dd2704bc114f2214e3409630a72b6..f249dcf2f15f8c6c9b346cc88c990d3a6501f66a 100755
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra-crud.php
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra-crud.php
@@ -15,7 +15,7 @@ require_once( "TgExtraCrud.class.php" );
 
 
 // Dont be so verbose with messages and notices.
-//error_reporting( E_ERROR | E_USER_ERROR );
+error_reporting( E_ERROR | E_USER_ERROR );
 
 
 // #############################################################
diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php
index bc1a6f043b7057ee165de36ff2e595576f529c3c..a75bc5983e01217e217afcbb205aceefe0c9d52e 100755
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php
@@ -15,7 +15,7 @@ require_once( "TgExtra.class.php" );
 
 
 // Dont be so verbose with messages and notices.
-//error_reporting( E_ERROR | E_USER_ERROR );
+error_reporting( E_ERROR | E_USER_ERROR );
 
 
 // #############################################################
diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgsystem.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgsystem.php
index 7ac8d535c3aef02331d0b70ce28585ff1832c103..d55efd8ac05536f016bc111c88ad39e4cc63b8ad 100755
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgsystem.php
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgsystem.php
@@ -13,7 +13,7 @@ require_once( "TgSystem.class.php" );
 
 
 // Dont be so verbose with messages and notices.
-//error_reporting( E_ERROR | E_USER_ERROR );
+error_reporting( E_ERROR | E_USER_ERROR );
 
 
 // #############################################################