Lucas_Werkmeister_WMDE added a subscriber: ArthurTaylor.
Lucas_Werkmeister_WMDE added a comment.


  Neither WikimediaEvents nor TimedMediaHandler have any very recent Gerrit 
changes that feel like they could be related, but I think the just-merged core 
change Clear $wgTitle state before suite runs 
<https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1032718> could be the cause? 
The WikimediaEvents code does look like it could end up accessing `$wgTitle` 
under the hood:
  
    $title = RequestContext::getMain()->getTitle();
    $additionalData = [
        'page_title' => $title->getDBkey(), // <!-- Error: Call to a member 
function getDBkey() on null
        'page_namespace' => $title->getNamespace(),
    ];

TASK DETAIL
  https://phabricator.wikimedia.org/T365705

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: ArthurTaylor, Aklapper, Lucas_Werkmeister_WMDE, Danny_Benjafield_WMDE, 
S8321414, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, 
Akuckartz, Dringsim, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, freephile, 
Wikidata-bugs, aude, brooke, TheDJ, Jdforrester-WMF, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to