Class 'DOMDocument' not found

后端 未结 16 1499
余生分开走
余生分开走 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 20:04

    If compiling from source with --disable-all then DOMDocument support can be enabled with
    --enable-dom

    Example:

    ./configure --disable-all --enable-dom
    

    Tested and working for Centos7 and PHP7

提交回复
热议问题