Answer the question
In order to leave comments, you need to log in
How to resolve php-intl related error when installing Symfony 2?
This is my first time installing this framework. When running the config.php configuration file , an error appears related to the lack of support for 'fr-FR' locales.
Fatal error: Uncaught exception 'Symfony\Component\Intl\Exception\
MethodArgumentValueNotImplementedException' with message 'The Symfony\Component\Intl
\Collator\Collator::__construct() method's argument
$locale value 'fr_FR' behavior is not implemented. Only the locale "en" is supported.
Please install the "intl" extension for full localization capabilities.'
in C:\WebServer-Apache\Apache-2.4\htdocs\localhost\www\public\lcg\vendor\symfony\symfony\src
\Symfony\Component\Intl\Collator\Collator.php:80 Stack trace: #0
C:\WebServer-Apache\Apache-2.4\htdocs\localhost\www\public\lcg
\app\SymfonyRequirements.php(648): Symfony\Component\Intl\Collator
\Collator->__construct('fr_FR') #1 C:\WebServer-Apache\Apache-2.4\htdocs\
localhost\www\public\lcg\web\config.php(19): SymfonyRequirements->__construct()
#2 {main} thrown in C:\WebServer-Apache\Apache-2.4\htdocs\localhost
\www\public\lcg\vendor\symfony\symfony\src\Symfony\Component\Intl
\Collator\Collator.php on line 80
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question