cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to install Magento

I am trying to install Magento

I am trying to install magento on my localhost.

and I get the following error message:

 

 

  • PHP Extension xsl.
  • PHP Extension intl.
  • PHP Extension soap.

It is cross (x) checked.  Any clue what should I do?

 

4 REPLIES 4

Re: I am trying to install Magento

@davy_ygPlease enable those modules from php.ini and restart apache/nginx webserver. Once apache is restarted then run the readiness check again to make sure you meet the technology stack requirement for Magento.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: I am trying to install Magento

Are you using linux localhost or windows i think you should use linux to install php extensions
these linux extension installation commands are very easy
sudo apt install xsl
sudo apt install intl
sudo apt install soap
you should try them

https://is.gd/lzn6cN 

Re: I am trying to install Magento

Hi @davy_yg 

 

To install Magento, you should complete 6 steps as follow:
Step 1: Readiness check

Step 2: Add a database

Step 3: Web Configuration

Step 4: Customize your store

Step 5: Create admin account

Step 6: Install

 

For more details, you can take a look at this blog

Hope this is helpful!

 

Re: I am trying to install Magento

Please uncomment the below three-line in the php.ini file and restart the apache server.

 

extension=php_xsl.dll
extension=php_intl.dll

extension=php_soap.dll