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 ^_^
Looks like it is related to these issues, see if they help? Best of luck.
awsp said:
Looks like it is related to these issues, see if it helps? Best of luck.
I add
LC_CTYPE="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
to etc/default/locale
worked!!!
thanks a lot
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community