HostOnNet Blog

Tag Archives: DOMDocument

MediaWiki Upgrade error PHP Fatal error: Class ‘DOMDocument’ not found

When upgrading MediaWiki on WebHostingNeeds.com, i got following error This is fixed by installing php-domxml module and restarting apache.


PHP Fatal error: Class ‘DOMDocument’ not found in LocalisationCache.php

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