dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 441 forks source link

E_WARNING: proc_open(): CreateProcess failed, error code - 267 #1349

Closed TheGreatWizard closed 6 years ago

TheGreatWizard commented 6 years ago

i am running phpcli on windows, with php builtin server.

when i try to build a project, an error shown in Build Log window:

E_WARNING: proc_open(): CreateProcess failed, error code - 267
Exception: Warning: proc_open(): CreateProcess failed, error code - 267 in C:\wamp64\www\phpci\PHPCI\Helper\BaseCommandExecutor.php line 94
Removing Build.

it seems than xcopy command execution by proc_open() failed, because the destination path directory does not exists. The error occurs when the project is copied to some directory in PHPCI/build, but it does not exists there...

please help

TheGreatWizard commented 6 years ago

duplicate of https://github.com/Block8/PHPCI/issues/575