The requested DOM PHP extension is missing. To install Php Dom extension on Ubuntu:
Open your terminal to install the missing extension,
type this:
sudo apt-get install php-xml
Then restart apache:
sudo service apache2 restart
The requested DOM PHP extension is missing. To install Php Dom extension on Ubuntu:
Open your terminal to install the missing extension,
type this:
sudo apt-get install php-xml
Then restart apache:
sudo service apache2 restart