https://bugzilla.wikimedia.org/show_bug.cgi?id=20806
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Brion Vibber <[email protected]> 2009-09-25 16:55:07 UTC --- Just to test... Try adding this to your LocalSettings.php: $wgParserConf = array( 'class' => 'Parser', 'preprocessorClass' => 'Preprocessor_Hash', ); This'll switch from the default DOM-based preprocessor node storage to the hash-array-based one. If there's something funky with your XML libraries, that might actually help. If not, then I've got no idea what's wrong... something looks badly corrupted! -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
