Class 'DOMDocument' not found

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

    PHP7: the latest version:

    sudo apt-get install php7.1-xml
    

    you can also do:

    sudo apt-get install php-dom
    

    and apt-get will show you where it is

提交回复
热议问题