Last modified: 2008-07-27 19:41:42 UTC
After installing MediaWiki I moved the LocalSetting.php file out of the config directory in the parent directory and loaded MediaWiki on my localhost. I got the following Error: Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\wiki\includes\Preprocessor_DOM.php on line 566 Fatal error: Call to undefined method domdocument::loadXML() in C:\xampp\htdocs\wiki\includes\Preprocessor_DOM.php on line 568
It sounds like you've somehow got a broken copy of PHP's DOM module. Check your PHP installation...
Which versin of PHP are you using? http://bytes.com/forum/thread11471.html says some things about PHP 4 having problems with DOM module. Get a phpinfo() and make sure DOM module is installed.
My os is windows vista and I am using the latest version of xampp.
*** Bug 14945 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 13770 ***