CakePHP Shell issue with my directory structure
Posted
by
keslert
on Stack Overflow
See other posts from Stack Overflow
or by keslert
Published on 2013-06-28T04:18:00Z
Indexed on
2013/06/28
4:21 UTC
Read the original article
Hit count: 659
cakephp
|cakephp-2.0
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?
© Stack Overflow or respective owner