I have followed the following instructions:
1) Extract all files into your app folder directory. Such that you
have
        /whereCakeIs/app/plugins/acl_admin

I extracted all files in the zip to app/plugins/acl_admin is that
incorrect? Or do the views, models, controllers, need to be placed in
the main app folder?  I have my model/user.php and I have changed the
generic_contorller.php to have       var    $userModel='user'; still.
It is not working.  Is their a demo out their I can look at to see how
to set this up??

On Oct 15, 11:56 am, seacloud9 <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to