0

Im trying to install magento using XAMPP and im getting the following errors in the attached screen print. Can anybody help?

https://i.sstatic.net/3BaGl.jpg

1

3 Answers 3

2

For removing "PHP Extension intl" error, we have to enable PHP Extension intl , follow the Steps..

Open the xampp/php/php.ini file in any editor.
Search ";extension=php_intl.dll"

kindly remove the starting semicolon ( ; )

Like :

;extension=php_intl.dll

to

extension=php_intl.dll

Save the xampp/php/php.ini file.
Restart your xampp/wamp

Hope its work..Cheers..

Sign up to request clarification or add additional context in comments.

6 Comments

@SavanDholu , may i know the process you followed? have you restart your xampp/wamp?
Yes, Same process i have follow but again not working. and restart xampp. Check this image. i.sstatic.net/twA2q.png
This is not the issue of php_intl.dll. here another dll file missing so you need to add msvcp140.dll file. dllme.com/dll/files/msvcp140_dll.html dll-files.com/msvcp140.dll.html fix4dll.com/msvcp140_dll
where is put this ddl file
Please follow instructions.. fix4dll.com/how_to_install_dll_files
|
0

Here is all command lines to install magento2

PHP Extension xsl and intl. CMD

sudo apt-get install php5-intl
sudo apt-get install php5-xsl
sudo php5enmod xsl
sudo service apache2 restart

PHP Extension mcrypt. CMD

sudo updatedb 
locate mcrypt.ini
sudo php5enmod mcrypt
sudo service apache2 restart

Comments

-1

To enable intl extension replace

;extension=php_intl.dll

with

extension=/php_intl.dll

(simply remove semicolon & then restart your server)

Comments

Your Answer

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.