Page 1 of 1

Class 'NumberFormatter' not found

Posted: 18 Oct 2019, 10:40
by kuoyehs
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.
Image

Re: Class 'NumberFormatter' not found

Posted: 18 Oct 2019, 11:04
by aimeos
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.

Re: Class 'NumberFormatter' not found

Posted: 15 Sep 2022, 22:32
by ottowiner
hello. i have the same problem.
the php intl is active.
but showme the same error.
what can i do to solve this?. thanks