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;

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
Post a Comment