Notice: Undefined index: subtitle in /srv/mediawiki/php-1.31.0-wmf.24/extensions/Collection/templates/CollectionPageTemplate.php on line 66
Notice: Undefined index: title in /srv/mediawiki/php-1.31.0-wmf.24/extensions/Collection/templates/CollectionPageTemplate.php on line 65
Description
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Release | • mmodell | T191061 1.32.0-wmf.15 deployment blockers | ||
Resolved | PRODUCTION ERROR | • mmodell | T189636 Undefined 'subtitle' and 'title' indexes in CollectionPageTemplate.php |
Event Timeline
Maybe related:
- Notice: Undefined index: items in /srv/mediawiki/php-1.31.0-wmf.28/extensions/Collection/CollectionProposals.php on line 134
- Notice: Undefined index: items in /srv/mediawiki/php-1.31.0-wmf.28/extensions/Collection/templates/CollectionSuggestTemplate.php on line 102
Change 434432 had a related patch set uploaded (by MaxSem; owner: MaxSem):
[mediawiki/extensions/Collection@master] Fix undefined index warnings
Change 434432 merged by jenkins-bot:
[mediawiki/extensions/Collection@master] Fix undefined index warnings
Apparently that didn't get them all, because it's still happening and is now one of the most common messages in the type:mediawiki channel:error log.
Actually caused a deployment to be automatically aborted by scap because a random spike of in traffic triggering the issue during the time of the deployment (otherwise unrelated).
Notice: Undefined index: subtitle in /srv/mediawiki/php-1.32.0-wmf.10/extensions/Collection/templates/CollectionPageTemplate.php on line 66 Notice: Undefined index: title in /srv/mediawiki/php-1.32.0-wmf.10/extensions/Collection/templates/CollectionPageTemplate.php on line 65
Not sure which team is the guardian for Collection, but based on last 12 months of commits and Proton development, assuming Reading-Web.
This is still the most active PHP error at the moment, and as such, any error less frequent than this one, is hard to detect and thus is allowing us to regress over time.
Per https://m.mediawiki.org/wiki/Developers/Maintainers no team is officially supporting it. It's not reading web.
Given how common error is, I'll write a patch today though as I've got some familiarity with this code from the proton work however I'll need help reviewing it.
Change 449644 had a related patch set uploaded (by Jdlrobson; owner: Jdlrobson):
[mediawiki/extensions/Collection@master] Provide undefined index free access to collection
@Jdlrobson: thanks for the patch! I'll gladly review it and get it merged with the train tomorrow.
No problem. Consider merging https://gerrit.wikimedia.org/r/395115 (T189636) at same time to resolve similar problems! It's been open for almost a year now :)
Change 449796 had a related patch set uploaded (by 20after4; owner: Jdlrobson):
[mediawiki/extensions/Collection@wmf/1.32.0-wmf.15] Provide undefined index free access to collection
Change 449796 merged by jenkins-bot:
[mediawiki/extensions/Collection@wmf/1.32.0-wmf.15] Provide undefined index free access to collection
Mentioned in SAL (#wikimedia-operations) [2018-08-01T19:53:05Z] <twentyafterfour@deploy1001> Synchronized php-1.32.0-wmf.15/extensions/Collection/: Sync Change: https://gerrit.wikimedia.org/r/449796 Bug: T189636 unblocks: T191061 (duration: 00m 57s)
Change 449644 merged by jenkins-bot:
[mediawiki/extensions/Collection@master] Provide undefined index free access to collection