PHP Fatal error: Uncaught Error: Class ‘DOMDocument’ not found in xxxx
This error suggests that php-dom module is not installed in the machine. Install php-dom using the below command
sudo apt-get install php-dom
This error suggests that php-dom module is not installed in the machine. Install php-dom using the below command
sudo apt-get install php-dom