I changed my setup so I could run multiple applications but couldn't
get bake to work when the app files were above the webroot. Any ideas
why?

Setup was the following
-root: /var/www/app
-app1 /var/www/app/app1
-app2 /var/www/app/app2
-core: /usr/lib/cake/
www.example.com/app1/index.php
www.example.com/app2/index.php
[[index.php file is the webroot/index.php file, the root, app, and
core were updated accordingly]]

Things were working great, I could view the different applications by:
www.example.com/app1
www.example.com/app2

BUT, bake doesn't work. The interactive bake console opens up and
after being prompted to create a Project it fails to mkdir "new app"
and when trying to create a Model it states that it is writing the
file, but no file gets created.

I changed my setup so the app files are below the webroot and bake
works fine. My setup now is:
-root: /var/www/app
-app1 /var/www/www.example.com/app1
-app2 /var/www/www.example.com/app2
-core: /usr/lib/cake/







--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to