How to solve the issue - please install the "intl" extension for full localization capabilities on windows

229 views Asked by At

I am trying to install Pimcore's skeleton package on windows[AzureVM]. But facing issue called "The Symfony\Polyfill\Intl\Icu\Locale::getPrimaryLanguage() is not implemented. Please install the "intl" extension for full localization capabilities." I did configuration which is required but stucked here. I configured path of document root in xampp -> Apache -> Config -> httpd. Even try to find its solution somewhere on internet but can't find exact solution. It would be great help for me.

I am tring to open admin interface of Pimcore.

Here is screenshot message of error

I am completely new in this field so please help like that.

1

There are 1 answers

0
Eugene Kaurov On

If you already installed Pimcore then you can just enable Intl as @Archana recommended how can I enable PHP Extension intl?

It is recommended to check server requirements before to install:

bin/console pimcore:system:requirements:check

See documentation: https://pimcore.com/docs/platform/Pimcore/Installation_and_Upgrade/System_Requirements/