Page MenuHomePhabricator

Fatal exception of type MWException at Wikivoyage.org
Closed, ResolvedPublic

Description

At all branches of Wikivoyage a "Fatal exception of type MWException" now occurs. Please check if the extensions Insider and/or RelatedArticles were substituted. Maybe at the end of

RelatedArticles.class.php
Insider.class.php

a line like

Html::openElement( 'ul' ) ) .

is noted. If you will find it then this line(s) should be substituted by

Html::openElement( 'ul', array() ) .


Version: 1.22.0
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=52038

Details

Reference
bz52040

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:47 AM
bzimport set Reference to bz52040.
bzimport added a subscriber: Unknown Object (MLST).

Unless the exception log shows different exceptions than what's in bug 52038, then it's probably a dupe.

  • This bug has been marked as a duplicate of bug 52038 ***

himer2001 wrote:

Same problem again!

(In reply to comment #4)

Same problem again!

Please provide at least steps to reproduce. See https://www.mediawiki.org/wiki/How_to_report_a_bug

Looks like it has been reported as bug 59221 already.