Mediawiki 安装时候出现错误 DOMDocument 不存在

Fatal error: Class 'DOMDocument' not found in /var/www/html/httpdocs/wiki/includes/LocalisationCache.php on line 542

这个错误的原因是没有安装 php-xml 扩展。

安装 php-xml 扩展将会解决这个问题。