Re: Route All Missing View Errors To App Controller Method

2009-04-08 Thread deedod
Thanks Brian. This should do the trick. Much appreciated. - D --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this

Re: Route All Missing View Errors To App Controller Method

2009-04-07 Thread brian
Have a look here: http://teknoid.wordpress.com/2008/08/29/dealing-with-errors-in-cakephp/ On Tue, Apr 7, 2009 at 2:09 AM, deedod wrote: > > Hello Everyone, > > Is there an easy way to route all 'missing view' error messages > through a defined method in the app_controller (or any controller > f

Route All Missing View Errors To App Controller Method

2009-04-06 Thread deedod
Hello Everyone, Is there an easy way to route all 'missing view' error messages through a defined method in the app_controller (or any controller for that matter)? Also, is the same possible for 'missing controller' errors? My site's header and footer are database driven so I need to access the