You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("The Symfony\Component\Intl\NumberFormatter\NumberFormatter::__construct() method's argument $style value 0 behavior is not i
mplemented. The available styles are: CURRENCY, DECIMAL.. Please install the "intl" extension for full localization capabilities.") in "AppBundle::bandwidth_usage.html.twig" at line 14." at /var/www/project/vendor/twig/twig/lib/Twig/Template.php line 182 {"exception":"[obj
ect] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"The Symfony\\Component\\Intl\\NumberFormatter\\NumberFormatter::__construct() method's argument $style value 0 behavior is not implemented. The available styles are: CURREN
CY, DECIMAL.. Please install the \"intl\" extension for full localization capabilities.\") in \"AppBundle::bandwidth_usage.html.twig\" at line 14. at /var/www/project/vendor/twig/twig/lib/Twig/Template.php:182, Symfony\\Component\\Intl\\Exception\\MethodArgumentValueNotImp
lementedException(code: 0): The Symfony\\Component\\Intl\\NumberFormatter\\NumberFormatter::__construct() method's argument $style value 0 behavior is not implemented. The available styles are: CURRENCY, DECIMAL.. Please install the \"intl\" extension for full localization
capabilities. at /var/www/project/vendor/symfony/symfony/src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php:292)"} []
The text was updated successfully, but these errors were encountered:
I know that installing intl fixes issue; Sorry for lack of explanation.
I just wanted to point out that composer.json does not specify that php-humanizer requires ext-intl but instead requires symfony/intl which is supposed to be replacement for this extension, but it doesn't work with symfony/intl in this case.
in other words - composer installs just fine but lib is throwing exceptions on runtime due to missing dependency.
The text was updated successfully, but these errors were encountered: