Nov 15 12:45:44 mw1189: #012Notice: Undefined index: page_is_redirect in /srv/mediawiki/php-1.25wmf7/includes/api/ApiPageSet.php on line 295
I thought this one had been fixed already...
Version: 1.25-git
Severity: normal
Nov 15 12:45:44 mw1189: #012Notice: Undefined index: page_is_redirect in /srv/mediawiki/php-1.25wmf7/includes/api/ApiPageSet.php on line 295
I thought this one had been fixed already...
Version: 1.25-git
Severity: normal
This isn't the same issue that was fixed in bug 72764, the queries that worked there aren't logging the error anymore.
This one seems to be due to a query like https://en.wikipedia.org/w/api.php?action=query&revids=1&prop=info&redirects=1: the revids= parameter overrides the redirects= parameter, but that happens after ApiQueryInfo has decided not to call $pageset->requestField() based on the redirects= parameter.
Change 173839 had a related patch set uploaded by Anomie:
API: Always request page_is_redirect from ApiQueryInfo
Change 173839 merged by jenkins-bot:
API: Always request page_is_redirect from ApiQueryInfo