Class 'DOMDocument' not found

后端 未结 16 1527
余生分开走
余生分开走 2020-11-30 18:58

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 fo

16条回答
  •  感情败类
    2020-11-30 19:47

    Using Suse Linux (Linux linux 3.16.7-48-default) and PHP 5.6.1 as root, this helped:

    zypper in php5-dom
    

    plus restart

    systemctl restart apache2
    

提交回复
热议问题