Page MenuHomePhabricator

PHP warning noise from Flow
Closed, ResolvedPublic

Description

Flow is VERY noisy in the logs atm

Warning: Illegal offset type in /usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/RevisionStorage.php on line 227

Warning: Illegal offset type in isset or empty in /usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/MultiDimArray.php on line 92

Warning: Cannot use a scalar value as an array in /usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/MultiDimArray.php on line 51

Warning: Cannot use a scalar value as an array in /usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/MultiDimArray.php on line 49

Warning: Illegal offset type in /usr/local/apache/common-local/php-1.24wmf9/extensions/Flow/includes/Data/MultiDimArray.php on line 51

Warning: Invalid argument supplied for foreach() in /usr/local/apache/common-local/php-1.24wmf9/extensions/Flow/includes/Formatter/AbstractQuery.php on line 147


Version: unspecified
Severity: normal
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=67593
https://bugzilla.wikimedia.org/show_bug.cgi?id=67592

Details

Reference
bz66862

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:27 AM
bzimport set Reference to bz66862.
bzimport added a subscriber: Unknown Object (MLST).

(In reply to Sam Reed (reedy) from comment #0)

Flow is VERY noisy in the logs atm

Warning: Illegal offset type in
/usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/
RevisionStorage.php on line 227

Warning: Illegal offset type in isset or empty in
/usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/
MultiDimArray.php on line 92

Warning: Cannot use a scalar value as an array in
/usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/
MultiDimArray.php on line 51

Warning: Cannot use a scalar value as an array in
/usr/local/apache/common-local/php-1.24wmf10/extensions/Flow/includes/Data/
MultiDimArray.php on line 49

Warning: Illegal offset type in
/usr/local/apache/common-local/php-1.24wmf9/extensions/Flow/includes/Data/
MultiDimArray.php on line 51

Warning: Invalid argument supplied for foreach() in
/usr/local/apache/common-local/php-1.24wmf9/extensions/Flow/includes/
Formatter/AbstractQuery.php on line 147

With a quick glance over the last hour (July 1st, 12:30-1:40 pacific time), the majority of these are still showing up in the fatal log.

This may be fixed with 1.24wmf12...

Flow does not appear to be spamming the logs at the moment, this specific error was likely fixed awhile ago as reedy mentioned.