0
I have a Cake 2.3 Library on my Ubuntu 13.10 configured and running normally.
When I try to use cake Bake, it automatically takes over Cake 1.3
Welcome to CakePHP v1.3.14 Console
Question: How do I set up cake Bake to use version 2.3 of Cake?
0
I have a Cake 2.3 Library on my Ubuntu 13.10 configured and running normally.
When I try to use cake Bake, it automatically takes over Cake 1.3
Welcome to CakePHP v1.3.14 Console
Question: How do I set up cake Bake to use version 2.3 of Cake?
1
Try calling by the following command
/var/www/<caminho do seu cake>/app/Console/cake
or
cd /var/www/<caminho do seu cake>/app/Console/
php cake.php
These are two possibilities to call your bake
, always check the path of your cakephp to ensure you are calling the correct application
Browser other questions tagged cakephp cakephp-2
You are not signed in. Login or sign up in order to post.
Hello Erlon, thank you for your reply. When I ran the first command, you presented the same message: Welcome to Cakephp v1.3.14 Console. In the second command you have already presented the correct one. Welcome to Cakephp v2.3.4 Console. Thanks for the Help!
– Artur