EDUSoho的DOMDocument错误
安装edusoho后,页面为空白,然后看访问错误日志,结果发现一下信息,没有相关的xml解析吧:
PHP Fatal error: Class 'DOMDocument' not found in /export/www/edusoho/vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php on line 52
安装php-xml解析包:
yum install php-xml -y