I get those errors when i want to $this->obAuth->lock(array(1)) my actions: Notice: Trying to get property of non-object in /home/lah000/htdocs/3/ app/controllers/components/ob_auth.php on line 71
Notice: Trying to get property of non-object in /home/lah000/htdocs/3/ app/controllers/components/ob_auth.php on line 73 Fatal error: Call to a member function redirect() on a non-object in / home/lah000/htdocs/3/app/controllers/components/ob_auth.php on line 95 on line 71 i have: if ($this->controller->action != "login") on line 73 i have: $this->last_page = $this->controller->here; on line 95 i have: $this->controller->redirect($page); Does anyone have an idea what went wrong? I followed the instructions from the bakery concerning the obAuth integration. regards, Jacob -- http://www.vollkornpapier.de --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
