Page MenuHomePhabricator

PHP Fatal error: Call to a member function get() on a non-object
Closed, DuplicatePublic

Description

  • MediaWiki 1.23.12
  • PHP 5.4.45
  • MySQL 5.5.46

In my LocalSettings.php I have:

$wgRedirectOnLogin = 'Special:MyPage';

After upgrading from MW 1.23.11 to 1.23.12 the following fatal occurs during the redirect:

PHP Fatal error: Call to a member function get() on a non-object in /.../includes/Wiki.php on line 250, referer: ...

Event Timeline

Kghbln raised the priority of this task from to Needs Triage.
Kghbln updated the task description. (Show Details)
Kghbln added a project: MW-1.23-release.
Kghbln subscribed.
Aklapper added a project: MediaWiki-Redirects.

Hi @Kghbln, thanks for taking the time to report this!
This particular problem has already been reported into our bug tracking system as T121892, but please feel free to report any further issues you find. Further handling of the reported issue happens in T121892.

@Aklapper Thanks for pointing me to the task! Thumbs up!