View Issue Details

IDProjectCategoryView StatusLast Update
427Exception_DefaultHandlerAllpublic5 Jan 2014 20:44
Reportermkierat Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.0.0 
Target Version1.0.1Fixed in Version1.0.1 
Summary427: Undefined variable "error_type" when throttling errors
DescriptionWhen errors are happening quickly DefaultHandler has it's own problem and throws a notice.
PHP Notice: Undefined variable: error_type in /some/path/Exception/DefaultHandler.php on line 705
TagsNo tags attached.

Activities

mkierat

2 Jan 2014 10:06

reporter   ~475

This just needs the following line to be added after line 694 ("if ($email === false) return false;"):

$error_type = (is_string($exception)) ? $exception : "Exception";

timj

5 Jan 2014 20:42

administrator   ~476

Fixed in SVN r2267

Issue History

Date Modified Username Field Change
2 Jan 2014 10:05 mkierat New Issue
2 Jan 2014 10:06 mkierat Note Added: 475
2 Jan 2014 10:48 timj Status new => confirmed
2 Jan 2014 10:48 timj Product Version => 1.0.0
2 Jan 2014 10:48 timj Target Version => 1.0.1
5 Jan 2014 20:42 timj Note Added: 476
5 Jan 2014 20:42 timj Status confirmed => resolved
5 Jan 2014 20:42 timj Resolution open => fixed
5 Jan 2014 20:42 timj Fixed in Version => 1.0.1
5 Jan 2014 20:43 timj Status resolved => closed
5 Jan 2014 20:44 timj Summary Undefined variable "error_type" when trottling errors => Undefined variable "error_type" when throttling errors