From 224719598e2f1b276219dc86e1948e88c4aff294 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Sun, 1 May 2016 13:18:48 +1000 Subject: [PATCH] Enable debug to see what is fucked --- app/config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/core.php b/app/config/core.php index 403e5786..a7a3b21e 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -41,7 +41,7 @@ error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED); * In production mode, flash messages redirect after a time interval. * In development mode, you need to click the flash message to continue. */ -Configure::write('debug', 0); +Configure::write('debug', 2); Configure::write('version', '1.0.0');