Hi, Thank you for your help, now i set the path correctly to the environment so i can execute .php files.
But i still have two problems with the paths and one with a .dll. When i type in my htdocs folder "cake bake c:\xampp\htdocs\blog" it start to bake but before i have this warning PHP Warning : Unknow() : Unable to load dynamic library 'C:\xampp\php \extensions\php_sqlite.dll' I tried to download the last versiono of php binaries for win and to copy the dll in the php/exstension but the problems doesn't desappear. I'm using xampp 1.6.7 and the PHP Version 5.2.6 The second path problem became when i digit bake inside the console folder of the application, maybe i've to execute cake bake c:\xampp \htdocs\blog from the htdocs folder? Thank you very much for you help Giulio On 25 Ago, 10:35, clemos <[EMAIL PROTECTED]> wrote: > 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 acakephp 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 writecake.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 configurecakephp on windows vista usingxampp. > > >> >> 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 digitcake.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,CakeSoftware 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 -- 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 -~----------~----~----~----~------~----~------~--~---
