Page MenuHomePhabricator

Special:GlobalUserRights shows an error at meta.wikimedia.org
Closed, DuplicatePublic

Description

Hi all,
I've noticed meta.wikimedia.org shows fatal internal error when visiting Special:GlobalUserRights, see https://meta.wikimedia.org/wiki/Special:GlobalUserRights. I can see "[WFwYrwpAMFoAACX@N-YAAABK] 2016-12-22 18:17:19: Fatal exception of type MWException" in the page. The string in brackets changes when I reload. The time does the same.

Please fix it soonly,
Martin Urbanec

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Urbanecm triaged this task as Unbreak Now! priority.Dec 22 2016, 6:19 PM

Breaks production.

MapCacheLRU::has called with invalid key. Must be string or integer.

 	{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/includes/libs/MapCacheLRU.php",
  "line": 93,
  "function": "has",
  "class": "MapCacheLRU",
  "type": "->",
  "args": [
    "boolean"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/extensions/CentralAuth/includes/CentralAuthUser.php",
  "line": 125,
  "function": "get",
  "class": "MapCacheLRU",
  "type": "->",
  "args": [
    "boolean"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/extensions/CentralAuth/includes/CentralAuthGroupMembershipProxy.php",
  "line": 40,
  "function": "getInstanceByName",
  "class": "CentralAuthUser",
  "type": "::",
  "args": [
    "boolean"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/extensions/CentralAuth/includes/specials/SpecialGlobalGroupMembership.php",
  "line": 90,
  "function": "newFromName",
  "class": "CentralAuthGroupMembershipProxy",
  "type": "::",
  "args": [
    "boolean"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/includes/specials/SpecialUserrights.php",
  "line": 95,
  "function": "fetchUser",
  "class": "SpecialGlobalGroupMembership",
  "type": "->",
  "args": [
    "NULL",
    "boolean"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/includes/specialpage/SpecialPage.php",
  "line": 522,
  "function": "execute",
  "class": "UserrightsPage",
  "type": "->",
  "args": [
    "NULL"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/includes/specialpage/SpecialPageFactory.php",
  "line": 577,
  "function": "run",
  "class": "SpecialPage",
  "type": "->",
  "args": [
    "NULL"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/includes/MediaWiki.php",
  "line": 283,
  "function": "executePath",
  "class": "SpecialPageFactory",
  "type": "::",
  "args": [
    "Title",
    "RequestContext"
  ]
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/includes/MediaWiki.php",
  "line": 851,
  "function": "performRequest",
  "class": "MediaWiki",
  "type": "->",
  "args": []
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/includes/MediaWiki.php",
  "line": 512,
  "function": "main",
  "class": "MediaWiki",
  "type": "->",
  "args": []
},
{
  "file": "/srv/mediawiki/php-1.29.0-wmf.6/index.php",
  "line": 43,
  "function": "run",
  "class": "MediaWiki",
  "type": "->",
  "args": []
},
{
  "file": "/srv/mediawiki/w/index.php",
  "line": 3,
  "function": "include",
  "args": [
    "string"
  ]