[CS-Project-svn_notify] SF.net SVN: cs-project:[938] trunk/1.2/lib/site_config.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-06 20:23:23
|
Revision: 938 http://cs-project.svn.sourceforge.net/cs-project/?rev=938&view=rev Author: crazedsanity Date: 2009-02-06 20:23:18 +0000 (Fri, 06 Feb 2009) Log Message: ----------- Remove error reporting stuff that kept ALL errors from appearing. NOTE: this caused contentSystem to appear as though it died, and no errors like "require_once(): file not found" appeared, so troubleshooting was very difficult. Modified Paths: -------------- trunk/1.2/lib/site_config.php Modified: trunk/1.2/lib/site_config.php =================================================================== --- trunk/1.2/lib/site_config.php 2009-02-06 20:00:40 UTC (rev 937) +++ trunk/1.2/lib/site_config.php 2009-02-06 20:23:18 UTC (rev 938) @@ -37,10 +37,6 @@ set_exception_handler('exception_handler'); -//TODO: turn off if it's not a dev site, but NOT if setup is running (so they can see problems). -ini_set('error_reporting', 'On'); -ini_set('display_errors', 'On'); -error_reporting(E_ALL && ~E_NOTICE); //########################################################################## function exception_handler($exception) { $exceptionMessage = $exception->getMessage(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |