Another ACL issue (nested ACOs)

2012-07-19 Thread senser
Hello, I'm developing a quite simple projest and want to use ACL on it. I've set up authentication process but have problems with authorization against CRUD. Here is the Auth component settings in my AppController.php: 'Auth' => array( 'loginAction' => array('controller' => '

Re: Cakephp 2.1 ACL Issue

2012-03-28 Thread 0x20h
Please provide more information on your setup and your problem, otherwise nobody is going to be able help you. Am 27.03.2012 09:02, schrieb sneha: > Hi, > > I am using the ACL component of cakephp 2.1, I am facing issue with > acl permissions check. I have integrated the ACL and created the > gro

Cakephp 2.1 ACL Issue

2012-03-27 Thread sneha
Hi, I am using the ACL component of cakephp 2.1, I am facing issue with acl permissions check. I have integrated the ACL and created the groups / users. But the page level check is not working for the same. Please guide me on the same. -- Our newest site for the community: CakePHP Video Tutoria

Re: ACL issue

2011-06-18 Thread Felix Fennell
Hi Don, Sorry for taking so long to reply (study commitments) basically your suggestion works brilliantly - I'm only annoyed I didn't realise your suggestion myself. Thanks again for saving me a lot of agro :) --Felix [My e-mail load: http://courteous.ly/AXc5sh] On Thursday, 5 May 2011 at 23:

Re: ACL issue

2011-05-05 Thread dreamingmind
Felix, I'm not aware of anything that would prevent a User from having several connections into the aros table. You have three fields in aros that can potentially play a role in connecting a user to an aros node: alias model foreign_key If you had a president that was User.id=12, you could easily

ACL issue

2011-05-04 Thread Felix
Hello everyone, I have a query regarding how to structure the ACL system in my app. Basically i'm creating a management app for a diving club. The club has three broad groups, - Instructors - Trainees - Committee The ACL tree looks like this at the moment - Sebastian (name of site) Overlo

Re: ACL issue

2009-11-10 Thread andrzejborkow...@gmail.com
On 3 Lis, 17:17, "kwameda...@gmail.com" wrote: > Please help me resolve this ACL issue. I'm going through the tutorial > "10.2.6 An Automated tool for creating ACOs" > (http://book.cakephp.org/view/647/An-Automated-tool-for-creating- > ACOs) > and gettin

ACL issue

2009-11-03 Thread kwameda...@gmail.com
Please help me resolve this ACL issue. I'm going through the tutorial "10.2.6 An Automated tool for creating ACOs" (http://book.cakephp.org/view/647/An-Automated-tool-for-creating- ACOs) and getting stuck with the following error message when creating the ACOs by running the buil

ACL issue

2009-11-03 Thread samuel darko
Please help me resolve this ACL issue. I'm going through the tutorial "10.2.6 An Automated tool for creating ACOs" getting stuck with the following error message when creating the ACOs by running the build_acl(): *Fatal error*: Call to a member function node() on a non-object i

ACL Issue.. aros_acos table

2009-10-05 Thread Ryan Maule
Hello, I am having trouble with setting up ACLs. My aros and acos tables are properly set up, from what I can tell. I have an admin user that is working correctly. I have a regular user that isn't working.. it only gets access to the index view if _read, _create, _update, _delete are all set t

acl issue..plz help

2009-06-23 Thread Paulos23
hi people, I want to build an Acl app with these details: I want have 3 groups Admin,User_Premium,User_Guest. So my aro tree will be something like that: -Admin -User_Premium -User_Guest And aco tree: -controllers -Users -add -view -index -edit -delete -change_status -P

Plz need help...Acl issue

2009-06-17 Thread Paulos23
Hello peeps, i am trying to build an Acl app for my needs and i want help.I have read many articles in google but most off them have bugs or are outdated.To make you understand,i want a simple authorization (i have already install Auth and works fine for authentication) for some actions. First of

RE: ACL issue

2009-05-14 Thread Dave Maharaj :: WidePixels.com
: John Andersen [mailto:j.andersen...@gmail.com] Sent: May-14-09 3:32 AM To: CakePHP Subject: Re: ACL issue Ok, I will try to look at it in between working :) ... Hopefully someone else may know about this too, and reply to you while I am looking! John On May 13, 5:06 pm, "Dave Ma

Re: ACL issue

2009-05-13 Thread John Andersen
int > > Array > ( >     [0] => Created Aco node for apply > > > >     [238] => Created Aco node for admin_edit > ) > > It stops at 238 but looking thru the array I can clearly see missing actions > not in the array, check the db and nothing was cr

RE: ACL issue

2009-05-13 Thread Dave Maharaj :: WidePixels.com
[mailto:j.andersen...@gmail.com] Sent: May-13-09 3:47 AM To: CakePHP Subject: Re: ACL issue Hi Dave, Can you post the created sql statements, that may help to discover why! MAX_JOIN_SIZE is the limit on number of records that one SELECT using JOINs may process. As specified in the MySql forum,

Re: ACL issue

2009-05-12 Thread John Andersen
? > > > > From: Dave Maharaj :: WidePixels.com [mailto:d...@widepixels.com] > Sent: May-12-09 9:29 PM > To: cake-php@googlegroups.com > Subject: ACL issue > > Asked this before but did some more testing and the problem has come up > again. > &

RE: ACL issue

2009-05-12 Thread Dave Maharaj :: WidePixels.com
:: WidePixels.com [mailto:d...@widepixels.com] Sent: May-12-09 9:29 PM To: cake-php@googlegroups.com Subject: ACL issue Asked this before but did some more testing and the problem has come up again. When building an ACL app i followed the cookbook and initBD and buildACL work fine. When I add tables to

ACL issue

2009-05-12 Thread Dave Maharaj :: WidePixels.com
Asked this before but did some more testing and the problem has come up again. When building an ACL app i followed the cookbook and initBD and buildACL work fine. When I add tables to that setup and then I get MAX_JOIN error in SQL? What would cause this? I checked mySQL settings and MAX_JOIN_SIZ

Re: CakePHP console and ACL issue.

2008-04-15 Thread Ma'moon
much appreciated! On Tue, Apr 15, 2008 at 12:51 PM, aranworld <[EMAIL PROTECTED]> wrote: > > initdb no longer works. > > Check this out to see if it helps. It includes a link to where you > can get information on what the table schema should be like: > > http://aranworld.com/article/162/cakephp-

Re: CakePHP console and ACL issue.

2008-04-15 Thread aranworld
initdb no longer works. Check this out to see if it helps. It includes a link to where you can get information on what the table schema should be like: http://aranworld.com/article/162/cakephp-acl-tutorial-initial-setup You have to now run: cake schema run create DbAcl On Apr 15, 2:52 am, "

Re: CakePHP console and ACL issue.

2008-04-15 Thread Sam Sherlock
check the sql folder inside config cake acl initdb (did it for me ealier; and has for a while) more help from the console cake acl help grant cake acl help create - S On 15/04/2008, Haris <[EMAIL PROTECTED]> wrote: > > > Hello, > > The console absolute paths doesn't work for me. The console is

CakePHP console and ACL issue.

2008-04-15 Thread Haris
Hello, The console absolute paths doesn't work for me. The console is documented poorly probably because it's still in beta. Anyways, I want to create database tables for ACL. Can someone please help me and provide me the structure of ACL tables in SQL format (.sql file) which I can import to my