Class 'DOMDocument' not found

后端 未结 16 1503
余生分开走
余生分开走 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:39

    I'm using Centos and the followings worked for me , I run this command

    yum --enablerepo remi install php-xml
    

    And restarted the Apache with this command

    sudo service httpd restart
    

提交回复
热议问题