A fixaround would be to create a batch : c:\windows\system32\php.bat
that contains "c:\program files\....\php.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9 But the best thing is to fix the symfony.bat file. Try replacing lines 22 to 26 with : IF EXIST ".\symfony" ( "%PHP_COMMAND%" -d html_errors=off -d open_basedir= -q ".\symfony" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE ( "%PHP_COMMAND%" -d html_errors=off -d open_basedir= -q "%SCRIPT_DIR%\symfony" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) If it fixes the problem, tell me, I will submit a patch to symfony. Alexandre 2009/10/20 Gareth McCumskey <[email protected]> > Wih I could offer more help. Its a shame you don't code on a *nix box.... > > On Tue, Oct 20, 2009 at 11:55 AM, ridcully <[email protected]>wrote: > >> >> Our Problems seem there is a space in the directoryname C:\program >> file where the PHP executable lies. >> >> Google says it's a bug in symfony, is any workaround there? >> >> THX >> Joerg >> >> >> On Oct 20, 9:55 am, Gareth McCumskey <[email protected]> wrote: >> > This is a path setting in windows. Look at the symfony.bat file and put >> the >> > correct path to your PHP executable. >> > >> > On Tue, Oct 20, 2009 at 9:50 AM, ridcully <[email protected]> >> wrote: >> > >> > > Hi, >> > >> > > our test task failed under Windows, it says 'Unable to find PHP >> > > executable'. >> > >> > > All other symfony task works, only the test task failed. >> > >> > > The Search Path is right and we're using 1.2.9 with doctrine. >> > >> > -- >> > Gareth McCumskeyhttp://garethmccumskey.blogspot.com >> > twitter: @garethmcc >> >> > > > -- > Gareth McCumskey > > http://garethmccumskey.blogspot.com > twitter: @garethmcc > > > > -- Alexandre Salomé -- [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
