Re: ACL Admin plugin AD7six "No User Model"

2007-10-19 Thread confuzus
bparise helped me out with this - just issue loadmodels or some such business in the plugin controller. On Oct 16, 5:09 am, AD7six <[EMAIL PROTECTED]> wrote: > > I seem to remember that there was a change in cake which prevents > Plugins from accessing app models, this change post-dates the last

Re: ACL Admin plugin AD7six "No User Model"

2007-10-19 Thread confuzus
bparise helped me get around this problem by using loadmodel in the plugin controller. On Oct 16, 5:09 am, AD7six <[EMAIL PROTECTED]> wrote: > On Oct 15, 9:03 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > > > I have followed the following instructions: > > 1) Extract all files into your app folder d

Re: ACL Admin plugin AD7six "No User Model"

2007-10-16 Thread AD7six
On Oct 16, 2:31 pm, Mech7 <[EMAIL PROTECTED]> wrote: > Sorry for the offtopic.. but i have been looking for a ACL plugin, is > this for 1.2 and is it being maintained? The released acl_admin plugin is 1.1 - I did/do plan on making a 1.2 version as I began doing about 9 months ago (and stopped t

Re: ACL Admin plugin AD7six "No User Model"

2007-10-16 Thread Mech7
Sorry for the offtopic.. but i have been looking for a ACL plugin, is this for 1.2 and is it being maintained? On Oct 16, 11:09 am, AD7six <[EMAIL PROTECTED]> wrote: > On Oct 15, 9:03 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > > > I have followed the following instructions: > > 1) Extract all fil

Re: ACL Admin plugin AD7six "No User Model"

2007-10-16 Thread AD7six
On Oct 15, 9:03 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > 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 >

Re: ACL Admin plugin AD7six "No User Model"

2007-10-15 Thread seacloud9
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 th

Re: ACL Admin plugin AD7six "No User Model"

2007-10-15 Thread seacloud9
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: >

Re: ACL Admin plugin AD7six "No User Model"

2007-10-15 Thread AD7six
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 > authenticatio

ACL Admin plugin AD7six "No User Model"

2007-10-15 Thread seacloud9
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. I have DAuth installed and working properly.