Question

I follow the symfony tutorial to build my first symfony project. When i run:

./symfony propel:build-sql

I got a error:

[propel-sql] Could not perform XLST transformation. Make sure PHP has been compiled/configured to support XSLT.

I have searched some solutions, but they did not work well.

Was it helpful?

Solution

If you are on Ubuntu, I think you just need to enable the php xsl module. Try:

sudo apt-get install php5-xsl

and restart your webserver after. If apache

sudo service apache2 restart

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top