0

I'm trying to setup magento2 but this error 1 missing PHP Extension intl. already made me crazy... tried so many solution like edit php.ini :

From:

;extension=php_intl.dll

To

extension=php_intl.dll

Also copying all 6 files:

icudt57.dll,icuin57.dll,icuio57.dll,icule57.dll,iculx57.dll,icuuc57.dll 

From php folder to apache\bin

Tried all those and it didnt fixed it , can you please help me?

When I command php -m in cmd , module intl is missing.

Also in another check commant it gives back this:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_intl.dll' - The specified module could not be found. in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_intl.dll' - The specified module could not be found. in Unknown on line 0

Muhammad Anas
1,4673 gold badges13 silver badges33 bronze badges
asked Mar 29, 2018 at 2:16

1 Answer 1

-1

=> Please try Below Commands :

  • Installed: sudo apt-get install php5-intl
  • Restarted the Apache: sudo service apache2 restart
Rohan Hapani
17.6k9 gold badges57 silver badges99 bronze badges
answered Mar 29, 2018 at 4:11
2
  • He uses windows... Commented Mar 29, 2018 at 5:17
  • Yes OS windows 10. Not linux @Pranay K Commented Mar 29, 2018 at 9:40

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.