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 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?? > > I seem to remember that there was a change in cake which prevents > Plugins from accessing app models, this change post-dates the last > update to the acl_admin (1.1) plugin. Assuming this is the cause try > copying /app/models/user.php -> /app/plugins/acl_admin/models/user.php > (or symlink in reverse). > > 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 -~----------~----~----~----~------~----~------~--~---
