您的位置: 首页 > 文章 > php7 出现Class 'DOMDocument' not found的解决方法 php7 出现Class 'DOMDocument' not found的解决方法 分类: 文章 • 2022-03-08 21:23:27 最近在做小程序第三方平台。迁移升级服务器的时候用的php7版本。 把代码上传到新服务器就出现了Class 'DOMDocument' not found的问题。 百度了一些解决方案。 apt-get install php7.0-xml or sudo apt-get install php-xml 如果还不行 yum install php70w-xml ok!!!!