Support the ongoing development of Laravel.io →
Installation Configuration Packages

I install a nginx server in ubuntu 14.04 LTS 64 with HHVM Fastcgi Service and i install laravel via laravel.phar or via composer , got error and cannot move on :


Fatal error: unexpected St13runtime_error: locale::facet::_S_create_c_locale name not valid

when i use PHP instead,it worked,but i really want to use HHVM

thanks for helping me ^_^

Last updated 2 years ago.
0
Solution

Looks like it is related to these issues, see if they help? Best of luck.

https://github.com/facebook/hhvm/issues/1052

https://github.com/facebook/hhvm/issues/3112

Last updated 2 years ago.
0

awsp said:

Looks like it is related to these issues, see if it helps? Best of luck.

https://github.com/facebook/hhvm/issues/1052

https://github.com/facebook/hhvm/issues/3112

I add

LC_CTYPE="en_US.UTF-8"
LC_ALL="en_US.UTF-8"

to etc/default/locale

worked!!!

thanks a lot

Last updated 2 years ago.
0

export LC_ALL=C

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

mason-x mason-x Joined 27 Aug 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.