I am trying to install magento on my localhost.
and I get the following error message:
It is cross (x) checked. Any clue what should I do?
@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.
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
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