Symfony 2.8 project in ubuntu 16.04
I got this exception:
An exception has been thrown during the rendering of a template ("The Symfony\Component\Intl\DateFormatter\IntlDateFormatter::__construct() method's argument $locale value 'es' behavior is not implemented. Only the locale "en" is supported. Please install the "intl" extension for full localization capabilities.").
Ok, but I have the intl extension already installed:
php -i | grep int
/etc/php/7.0/cli/conf.d/20-intl.ini,
intl
intl.default_locale => no value => no value
intl.error_level => 0 => 0
intl.use_exceptions => 0 => 0
Maybe is that default_locale with no value the problem? I have libicu installed too so no idea what is the problem.
It happens with php7.0, php7.1 and php7.2