Class 'NumberFormatter' not found
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Class 'NumberFormatter' not found
My project use laravel 5.8 and postgresSQL. I install aimeos 2019.07.x-dev, and follow https://aimeos.org/docs/Laravel/Install_Aimeos to setup. When I go to https://localhost/shop and https://localhost/admin/default/jqadm/s ... rd?lang=en have the error message.


Re: Class 'NumberFormatter' not found
You havn't installed the PHP "intl" extension and you can check that with "php -m" on the command line. If a different PHP version is used for command line and for web requests, make sure that the "intl" extension is installed for that version too.
Composer refuses to install Aimeos if the PHP "intl" extension isn't installed so it's most likely that the extension is available at CLI but not at the web.
Btw: You have to update to Aimeos 2019.10 as earlier versions aren't supported any more.
Composer refuses to install Aimeos if the PHP "intl" extension isn't installed so it's most likely that the extension is available at CLI but not at the web.
Btw: You have to update to Aimeos 2019.10 as earlier versions aren't supported any more.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Class 'NumberFormatter' not found
hello. i have the same problem.
the php intl is active.
but showme the same error.
what can i do to solve this?. thanks
the php intl is active.
but showme the same error.
what can i do to solve this?. thanks