Someone was asking about this today on IRC and left before I could
answer so here it is for the record....

If you get an error saying "schema.php could not be loaded" when you
are trying to use bake to create the Acl tables, make sure that
"DbAcl" is in CamelCase -- it is case sensitve and typing it in lower
case will cause the error.

For example, this will work...

cake schema run create DbAcl

...but this won't...

cake schema run create dbacl


James Thornton

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to