PDA

View Full Version : XSL Module


doughold
25th March 2010, 15:48
I am trying to install a web-to-print extension from ZetaPrints in Magento and am getting the error that the XSL module is missing. I thought by default the XSLT is included? If I do need to re-compile PHP to include XSL support, what should I do to make sure I don't screw up other sites. I followed the ISPConfig3 tutorial to do the installation on Ubuntu 9.04.

Edit: I think I just figured it out. Can I just do:


apt-get install php5-xsl
a2enmod xsl


I am going to wait until this evening to do it so if someone could just say yay or nay I would appreciate it.

till
25th March 2010, 15:59
Just run:

apt-get install php5-xsl

and restart apache. Do not run the command a2enmod.

doughold
25th March 2010, 16:03
Perfect, thanks! Once again, love the software. Looking forward to the next few releases with APS and Virtual Machine management.