I recall I similar problem that I fixed by adding
var $uses = array('User', 'LoginAttempts')
to app_controller.php.
That might be the kludge you need.
On Mar 14, 10:52 am, "rtconner" <[EMAIL PROTECTED]> wrote:
> Has anyone used obAuth with Cake 1.2.x? I am getting an error that I'm
> having trouble fixing.
>
> Undefined property: obAuthComponent::$User [CORE\app\controllers
> \components\ob_auth.php, line 46]
>
> It seems that the componant cannot locate a the Model User within the
> UserController. I have tried loadModel, but that does not seem to fix
> it for me. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---