Class 'NumberFormatter' not found

How to configure and adapt Aimeos based shops as developer
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!
kuoyehs
Posts: 22
Joined: 09 Sep 2019, 03:01

Class 'NumberFormatter' not found

Post by kuoyehs » 18 Oct 2019, 10:40

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Class 'NumberFormatter' not found

Post by aimeos » 18 Oct 2019, 11:04

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ottowiner
Posts: 5
Joined: 15 Sep 2022, 22:22

Re: Class 'NumberFormatter' not found

Post by ottowiner » 15 Sep 2022, 22:32

hello. i have the same problem.
the php intl is active.
but showme the same error.
what can i do to solve this?. thanks

Post Reply