2008/7/4 darren <[EMAIL PROTECTED]>: > I am trying to follow the errorcontroller plugin online help. I have > created the controller and the view according to the online docs. Is > there anything else I have to do? If I wrap $front->dispatch() in a > try catch block, I can catch errors. But, I thought the > errorController.php was automatically present. > > TIA, > Darren >
Do you have $front->throwExceptions(true) somewhere in your bootsrap? If so comment it out and it should work. -- Regards, Martin Martinov http://mmartinov.com/
