https://bugzilla.wikimedia.org/show_bug.cgi?id=32762
Woozle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Woozle <[email protected]> --- I experienced this same error on upgrading from ~1.18 (not sure exactly what version, and no time to research it now) to 1.20.2. After spending maybe an hour tracing the problem, I determined that for some reason this line in MessagesEn.php -- 'speciale' => array( 0, 'speciale' ), -- was somehow not being loaded into the array, although the lines before it and after it were. If I commented out the line before it ('special' without an e), 'speciale' showed up in the list. I next tried reversing the two lines, since it seemed like there was a problem with the 'special' line -- and at that point, the wiki loaded successfully. Then I put the lines back in order, and the wiki loaded again. My only theory at this point is that perhaps there was an invisible but syntactically-significant character in the 'special' line which was somehow messing with the parsing of the 'speciale' line. I don't have time to dig further just at the moment and verify that this is a replicable problem, but I thought I should at least add a comment about this in case anyone else has run into it with 1.20. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
