From 0f86c7d022417c0c581c5cb0b2f5262c9cf705c7 Mon Sep 17 00:00:00 2001 From: cookie Date: Mon, 27 Nov 2006 19:37:16 +0000 Subject: show errors git-svn-id: svn://svn.cccv.de/engel-system@173 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/inc/error_handler.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www-ssl') diff --git a/www-ssl/inc/error_handler.php b/www-ssl/inc/error_handler.php index 02afd27b..fa6f9f22 100755 --- a/www-ssl/inc/error_handler.php +++ b/www-ssl/inc/error_handler.php @@ -14,8 +14,11 @@ // register error handler set_error_handler("Error_Handler"); + ini_set( "error_reporting", E_ALL); - error_reporting(E_ALL); + ini_set( "display_errors", "On"); + ini_set( "display_startup_errors", "On"); + ini_set( "html_errors", "On"); // send errors function send_errors() -- cgit v1.2.3-54-g00ecf