If i have a simple index.php with only phpinfo() all works fine, but if i use for example laravel or phpmyadmin i have this error in hhvm.log
Any help??
export LC_ALL=C
and then you can run
hhvm xxxx
Did @huzhiguang's advice help?
Human timeout closing https://github.com/facebook/hhvm/wiki/Human-Timeouts
just for people who might see this ticket (it appears when you google the error message)
using the export LC_ALL=C worked for me
thanks all, I fixed this problem :D
Most helpful comment
export LC_ALL=C
and then you can run
hhvm xxxx