On Thursday, 17 November 2011 11:28:00 UTC+1, webfacer wrote: > > no i don“t have even this controller i just calling it an controller like > www.example.com/jsdf
What an amazing coincidence. I don't have that controller either. errors are processed by a controller instance - as they always have been. By default in 2.0, this one: https://github.com/cakephp/cakephp/blob/master/lib/Cake/Controller/CakeErrorController.php I'm guessing you have your own app controller, have defined public $helpers in it but haven't included the session helper. Or some other such code whereby the session helper is not declared AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
