Warning: array_filter() expects parameter 1 to be an array or collection in /srv/mediawiki/php-1.27.0-wmf.9/extensions/Flow/includes/Formatter/HistoryQuery.php on line 115 1 Warning: Invalid operand type was used: array_slice expects an array or collection as argument 1 in /srv/mediawiki/php-1.27.0-wmf.9/extensions/Flow/includes/Formatter/HistoryQuery.php on line 121
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Stop silently ignoring DB errors | mediawiki/extensions/Flow | master | +94 -62 |
Event Timeline
Comment Actions
Change 259692 had a related patch set uploaded (by Matthias Mullie):
Stop silently ignoring DB errors
Comment Actions
The problem lies earlier in the code, where apparently there must've been an improperly handled query error. Above patch should expose original problem earlier.