beforeFilter and beforeRender don't seem to get called for AppError, but I don't see how that would help anyway. It's not the filter methods I need to get called, just a component I need included.
Mark On Jan 12, 1:08 am, "Dr. Loboto" <[email protected]> wrote: > I call $this->controller->beforeFilter() and > $this->controller->beforeRender() in AppError manually. Don't know is it > right way, but > > it works. > > On Jan 12, 9:08 am, Mark <[email protected]> wrote: > > > It seems as though AppController is not included when there is an > > error. Is there any way to change this behavior? Most notably, I need > > the Auth component to be included. > > > I'm trying to add my own AppError class, but it needs to extend > > ErrorHandler, so I don't know how to get it to include AppController. > > > Any help would be much appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
