- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2020
10:42 PM
01-13-2020
10:42 PM
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?
Labels:
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2020
01:59 PM
01-14-2020
01:59 PM
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'.
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2021
07:43 PM
08-15-2021
07:43 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2021
02:18 AM
08-16-2021
02:18 AM
Re: I am trying to install Magento
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2021
07:40 PM
08-20-2021
07:40 PM
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