https://bugzilla.wikimedia.org/show_bug.cgi?id=17414
Summary: staticredirect Magic word not found
Product: MediaWiki
Version: 1.13.4
Platform: All
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: Normal
Component: Blocking
AssignedTo: [email protected]
ReportedBy: [email protected]
After upgrading mediawiki from rel-1.13.0rc1 to rel-1.13.4 the site started to
crash.
After reviewing the trace below I ended working around the problem by
commenting out the staticredirect keyword in the includes/MagicWord.php file as
follows (but this is of course a work around until it gets fixed):
static public $mDoubleUnderscoreIDs = array($
'notoc',
'nogallery',
'forcetoc',
'toc',
'noeditsection',
'newsectionlink',
'hiddencat',
#'staticredirect',
);
--------- Output trace ----------
Magic word not found
Backtrace:
#0 /opt/mediawiki-1.13.4/includes/MagicWord.php(231):
Language->getMagic(Object(MagicWord))
#1 /opt/mediawiki-1.13.4/includes/MagicWord.php(184):
MagicWord->load('staticredirect')
#2 /opt/mediawiki-1.13.4/includes/MagicWord.php(529):
MagicWord::get('staticredirect')
#3 /opt/mediawiki-1.13.4/includes/MagicWord.php(549):
MagicWordArray->getBaseRegex()
#4 /opt/mediawiki-1.13.4/includes/MagicWord.php(652):
MagicWordArray->getRegex()
#5 /opt/mediawiki-1.13.4/includes/parser/Parser.php(3369):
MagicWordArray->matchAndRemove('This page has b...')
#6 /opt/mediawiki-1.13.4/includes/parser/Parser.php(978):
Parser->doDoubleUnderscore('This page has b...')
#7 /opt/mediawiki-1.13.4/includes/parser/Parser.php(321):
Parser->internalParse('This page has b...')
#8 /opt/mediawiki-1.13.4/includes/OutputPage.php(528): Parser->parse('This page
has b...', Object(Title), Object(ParserOptions), true, true, 446)
#9 /opt/mediawiki-1.13.4/includes/GlobalFunctions.php(616):
OutputPage->parse('This page has b...', true, true)
#10 /opt/mediawiki-1.13.4/includes/SkinTemplate.php(337): wfMsgExt('viewcount',
Array, '437')
#11 /opt/mediawiki-1.13.4/includes/OutputPage.php(821):
SkinTemplate->outputPage(Object(OutputPage))
#12 /opt/mediawiki-1.13.4/includes/Wiki.php(337): OutputPage->output()
#13 /opt/mediawiki-1.13.4/index.php(94): MediaWiki->finalCleanup(Array,
Object(OutputPage))
#14 {main}
--
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