[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-10-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 Niklas Laxström niklas.laxst...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-10-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 --- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com --- Jamie, Sam: are you still seeing this or can this be closed? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 --- Comment #5 from Niklas Laxström niklas.laxst...@gmail.com --- That sounds like your localisation cache is outdated. I expect all errors go away if you run: php maintenance/rebuildLocalizationCache.php --force -- You are receiving this

[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-05-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Version|unspecified |1.23rc -- You

[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-04-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 Jamie Thingelstad ja...@thingelstad.com changed: What|Removed |Added CC|

[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-04-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 --- Comment #2 from Sam Reed (reedy) s...@reedyboy.net --- It's dropped a couple of lines PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in

[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-04-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 --- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com --- The only way I can see this happening is by constructing Language object with code which is not invalid, but not valid according to Language::isValidBuiltInCode. This code does

[Bug 59724] PHP Catchable fatal error: Argument 2 passed to CLDRPluralRuleEvaluator::evaluateCompiled() must be an array, null given, called in Language.php on line 4608 and defined in CLDRPluralRule

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59724 --- Comment #1 from Siebrand Mazeland s.mazel...@xs4all.nl --- Smells like something is not being cached. Language::getCompiledPluralRules(), which is called just before evaluateCompiled(), should always return an array, and that's not the case