Last modified: 2010-05-15 16:03:17 UTC
This error occurs when I try to install MW from SVN r37908 Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in \includes\parser\Preprocessor_DOM.php on line 574 Fatal error: Call to undefined method domdocument::loadXML() in \includes\parser\Preprocessor_DOM.php on line 576
You need to install the DOM XML PHP extension: http://php.net/manual/en/domxml.setup.php Or configure MediaWiki to use hash-based parser: http://www.mediawiki.org/wiki/Manual:%24wgParserConf I wonder why doesn't installer check for its availability though...
it works when I set $wgParserConf in LocalSettings.
*** This bug has been marked as a duplicate of bug 13770 ***