More details... It looks like it's use of any Auth method in the AppController beforeFilter method.
Toby On 20 Oct, 10:47, Toby G <[email protected]> wrote: > Hi all, > I've just added the line... > > $this->Auth->allow(array('*')); > > ... to my beforeFilter method in my AppController, but am now getting > this error when attempting to view my home page (/views/pages/ > home.ctp)... > > Fatal error: Call to undefined method Debugger::checksessionkey() > > I am running version 1.3.4. > > Thanks for any advice you can provide. > > Toby Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
