php - Cant bake from cakephp app folder on windows 8 -


i have default cakephp project used on lot of projects on win 7, im trying use bake on win 8.
im using xampp apache/php , cakephp 2.0.

i have defined system variables on path: c:\xampp\php;c:\xampp\htdocs\crudteste\lib\cake\console\;

if run cake folder on command line, works, when run project\app folder shows empty string on console;

using cake command on folder , on project/app folder

the same happens if try cake bake on app folder.
have tryied access cake console app folder using ../lib/cake/console/cake shows same empty string.

can me? in advance.

firstly, try running echo %path% , see if in path correctly. have restarted console session since added environment variable?

secondly, current location at, should able access using console\cake better idea using correct version of console correspond version of cake using


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -