niutech / node.php

Run node.js apps from PHP even on a shared hosting!
817 stars 235 forks source link

Node.js is not yet installed. Switch to Admin Mode and Install it #33

Closed AngelTs closed 6 years ago

AngelTs commented 6 years ago

Node.js is not yet installed. Switch to Admin Mode and Install it

bbenefield89 commented 6 years ago

Getting the same issue.

sowere commented 6 years ago
define("ADMIN_MODE", false); //set to true to allow unsafe operations, set back to false when finished

Set admin_mode to true on line no 13.

niutech commented 6 years ago

After enabling Admin mode (as per @sowere comment), open http://example.org/node.php?install. If it does not work, try going through troubleshooting.