Class 'DOMDocument' not found

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

    PHP 7.X Centos 7

    I got dependency issues when trying to install module with above suggestions, adding this flag:

    --enablerepo=remi-php7X

    Resolved dependencies.

    So

    sudo yum --enablerepo=remi-php7X install php-xml

    Then

    service httpd restart

    Ref: Install PHP Modules

提交回复
热议问题