On Sat, Oct 6, 2012 at 9:18 AM, luk <[email protected]> wrote: > > I suggest to read this post: > > http://zend-framework-community.634137.n4.nabble.com/Exceptions-not-displayed-td4657358.html > < > http://zend-framework-community.634137.n4.nabble.com/Exceptions-not-displayed-td4657358.html > > > > > If I'm reading this correctly, it's saying it's currently not possible to catch the event. Just want to make sure I'm seeing what you're directing. It technically doesn't answer my question, but appears it may indirectly. The error is attempting to render a 404: 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "404"; resolver could not resolve to a file'
However, since I'm using view files, I don't even want this action. Is there a way to overload the View class (like in ZFW1.x)? Is there some temporary default file I can put into place so I can see what's happening? I've tried mapping view/error/404.phtml. I've tried putting in the 404 from the skeleton project. None of them allows the 404 to actually render... --- Philip
