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" to my PATH, and I am running cake from inside www.website1.com.
Current Paths:
-app: www.website1.com
-working: apps\www.website1.com
-root: apps
-core: cakes\2_3\lib
Any ideas on what I am doing wrong?