Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated Message on Mediawiki 1.4 with latest Version #67

Open
Domoel opened this issue Jul 23, 2023 · 1 comment
Open

Deprecated Message on Mediawiki 1.4 with latest Version #67

Domoel opened this issue Jul 23, 2023 · 1 comment

Comments

@Domoel
Copy link

Domoel commented Jul 23, 2023

I get the following error when using the extension on Mediawiki 1.40.

image

Could somebody explain to me how to fix it?

Edit:

My LocalSettings.php does contain the following config for the extension:

LinkTitles Settings

$wgLinkTitlesParseOnEdit = true;
$wgLinkTitlesParseOnRender = true;
$wgLinkTitlesSpecialPageReloadAfter = 1;

When I disable these settings the error disappears. Do I have to change something here?

@bovender
Copy link
Owner

A couple of deprecation warnings have crept up with the last several releases of MediaWiki. Hopefully I can look into it soon.

In the meantime, you can disable the warnings by changing your LocalSettings.php

$wgShowDebug = false;
$wgDevelopmentWarnings = false;

Alternatively:

$wgDeprecationReleaseLimit = '1.0';

You don't need to change the LinkTitles settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants