Class 'DOMDocument' not found

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

    I'm using CentOS 7 with virtualmin and three PHP versions. I also have REMI repo enabled. it worked for me:

    Step 1:

    Just append PHP major version number like this php{version number}-xml. And run yum install

    yum install php70-php-xml
    yum install php71-php-xml
    yum install php72-php-xml
    

    Step 2:

    Don't forget to restart Apache:

    service httpd restart
    

提交回复
热议问题