Forums
(@tompayne)
6 years, 9 months ago
Found this online:
I’ve had a similar issue, and it turned out I was missing the php-xml package. So I did this (on Ubuntu): sudo apt-get install php-xml And then: sudo service apache2 restart And now it works!
I’ve had a similar issue, and it turned out I was missing the php-xml package. So I did this (on Ubuntu):
sudo apt-get install php-xml And then:
sudo service apache2 restart And now it works!