最近在做小程序第三方平台。迁移升级服务器的时候用的php7版本。

把代码上传到新服务器就出现了Class 'DOMDocument' not found的问题。

百度了一些解决方案。

apt-get install php7.0-xml

or

sudo apt-get install php-xml

如果还不行

yum install php70w-xml

ok!!!!