Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension #210

Open
misp15 opened this issue Oct 19, 2018 · 1 comment

Comments

@misp15
Copy link

misp15 commented Oct 19, 2018

hello!

The installation is successful-ish but when I want to Install venia storefront with the bash deployVeniaSampleData.sh script from vagrant-magento/magento2ce folder https://magento-research.github.io/pwa-studio/venia-pwa-concept/setup/

I get This error;

PHP extension ext-intl * is missing from your system. Install or enable PHP's intl extension.

Now in etc/guest/php/7.2/mods-available/intl.ini is enabled.
I dont get it, whats wrong?! Tried vagrant reload and bash m-reinstall but there is no difference.
Or is that my mac is missing the extension on local?
Maybe I have to manually download the venia modules from git and put them in vagrant-magento/magento2ce/app/code/Magento to make it work?

Plz help...

best regards,
Millie the confused one

@dmytrunets
Copy link

dmytrunets commented Oct 24, 2018

Hi,
By default PHP extension ext-intl is installed

Check installed module:
vagrant ssh
php -m | grep intl

If no result, just install module:
sudo apt-get install php7.0-intl
sudo service apache2 restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants