Notice: Undefined property: stdClass::$value in includes/api/ApiQueryQueryPage.php on line 118
Upon visiting api.php?action=query&list=querypage&qppage=BrokenRedirects with a non-empty result set
Version: 1.20.x
Severity: normal
Notice: Undefined property: stdClass::$value in includes/api/ApiQueryQueryPage.php on line 118
Upon visiting api.php?action=query&list=querypage&qppage=BrokenRedirects with a non-empty result set
Version: 1.20.x
Severity: normal
Reference | Source Branch | Dest Branch | Author | Title | |
---|---|---|---|---|---|
repos/security/wikimedia-code-health-check!1 | T337593-initial-repo-setup | main | sbassett | Basic python repo setup (will likely change, and that's fine) |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T33217 MediaWiki bugs to be fixed for 1.19wmf1 deployment (tracking) | |||
Resolved | None | T33759 Undefined property notice in querypages API |
BrokenRedirects, DoubleRedirects and Listredirects all have the same issue, which is just them not setting anything for the value.
Which means the API isn't to blame...
Per the querypage documentation, the modules themselves are at fault
*