PHP Fatal error: Class ‘DOMDocument’ not found
this is because you rodn’t have php-xml on your server,
you can install it by running :
yum install php-xml
or apt-get install php-xml
retart your apache
My daily IT journal
this is because you rodn’t have php-xml on your server,
you can install it by running :
yum install php-xml
or apt-get install php-xml
retart your apache