below is the result I get trying to set acos..... what am I doing wrong?

[EMAIL PROTECTED] [~/cake/AstroEmpires]# cake acl initdb
Hello daushan,

Welcome to CakePHP v1.2.0.6311 beta Console
---------------------------------------------------------------
Error: This command is deprecated. Please use, cake schema run create DbAcl

[EMAIL PROTECTED] [~/cake/AstroEmpires]#  cake schema run create DbAcl
Hello daushan,
Welcome to CakePHP v1.2.0.6311 beta Console
---------------------------------------------------------------
Cake Schema Shell
---------------------------------------------------------------

The following tables will drop.
acos
aros
aros_acos

Are you sure you want to drop the tables? (y/n)
[n] > y
Dropping tables.

The following tables will create.
acos
aros
aros_acos

Are you sure you want to create the tables? (y/n)
[y] > y
Creating tables.

End create.

[EMAIL PROTECTED] [~/cake/AstroEmpires]# cake acl create aco / ROOT
Hello daushan,

Welcome to CakePHP v1.2.0.6311 beta Console
---------------------------------------------------------------
New Aco 'ROOT' created.

[EMAIL PROTECTED] [~/cake/AstroEmpires]# cake acl create aco ROOT Members
Hello daushan,
Welcome to CakePHP v1.2.0.6311 beta Console
---------------------------------------------------------------
Error: Could not find parent node using reference "ROOT"

The table:

id      object_id       alias   lft     rght
1       NULL    ROOT    1       2

-- 
Ben Wilson
"Words are the only thing which will last forever" Churchill

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to