Nov
27
CakePHP Solution for Could not open input file: acl.php
November 27, 2008 |
If you are a reader of the IBM tutorial Cook up Web sites fast with CakePHP, Part 2, and execute the following line of code to create aro named Users:
php acl.php create aro 0 null Users
you may end up get the error message like the one below:
Could not open input file: acl.php
The correct syntax should be, from your cakephp_site/app directory, execute the following line
../cake/console/cake acl create aro root Users
for Dealers, it should be
../cake/console/cake acl create aro root Dealers
Hope this helps :)
Similar Posts
- Cook up Web sites fast with CakePHP ACL Problem
- CakePHP acl delete aro Correct Systax
- CakePHP - the right syntax to use near ‘generateList’
- Cook up Web sites fast with CakePHP MySQL Syntax Problem
- Cook up Web sites fast with CakePHP knownusers.thtml
- Cook up Web sites fast with CakePHP - Invalid Login
- CakePHP Solution for Warning: Cannot modify header information - headers already sent


































