Class 'DOMDocument' not found

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

    Create an empty PHP file and put only in it, look at it in a browser.
    Check if you can spot --disable-dom in the configuration options and/or if you can see details about the DOM extension in the list below.

    If you cannot see DOM in the list or you see it is disabled, your PHP installation does not include the DOM extension. You'll need to recompile your PHP installation from source to remedy that.

提交回复
热议问题