CakePHP Shell issue with my directory structure
- by keslert
I have structured my Cake files in the following way
/cakes
/2_3
/app
/Console
/cake.php
/apps
/www.website1.com
/Console
/HelloShell.php
/Controllers
/etc...
/www.website2.com
/Console
/Controllers
/etc...
I am getting an error "Error: Shell class HelloShell could not be found." I have added "cakes/2_3/app/Console"…