From e66dcfe364b05bfc6538fc5239628693efe47ec6 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 26 Oct 2012 13:02:37 +0000 Subject: [PATCH] // --- config/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.inc.php b/config/config.inc.php index ef4ae0f4e..0782b42e5 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -26,7 +26,7 @@ */ /* Debug only */ -@ini_set('display_errors', 'off'); +ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); $start_time = microtime(true);