Вопрос

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.

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top