node-php icon indicating copy to clipboard operation
node-php copied to clipboard

EPIPE error

Open omidahourai opened this issue 10 years ago • 2 comments

Can't seem to get module to work, I always get:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: write EPIPE
    at errnoException (net.js:901:11)
    at Object.afterWrite (net.js:718:19)

omidahourai avatar Sep 14 '14 10:09 omidahourai

You need to have PHP-cgi installed. The module uses php-cgi binary to run the php code.

mkschreder avatar Sep 26 '14 13:09 mkschreder

hi, I remain the same mistake, although I installed https://www.npmjs.com/package/php-cgi

jenokizm avatar Jun 02 '15 16:06 jenokizm