Cakephp ACL Permission

2010-07-08 Thread malu star
Hi, I have added all controllers action in acos table. and added id of 'Add' action in aros_acos table and linked corresponding aro in acos_aros table. Then i give the permission $this->Acl- >allow('raj','Usercontroller','create') after running the site i can't get value 1 in create field of a

Cakephp ACL Permission

2010-07-06 Thread malu star
Hi, I have added all controllers action in acos table. and added id of 'Add' action in aros_acos table and linked corresponding aro in acos_aros table. Then i give the permission $this->Acl- >allow('raj','Usercontroller','create') after running the site i can't get value 1 in create field of a

Cakephp ACL Permission

2010-07-06 Thread malu star
I have add a function named 'add' in one of my controlller and then i called that action that time i got this Notice ACO permissions key add does not exist in DbAcl::check(). How to solve this notice. please help me to solve this Check out the new CakePHP Questions site http://cakeqs.org and he

malu star wants to chat

2010-04-03 Thread malu star
--- malu star wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-9c54f5ecca-da1b17a219-aa3f20d77f9c9ca8 You'll nee

Re: Un expected Logout in cakephp session

2010-03-13 Thread malu star
browser type (or > something similar.. cant remember exactly but its in the core.php > file) stopped the session being kill as often as it did... maybe that > might work for you? > > Regards, > Bailey > > On Mar 13, 5:43 pm, malu star wrote: > > Hi, > > > > I

Un expected Logout in cakephp session

2010-03-13 Thread malu star
Hi, I have used cakephp Auth for Login purpose. But the user is logout every 2 minutes. I have set the security level low in config/ core.php(ie Configure::write('Security.level', 'low'). But the user is logout every 2 minutes. Also i have increased Session.timeout . But there is no result. P