天天看點

“PHP Fatal error: Class ‘DOMDocument’ not found”

it probably means that you tried to create a DOMDocument while your PHP installation doesn’t have support for manipulating XML Documents using the DOM tree, or performing XSL transformations on XML documents.

In Fedora, you can solve this by installing the XML module for PHP by executing the following command as root:

yum install php-xml
           

版權聲明:本文為CSDN部落客「weixin_34189116」的原創文章,遵循CC 4.0 BY-SA版權協定,轉載請附上原文出處連結及本聲明。

原文連結:https://blog.csdn.net/weixin_34189116/article/details/91968513