Hhvm: \nFatal error: unexpected St13runtime_error: locale::facet::_S_create_c_locale name not valid

Created on 4 Jul 2014  路  5Comments  路  Source: facebook/hhvm

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??

needs more info

Most helpful comment

export LC_ALL=C
and then you can run
hhvm xxxx

All 5 comments

export LC_ALL=C
and then you can run
hhvm xxxx

Did @huzhiguang's advice help?

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

simonwelsh picture simonwelsh  路  6Comments

HRMsimon picture HRMsimon  路  4Comments

octmoraru picture octmoraru  路  5Comments

mfurlend picture mfurlend  路  6Comments

zkiiito picture zkiiito  路  7Comments