FriendsOfCake / app-template

CakePHP2: An empty application template, for use with composer
71 stars 16 forks source link

Incorrect path to bootstrap.php (cake3)? #58

Closed bravo-kernel closed 9 years ago

bravo-kernel commented 9 years ago

Just generated a new cake3 app using app-template and the nginx error produces the following error:

2014/11/03 19:06:53 [error] 2792#0: *5 FastCGI sent in stderr: "PHP message: PHP Warning:  require(/home/vagrant/Apps/cake3/vendor/cakephp/cakephp/src/bootstrap.php): failed to open stream: No such file or directory in /home/vagrant/Apps/cake3/App/Config/bootstrap.php on line 50

I am no expert but it might be looking in the wrong directory:

josegonzalez commented 9 years ago

This repo is just for cake2 at the moment, and any branch is purely experimental.