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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.