Hey gang,
 
I was wondering if anyone has any experience with othAuth.
 
When I attempt to log in, I get a fatal error:
Fatal error: Call to a member function on a non-object in /path/to/cake/app/controllers/components/oth_auth.php on line 111
 
Lines 110-112 are:
  $this->controller->{$this->user_model}->recursive = 5;   
  $row = $this->controller->{$this->user_model}->find($conditions);
  $num_users = (int) $this->controller->{$this->user_model}->findCount($conditions);
 
$this->controller is set to true, which seems weird to me, but I'm not exactly sure what's going on here...
 
Any help at all is appreciated.
 
Also, is there an easier authentication component I should use? I really just need a simple login system (not even groups!), and I just didn't want to roll my own.
 
Thanks,
Eric
 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to