View Issue Details

IDProjectCategoryView StatusLast Update
3Exception_DefaultHandlerAllpublic17 Feb 2008 20:08
Reportermrosenquist Assigned Totimj  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.6.2Fixed in Version0.6.2 
Summary3: When an non-fatal error is triggered, error output shown even if display_errors is off
DescriptionErrors should only be shown if they are fatal, however support emails should be sent. This can be seen by calling trigger_error() with an E_WARNING when display_errors is set to off.
TagsNo tags attached.

Activities

timj

28 Jan 2008 23:37

administrator   ~5

Fixed in SVN r934

Issue History

Date Modified Username Field Change
14 Jan 2008 15:42 mrosenquist New Issue
28 Jan 2008 23:25 timj Target Version => 0.6.2
28 Jan 2008 23:33 timj Summary When an error is triggered a note is show even if the error is not fatal when display errors is off => When an error is triggered a note is shown even if the error is not fatal when display errors is off
28 Jan 2008 23:33 timj Description Updated
28 Jan 2008 23:34 timj Summary When an error is triggered a note is shown even if the error is not fatal when display errors is off => When an non-fatal error is triggered, error output shown even if display_errors is off
28 Jan 2008 23:37 timj Status new => resolved
28 Jan 2008 23:37 timj Fixed in Version => 0.6.2
28 Jan 2008 23:37 timj Resolution open => fixed
28 Jan 2008 23:37 timj Assigned To => timj
28 Jan 2008 23:37 timj Note Added: 0000005
17 Feb 2008 20:08 timj Status resolved => closed
14 Oct 2011 20:47 timj Category => All