I'm trying to install magento on my Windows 10 system with MAMP PRO, and I have been getting the same error over and over for a while now. The magento installer says that my php xsl extension is missing. To install the extension, the manual says that I have to add the argument --with-xsl[=DIR]
to my configure line but I have no idea how to do this.
I have added extension=php_xsl.dll
to my php.ini
file but it still isn't added. The php_xsl.dll
is present in my /ext
folder.
What could the issue be?