From b6f18842a1ae2a94c7e8b1a716fdc8637de3ed7b Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sun, 18 May 2025 11:58:37 -0700 Subject: [PATCH] chore: enable error reporting for `config.devel.php` When doing development it is useful to see all the error messages. The `config.dist.php` file still leaves it disabled. --- config/config.devel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.devel.php b/config/config.devel.php index fbadd4294..8f9438095 100644 --- a/config/config.devel.php +++ b/config/config.devel.php @@ -2,8 +2,8 @@ mysqli_report(MYSQLI_REPORT_OFF); error_reporting(E_ALL & ~E_NOTICE); -//ini_set('display_errors', 1); -//ini_set('display_startup_errors', 1); +ini_set('display_errors', 1); +ini_set('display_startup_errors', 1); /** * Application configuration