not seen that message before have seen the same message about missing aco in 1.3. I had to add control object. I would say that either the group or user data is setup wrong
since this is cake2 which I have not as yet really played with I can't say much more so keep that in mind but - is the group model acting as a requester (this may differ for cake 2 in set up - otherwise I may be off base anyway) there is a video on cake tv about acl "its easier to ask for forgiveness that Acl permissions" and Mark Story end to end acl tutorial - S On 30 September 2011 17:24, Austin Pickett <[email protected]> wrote: > Ah, that moved me forward as to showing me a new message hopefully someone > would be able to help me decipher. > > The error on the page: http://pastebin.com/PKUwaRBq > > Also note that when the console "cake acl view aro" is executed: > http://pastebin.com/bYgy034H > > i have my groups set up the way the acl tutorial shows and my groups are: > admins, managers, users. > > Thanks in advance. > > On Fri, Sep 30, 2011 at 10:02 AM, Sam Sherlock <[email protected]>wrote: > >> $this->Auth->authorize = 'controller'; >> change to >> $this->Auth->authorize = 'actions'; >> >> or crud if your mapping actions >> http://book.cakephp.org/view/1275/authorize >> >> >> On 29 September 2011 03:34, Austin Pickett <[email protected]> wrote: >> >>> $this->Auth->authorize = 'controller'; >> >> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at http://groups.google.com/group/cake-php >> > > > > -- > - Austin Pickett > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
