I’ve found an error on a page in my Magento application; it always show this message error when I visit it:
Fatal error: Class ‘DOMDocument’ not found in /home/…/lib/Zend/Feed/Abstract.php on line 95
Can you give me a solution? I’m using magento 1.4.1.1.
You need to install the DOM extension. You can do so on Debian / Ubuntu using:
And on Centos / Fedora / Red Hat:
If you get conflicts between PHP packages, you could try to see if the specific PHP version package exists instead: e.g.
php53-xmlif your system runs PHP5.3.