I'm trying to set up CakePHP's acl feature, for a bit of experimentation. The documentation says I can do:
Console\cake acl initdb
http://book.cakephp.org/2.0/en/console-and-shells/acl-shell.html
Or perhaps:
cake schema create DbAcl
However they return the same error:
The chosen schema could not be loaded. Attempted to load:
File: C:\wamp\www\cakeuser\app\Config\Schema\schema.php
Name: DbAcl
I ran these commands from the /app
folder.
What am I doing wrong?