[Mediawiki-l] from 1.11 to 1.12 DOMDocument error

Christensen, Courtney ChristensenC at BATTELLE.ORG
Thu Jun 26 18:45:00 UTC 2008


>"[Thu Jun 26 09:51:45 2008] [error] [client 77.121.145.109] PHP Fatal  
>error:  Class 'DOMDocument' not
>  found in /var/www/html/colorist/wiki3/includes/Preprocessor_DOM.php  
>on line 566, referer: http://ww
>w.colorist.org/"


Someone else just had a similar error.  If you have control of your PHP
installation do you know if you have the DOMDocument module compiled
into it?   You can check this by making a test php page like the
following:
<?php 
phpinfo();
?>

If you don't have it, you can either change your php installation, or
set your MW installation to use the old parser.  It seems to be
recommended that you don't try and use the old parser as a permanent
fix.

Good luck!
-Courtney



More information about the MediaWiki-l mailing list