Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: PHP Fatal Error: Class 'DOM Document Not Found  (Read 2281 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
PHP Fatal Error: Class 'DOM Document Not Found
« on: February 07, 2014, 10:39:51 pm »
You may get the following error in the server error log :
PHP Warning: include(DOMDocument.php) [<a href="function.include">function.include</a>]: failed to open stream: No such file or directory in ......
PHP Warning: include() [<a href="function.include">function.include</a>]: Failed opening 'DOMDocument.php' for inclusion (include_path='.....
PHP Fatal error: Class 'DOMDocument' not found in .....


This error is because php-xml module is missing. To solve the issue install the php-xml
Code: [Select]
# yum install php-xml