This morning I found the next errors inside the web server 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 ..... |
The solution for this problem is to install the missing php-xml rpm.
yum install php-xml |