Re: Can't call Auth component from controller

2012-05-16 Thread bs28723
> I get > Fatal error: Call to a member function getPerms() on a non-object > > How can I get this to work?  I don't want to replace the current Auth > Component with myAuth. > > Thanks, > bill >

Re: Can't call Auth component from controller

2012-05-16 Thread lowpass
ze' => array('Org','Controller') >    ), >     'Session' >     ); > > Everything is working, but I can't call any functions in my >    Controller/Component/Auth/OrgAuthorize.php > > like... > >    $this->Auth->Org-

Can't call Auth component from controller

2012-05-13 Thread bs28723
I wrote an Auth Component. It gets a bunch of permission information about the current user. How can I pass this information back to the controller? In AppContoller.php     public $components = array(     'Auth' => array(     'login