Re: loginError still notify even though i successfully logged in

2011-11-22 Thread AD7six
On Saturday, 19 November 2011 05:21:18 UTC+1, danswater wrote: > > Hi guys, i downloaded cakephp 1.3 and follow the CakePHP 1.3 App Dev > CookBook on creating an application with authentication. > I create the AppController class and set the $components in this > following settings: > public $com

Re: loginError still notify even though i successfully logged in

2011-11-19 Thread phpMagpie
Which error is showing? Login or Auth? You have set authorize to controller, have you created an isAuthorized() action and is it returning true? HTH, Paul. P.S. May just be a typo but you have missed an 'r' off authErro*r* -- Our newest site for the community: CakePHP Video Tutorials http:/

loginError still notify even though i successfully logged in

2011-11-18 Thread danswater
Hi guys, i downloaded cakephp 1.3 and follow the CakePHP 1.3 App Dev CookBook on creating an application with authentication. I create the AppController class and set the $components in this following settings: public $components = array( 'Auth' => array(