https://bugzilla.wikimedia.org/show_bug.cgi?id=63396
--- Comment #1 from Alex Monk <[email protected]> --- Fixed it by querying the wikis I was attached on, comparing it to all.dblist-labs and killing the localuser entries for those which don't exist: sudo -u apache mwscript eval.php --wiki=enwiki CentralAuthUser::getCentralDB()->delete( 'localuser', array( 'lu_name' => 'Krenair', 'lu_wiki' => array( 'cswiki', 'cswikibooks', 'cswikinews', 'cswikisource', 'dewikinews', 'frwiki', 'incubatorwiki' ) ) ); Other people probably have similar issues though. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
