Hi Everyone,
I did migrate to CakePHP 1.2 and with the older version, I could init
the AdminAuth this way in the app_controller file :
//init the admin component...
$this->AdminAuth->msgError = "Erro ao efetuar seu
login. Tente
novamente.";
$this->AdminAuth->init($this);
in the beforeFilter method, now it says that it's missing a method,
when I use the code $this->AdminAuth->init($this);
With the older version that was never a problem.
What could I do?
Should I change the code? I did saw some changes between the versions
like model, controller etc.
Regards,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---