-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CreateProcess failed #575
Comments
same issue here, but line 90 |
IMO the issue is caused by never setting $buildPath in BaseCommandExecutor which is used to call the function. I tried setting it to absolute path of my phpci and it worked (at least, the copying finished corretly :-) |
If you could go into further explanation about it. I am struggling with it at the moment and i can't seem to get it to work. |
@TimWolters , |
Strange, it works now but i wonder i put the absolute filepath in. |
Confirm the issue. |
This problem not fixed. |
Same issue, I created a folder in PHPCI\build{created_folder} with the number of outstanding build, and run the command in windows and I have no error. Sorry for my bad english! |
Similar error here, when running builds on Windows it ends in:
I could patch this by settings |
I am not able to fix this issue....can anyone help me on this....!I tried in above ways but no luck.Can any help me giving the steps to solve the issue. |
Am running the phpCI in windows environment and getting an error when i run the build . please help me to resolve this issue.
�Exception: Warning: proc_open(): CreateProcess failed, error code - 0 in D:\Projects\PHPCI\testphpci\PHPCI\Helper\BaseCommandExecutor.php line 93�
The text was updated successfully, but these errors were encountered: