ZF-8682: Error Handler Plugin + Layout Exceptions = Plugin broker bug
Description
Steps to reproduce
1 - user an error hander and use an error controller 2 - have an exception thrown during dispatching (unknown controller) 3 - error handler controller renders its message in the layout 4 - have a second exception get thrown ( eg wrong routes applied to a url view helper in the layout it is trying to render to)
Problem: suppresses all errors & exceptions!!!
See attached patch
Comments
Posted by Josh Ribakoff (josh.ribakoff@gmail.com) on 2009-12-31T11:37:37.000+0000
Additionally it is really really needed to have a stack trace any time an uncaught exception occurs. See patch 2
Posted by Satoru Yoshida (satoruyoshida) on 2010-01-05T17:19:34.000+0000
Hi, Josh. I will be happy if you would show version or SVN trunk revision that you use :) Or the affects version might mean request for ver 2.0 ?
Posted by Josh Ribakoff (josh.ribakoff@gmail.com) on 2010-01-05T22:31:24.000+0000
The problem happens on head revision of the trunk "1.10.0alpha"
Posted by Marco Kaiser (bate) on 2011-07-14T08:12:45.000+0000
should be fixed with ZF-11561, r24241