I do have a "user.php" model in my model folder. I am able to use dAuth to authenticate and create users. It is setup and is working fine. It doesn't seem to be finding the "user" model. What file do I need to set the var in the plugin?
On Oct 15, 10:02 am, AD7six <[EMAIL PROTECTED]> wrote: > On Oct 15, 3:51 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > > > I am currently recieveing this error: > > > No User Model > > You need to tell this plugin what your user model is called to be able > > to use this function. > > If you don't have users already set up on your system, you need an > > authentication solution such as DAuth. > > The error means what it says, by default it expects a "User" model I > think and you don't have one. If your user model isn't called "User" > explicitly set var $userModel in the plugin app controller to the name > of your user model. Note that having a db table named users is not the > same as (it's a part of) having a User model. > > The dummy model, iirc, is so that the models folder gets created. > serves the same pupose as the empty files in the cake download. > > hth, > > AD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
