Thanks for the help, I now get some output when i type "cake bake" but it does not recognize my current project. it gives the following output: "App: system32 Path: C:\windows\system32" It then goes on to saying my database configuration was not found and tries to walk me through creating a new one.
my controal path in the advanced system variables is now: "%SystemRoot% \system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files \QuickTime\QTSystem;C:\server\php;C:\server\htdocs\cake\cake \console" On Jan 27, 3:27 pm, mishu <[EMAIL PROTECTED]> wrote: > Hi, > You need to open comand prompt (start->run->cmd) and navigate to the > directory where bake.php is to be found (\cake\scripts\). Then you > have to locate where php.exe is located on your machine and use a > command similar to this (you just have to modify the paths): > > E:\apps\xampp\php\php.exe bake.php > > where E:\apps\xampp\php\php.exe is where php is installed on my > system. > > Then just follow the q/a test :) > > Hope this helps. > > On Jan 27, 8:33 am, Neil <[EMAIL PROTECTED]> wrote: > > > Sorry, I do not follow...From what I understand all I need to so is go > > to the command prompt and type in "cake bake". However this does not > > work. I even followed the screencast on this subject over at the > > cakephp web site but I did not understand what we were doing and it > > did not solve my problem of getting cake to work. > > > On Jan 26, 8:24 pm, rtconner <[EMAIL PROTECTED]> wrote:> tutorial is a bit > > old. > > > > As far as I know.. now (with 1.2) you have to add /cake/console to > > > your operating systems global path. Then anywhere on your system you > > > can just type >cake bake to bring up the console and bake the app of > > > whatever folder you are in. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
