Hi Giulio I'm not really an expert with MinGW, but I guess you should either: - link your php.exe to /usr/bin/, with something like (assuming php is at c:\Program Files\PHP5): ln -s "/c/Program Files/PHP5/php.exe" /usr/bin/php.exe - add "c:\Program Files\PHP5\ to your PATH environnement variable (which is more "standard", as it will allow you to run php from the windows command as well): in windows go to My Computer > RightClick > properties > Advanced > Environment Variables > search for the variable called "PATH" in your user variable, and add ";c:\Program Files\PHP5;"
Both should work, but I'd prefer the second solution, because I "sometimes" use the windows command prompt... ++++++++ Clément On Mon, Aug 25, 2008 at 3:31 AM, giulio <[EMAIL PROTECTED]> wrote: > > Hi clement, > > Thank you for your help, but i've not understood. > > Where i've to add the path to php.exe cli to my path environment > variable? > > Could you resume for me all the process? > > I know that this it's not a cake php issue, but a problem with the > environment, but i can find a solution. > > Thanks for the help. > > > > On 24 Ago, 19:05, clemos <[EMAIL PROTECTED]> wrote: >> Then you must also add the path to php.exe cli to your path >> environment variable. >> >> +++++++ >> Clément >> >> >> >> On Sun, Aug 24, 2008 at 7:31 AM, giulio <[EMAIL PROTECTED]> wrote: >> >> > If i write cake.bat it returns me the answer that php is not know as >> > command >> >> > Thanks for the help >> >> > Giulio >> >> > On 24 Ago, 07:29, giulio <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> >> I see the tutorial and i read a lot of articles on the web, but this >> >> not solve my problems. >> >> >> I'm trying to configure cake php on windows vista using xampp. >> >> >> I've added the path to the environment variable, and i tried to >> >> substitute with an updated version the mysqli.dll but it seems that >> >> windows doesn't recognise .php extension. >> >> >> When i try to digit cake.php in my app/console folder, it opens a txt >> >> file like this >> >> >> #!/usr/bin/php -q >> >> <?php >> >> /* SVN FILE: $Id: cake.php 7296 2008-06-27 09:09:03Z gwoo $ */ >> >> /** >> >> * Command-line code generation utility to automate programmer chores. >> >> * >> >> * Shell dispatcher class >> >> * >> >> * PHP versions 4 and 5 >> >> * >> >> * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/ >> >> >> * Copyright 2005-2008, Cake Software Foundation, Inc. >> >> * >> >> >> Excuse me but i never work with CLI and this is one of the first time >> >> that i use windows vista, so please write to me all the things to do: >> >> adding environment variables etc etc... >> >> >> Thanks Giulio >> >> >> On 22 Ago, 04:26, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: >> >> >> > On Thu, Aug 21, 2008 at 10:22 PM, giulio <[EMAIL PROTECTED]> wrote: >> >> >> > > Thank you very much for the help. >> >> >> > > Can i find also a text help insted of videos?... i've some problems >> >> > > with my connection to see videos. >> >> >> > I don't know of any off-hand, but you can probably find them via Google. >> >> >> > -- >> >> > Chris Hartjes >> >> > Motto for 2008: "Moving from herding elephants to handling snakes..." >> >> > @TheKeyBoard:http://www.littlehart.net/atthekeyboard- Nascondi testo >> >> > citato >> >> - Mostra testo citato - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
