https://bugzilla.wikimedia.org/show_bug.cgi?id=42321
Jeroen De Dauw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Normal |High Status|ASSIGNED |NEW Severity|minor |major --- Comment #7 from Jeroen De Dauw <[email protected]> --- Markus, not sure why you set this to minor. This is a bug that happens all the time for a lot of people. Turning off the notice in production environments is a good idea but does not fix it. Doing a dump of the relevant values when a warning is triggered: array (size=1) 'daffc259e178764afcf104cc040ca62f' => array (size=3) 's_id' => string '51' (length=2) 'o_serialized' => string '1/2013/1/7/13/32/4' (length=18) 'o_sortkey' => float 2456300.0639352 array (size=1) 'ea9c995574acd1c284d1f28b8e509b09' => array (size=3) 's_id' => string '51' (length=2) 'o_serialized' => string '1/2013/1/7/13/29/56' (length=19) 'o_sortkey' => string '2456300.0624537' (length=15) Looks like the code is expecting only the inner arrays, and is thus currently not functioning properly. I am afraid that this might lead to things that need updating not getting updated, inc when this is called from the refresh job. -- 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
