I tried bake with Cakephp 2.0.4 stable with ‘cake bake’ command
But it’s giving me below errors…
Unable to set console path for app/Console.
CakePHP is on your `include_path`. CAKE_CORE_INCLUDE_PATH will be set, but commented out.
Unable to set CAKE_CORE_INCLUDE_PATH, you should change it in /home/wmetools/public_html/security/app/Console/myapp/webroot/index.php
Project baked but with some issues..
Your database configuration was not found. Take a moment to create one.
Is there a reason why this is happening?
If you meant to say
** Code from the webroot/index.php file **
Setting the include path will get rid of this error. There are two ways to accomplish this:
Better Description on how to.
or
// THIS METHOD IS NOT RECOMMENDED FOR THIS SITUATION
If you do not want to mess with all that, just set the include path manually in the index.php file.