While install MediaWiki 1.20.4, i got error PHP Fatal error: Class ‘DOMDocument’ not found in LocalisationCache.php This is because PHP is not compiled with XML support, to fix install php-xml package. [root@lin wiki]# yum install php-xml Loaded plugins: fastestmirror, presto