Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symfony\Component\Locale\Stub\StubIntlDateFormatter::__construct() method's argument $locale value 'en_IN' behavior is not implemented

I am getting this exception, its one of the known issues and as suggested I have installed php5-intl via apt-get and restarted my Nginx server.

Nothing seems to work out.

An exception has been thrown during the rendering of a template
("The Symfony\Component\Locale\Stub\StubIntlDateFormatter::__construct() method's argument $locale value 'en_IN' behavior is not implemented. Only the 'en' locale is supported.

Please install the 'intl' extension for full localization capabilities.")
in SonataAdminBundle:CRUD:base_list_field.html.twig at line 4.

like image 384
ʞɹᴉʞ ǝʌɐp Avatar asked Nov 03 '22 18:11

ʞɹᴉʞ ǝʌɐp


1 Answers

Guys revisiting this issue, Team faced the same issue, we tried installing php5-intl extension and restart nginx & php5-fpm.

It didn't work. But we did a system restart the issue was gone. So one more weird answer. But worked for me.

like image 174
ʞɹᴉʞ ǝʌɐp Avatar answered Nov 08 '22 09:11

ʞɹᴉʞ ǝʌɐp