Yes, now I see windows :)

And now it's another error:
Fatal error: Uncaught exception 'sfException' with message 'Problem
executing command sh: line 1: c:php5php.exe: command not found '

See "line 1: c:php5php.exe: command not found"? This is actual error. It
lost "\" from $command var.
Try to use double back slashes, i.e. "c:\\php5\\php.exe"

Also I am not sure about your path to symfony cli:
"/home/users/iwitch/public_html/pd" is it your symfony cli? i.e. "./pd
cc" will this command works if you run it in shell under project root?

Thanks.

Tomasz Ignatiuk wrote:
> Command:
> c:\php5\php.exe -c -n c:\windows\php-isapi.ini "/home/users/iwitch/
> public_html/pd" cc
>
> My project is in "/home/users/iwitch/public_html/pd" I use '/' because
> this is how symfony shows errors
>
> This is for PHP5 on my server. Asmin gave me this path: c:
> \php5\php.exe -c -n c:\windows\php-isapi.ini And I know that this is
> windows server becaues it is windows server :) In admin panel for
> account there is a windows server name etc.
>
> Fatal error: Uncaught exception 'sfException' with message 'Problem
> executing command sh: line 1: c:php5php.exe: command not found ' in /
> home/users/iwitch/public_html/pd/lib/symfony/task/
> sfFilesystem.class.php:291 Stack trace: #0 /home/users/iwitch/
> public_html/pd/web/sf_cc_webscript.php(9): sfFilesystem->sh('c:
> \php5\php.exe...') #1 {main} thrown in /home/users/iwitch/public_html/
> pd/lib/symfony/task/sfFilesystem.class.php on line 291
> >
>
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to