Question
HHVM unable to run any scripts
I recently installed HHVM on a local machine(Ubuntu 14.04) and it worked great, however when I installed it on a droplet running same the OS, it gives me a (unknown exception was thrown) error when I try to run any scripts, even a simple Hello World.How should I proceed to fix that?
Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
How did you install HHVM on the droplet? Can you post the full error?
I installed it following these instructions:https://github.com/facebook/hhvm/wiki/Prebuilt-packages-on-Ubuntu-14.04, also executed the install_fastcgi.sh script(I dont know if that’s relevant since it configures the server(using nginx), and I’m not even able to execute hhvm directly from bash).
I’m just getting this error:
same thing on the hhvm error log.
I just destroyed the droplet, created a new one(ubuntu 14.04), created a user with root permission, logged in, installed hhvm following: https://github.com/facebook/hhvm/wiki/Prebuilt-packages-on-Ubuntu-14.04, made a hello world in hacklang and got the same error.