DOM extension
Error message
Uncaught Error: Class 'DOMDocument' not found in Sanitize.php
Cause and solution
Our code requires DOM extension to be installed on the server, which in PHP is enabled by default, just in your case your host seems to have disabled it for some reason. You should get in touch with your server host and ask them to enable DOM extension for you, and that should solve the problem!