-
Notifications
You must be signed in to change notification settings - Fork 14
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
Php engine failed to start (windows 10) #17
Comments
Hi cheslin23t |
@paragi Thank you for reaching out to me! Do you have discord? If so, I can share my screen and show you the error, and you can tell me what to do on a mac or Linux, I can just google how to do what you say on a windows. |
Also do you know anyone that has this working on a windows PC? |
Same issue here. |
@ingo Fischer AKA Apollon77 |
Maybe it would help first to also log the exception and the stack to see whats up there :-) something like a
in https://github.com/paragi/sphp/blob/master/sphp.js#L320 before the throw ... @Jesper117 @cheslin23t maybe one of you could try that?! |
Hi, thanks for your response. |
I was running my first php, but this error happened... `C:\Users\Chesl\Desktop\phpwebsitetest\node_modules\sphp\sphp.js:320
throw new Error('PHP engine failed to start (' + sphp.cgiEngine +')');
^
Error: PHP engine failed to start (php-cgi.exe)
at ChildProcess. (C:\Users\Chesl\Desktop\phpwebsitetest\node_modules\sphp\sphp.js:320:13)
at ChildProcess.emit (events.js:315:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)`
any way to fix?
The text was updated successfully, but these errors were encountered: