I try run command: app/console cache:clear
app/console cache:clear
This return me error:
An error occurred when executing the \"\'cache:clear --no-warmup
I had the same issue on Ubuntu and fixed it doing the following
apt-get install php-xml
or
sudo apt-get install php-xml
if not as root