Page MenuHomePhabricator

newsletter-test.wmflabs.org is broken
Closed, ResolvedPublic

Description

[148545d00117e65678e42b39] / ConfigException from line 53 of /vagrant/mediawiki/includes/config/GlobalVarConfig.php: GlobalVarConfig::get: undefined option: 'ExtendedLoginCookies'
Backtrace:
#0 /vagrant/mediawiki/extensions/CentralAuth/includes/session/CentralAuthSessionProvider.php(323): GlobalVarConfig->get(string)
#1 /vagrant/mediawiki/includes/session/SessionBackend.php(677): CentralAuthSessionProvider->persistSession(MediaWiki\Session\SessionBackend, WebRequest)
#2 /vagrant/mediawiki/includes/session/SessionBackend.php(606): MediaWiki\Session\SessionBackend->save()
#3 /vagrant/mediawiki/includes/session/SessionBackend.php(581): MediaWiki\Session\SessionBackend->autosave()
#4 /vagrant/mediawiki/includes/session/Session.php(266): MediaWiki\Session\SessionBackend->renew()
#5 /vagrant/mediawiki/includes/Setup.php(776): MediaWiki\Session\Session->renew()
#6 /vagrant/mediawiki/includes/WebStart.php(137): include(string)
#7 /vagrant/mediawiki/index.php(40): include(string)
#8 /var/www/w/index.php(5): include(string)
#9 {main}
exception 'ConfigException' with message 'GlobalVarConfig::get: undefined option: 'ExtendedLoginCookies'' in /vagrant/mediawiki/includes/config/GlobalVarConfig.php:53 Stack trace: #0 /vagrant/mediawiki/extensions/CentralAuth/includes/session/CentralAuthSessionProvider.php(323): GlobalVarConfig->get() #1 /vagrant/mediawiki/includes/session/SessionBackend.php(677): CentralAuthSessionProvider->persistSession() #2 /vagrant/mediawiki/includes/session/SessionBackend.php(197): MediaWiki\Session\SessionBackend->save() #3 /vagrant/mediawiki/includes/session/SessionManager.php(652): MediaWiki\Session\SessionBackend->shutdown() #4 (): MediaWiki\Session\SessionManager->shutdown() #5 {main}

Event Timeline

Apparently we break it at each hackathon. :)

chasemp subscribed.

I'm not sure who owns this to assign

Can someone take a look at this one ?

@01tonythomas have you tried making sure that your MediaWiki and extensions clones are up to date?

@01tonythomas have you tried making sure that your MediaWiki and extensions clones are up to date?

I updated the core parts. Forgot to update the extensions, doing now.

01tonythomas claimed this task.

Amazing. Fixed after pulling in CentralAuth to master.

There were some other issues too with some files in mediawiki/ getting owned by some other user. Fixed it. Yay!