Page MenuHomePhabricator

After installing MediaWiki
Closed, ResolvedPublic

Description

Author: ArtjomZab

Description:
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


Version: unspecified
Severity: enhancement
OS: Windows Vista
Platform: PC
URL: http://localhost/wiki/index.php/Hauptseite

Details

Reference
bz14911

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:14 PM
bzimport set Reference to bz14911.
bzimport added a subscriber: Unknown Object (MLST).

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.

ArtjomZab wrote:

My os is windows vista and I am using the latest version of xampp.

rockmfr wrote:

*** Bug 14945 has been marked as a duplicate of this bug. ***

Bryan.TongMinh wrote:

*** This bug has been marked as a duplicate of bug 13770 ***