Page MenuHomePhabricator

Title Deprecated in 1.44
Open, Needs TriagePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Install MW 1.44.0
  • Install Lingo extension

What happens?:

You will receive an error that says that Title is undefined, which prevents any page from loading on your Wiki.

Hot Fix:

Since "Title" was dropped in 1.44, you will run into an error when installing this extension.

Until it is updated, you will need to edit the BasicBackend.php file (located in the extensions/Lingo/src directory) to update this:

Go to line 36

use Title;

Replace with

use \MediaWiki\Title\Title;

That should fix any parsing issues.

Details

Related Changes in Gerrit:

Event Timeline

Aklapper renamed this task from Title Deprecated in 1.44 - Here's the Hot Fix to Title Deprecated in 1.44.Jul 6 2025, 8:01 AM

Change #1166508 had a related patch set uploaded (by Neriah; author: Neriah):

[mediawiki/extensions/Lingo@REL1_44] Title Deprecated in 1.44

https://gerrit.wikimedia.org/r/1166508

Change #1166508 abandoned by Neriah:

[mediawiki/extensions/Lingo@REL1_44] Lingo: Deprecated in 1.44

https://gerrit.wikimedia.org/r/1166508