DbAcl::allow() - Invalid node

2008-12-31 Thread Ketan Shah
Hi, I have an ACO object with alias "users/apanel_list" and a "admin" ARO object in the DB. When I issue $this->Acl->allow("admin", "users/apanel_list") I get the following error - DbAcl::allow() - Invalid node [CORE\cake\libs\controller\compo

AW: DbAcl::allow() - Invalid node

2008-12-03 Thread Liebermann, Anja Carolin
Auftrag von Rob Gesendet: Donnerstag, 4. Dezember 2008 05:51 An: CakePHP Betreff: Re: DbAcl::allow() - Invalid node Not sure if it's a typo in your post, but the line has a trailing slash in the string. I wrote a little function (get_aco_node) because I was having a similar problem wit

Re: DbAcl::allow() - Invalid node

2008-12-03 Thread Rob
Not sure if it's a typo in your post, but the line has a trailing slash in the string. I wrote a little function (get_aco_node) because I was having a similar problem with the code in the cookbook. I added the following action and function to my users_controller to do my initial Aco setup:

AW: DbAcl::allow() - Invalid node

2008-12-03 Thread Liebermann, Anja Carolin
w I can approach this error? Anja -Ursprüngliche Nachricht- Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Günther Theilen Gesendet: Dienstag, 2. Dezember 2008 11:57 An: cake-php@googlegroups.com Betreff: Re: DbAcl::allow() - Invalid node Hi Anja, sorry, I c

Re: DbAcl::allow() - Invalid node

2008-12-02 Thread Günther Theilen
$gruppe->id = $i; >$this->Acl->allow($gruppe, > 'controllers/Bilds/','create'); //This is line 129 which throws the > error >$this->Acl->allow($gruppe, > 'controllers/Hotelinfomasters',

DbAcl::allow() - Invalid node

2008-12-02 Thread Liebermann, Anja Carolin
$ids = array(10,11,12,13,15); foreach($ids as $i){ $gruppe->id = $i; $this->Acl->allow($gruppe, 'controllers/Bilds/','create'); //This is line 129 which throws the error $this->Acl->allow($gruppe, 'con