Severity: error --> Exception: Class ’DOMDocument’ not found /var/www/ezlogin/application/third_party/saml/src/Saml2/IdPMetadata Parser.php 113
Article ID: 281 | Rating: 5/5 from 2 votes | Last Updated: Tue, Oct 27, 2020 at 7:15 PM
If you are getting the above error, you need to install the DOM extension. You can do so on Debian / Ubuntu using:
root@ubuntu:~ apt-get install php-dom/php-xml
And on Centos / Fedora / Red Hat:
root@localhost:~ yum install php-xml
If you get conflicts between PHP 5 and PHP 5.3 packages, you could try to see if the php53-xml
package exists instead.