Project:Support desk
(Read this message in a different language)
See also
Before you post
- Check the FAQ and Errors and symptoms.
- If your question is about a specific feature, check the relevant technical manual, end-user help or extension page and consider asking on its talk page.
- For issues about the mediawiki.org website, report to Village Pump instead.
- Ask technical questions about Wikimedia websites on meta:Tech instead.
Post a new question
- To help us answer your questions, please indicate which version of MediaWiki you are using, as found on your wiki's Special:Version page:
- If possible, add
$wgShowExceptionDetails = true;error_reporting( -1 );ini_set( 'display_errors', 1 );to LocalSettings.php in order to make MediaWiki show more detailed error messages. - Please include the web address (URL) to your wiki if possible. It's often easier for us to identify the source of the problem if we can see the error directly.
- To start a new thread, click the box with the text
Add topic.
Categories not sorting content properly and next/previous page broken?
[edit]I don't know how to describe the problem succinctly, so I'll give a simple example to start: https://fireemblemwiki.org/wiki/Category:Navigation_templates this category has 222 pages.
If you click the "next" button, you are taken to a page with only one categorized item, 21 pages are missing from the listing.
Then, if you click previous page, it sorts the categories starting from A instead of 0 and gives "The following 193 pages are in this category, out of 222 total.", if you click previous again (meaning the category is 2 pages long going forward but 3 pages long going backwards) you get a page showing entries sorted as 0 to A comprising "The following 29 pages are in this category, out of 222 total.".
Additionally, alphabetization seems to be behaving oddly. New files are being put at the end of the category, sorted alphabetically. So for example, If I upload "Carl.png" to ExampleCategory, the category will become "Bob.png, Sam.png, Tim.png, Carl.png". Instead of the expected "Bob.png, Carl.png, Sam.png, Tim.png". This has progressed to "Bob.png, Sam.png, Tim.png, Alfred.png, Carl.png, Dan.png, Ed.png" in more active categories.
Example of the alphabetization issue: fireemblemwiki.org/wiki/Category:Yutona_Heroes_War_Chronicles_portraits
"Portrait yuni trs01.png, Portrait zacharia trs01.png, Portrait zeek 01 trs01.png, Portrait charlent trs01.png, Portrait golgotha trs01.png"
What is gong on here?
I'm only an editor so I'm not sure how to diagnose this, and when I asked the backend guys they said none of the extensions should be breaking categories, and that it might be a 1.43 feature change? But I don't understand what this feature would be.
I don't think it's being caused by anything obvious like sortkeys or cache issues, it's been like this for about six months. I've also tried a few things like editing the category page with some minor edit to make it update, but that doesn't seem to help. It also happens if I look around the category pages while logged out.
~2026-25342-15 (talk) 02:02, 25 April 2026 (UTC)
- The sysadmin needs to run the Manual:updateCollation.php script. On some MediaWiki upgrades, there's an update on how characters are sorted, leaving inconsistencies with previous ways to sort them. For performance reasons, the category sort order is stored in the database in binary form derived from the collation. It won't change on page purge, you'll have to remove the page from the category and add it again, but this script does this refresh internally. Since I know who hosts this wiki, I'll ping them to let them know about the problem and solution. Ciencia Al Poder (talk) 08:35, 9 May 2026 (UTC)
Distinguish articles within categories
[edit]Hello! I am a user of the Kurdish Wiktionary. My problem is that several variants of the same word appear in the same category without it being possible to distinguish them. It sometimes happens that within the same category, there are more variants than standard words...
I would therefore like to know if it is technically possible to display a page using a given template in a category with a specific color or symbol (as is the case for page redirects which are displayed in italics)? Ghybu (talk) 16:06, 1 May 2026 (UTC)
- There's no clean way to do that, AFAIK. Most you can do is to set CSS (with Extension:TemplateStyles) on the category page to match links by title and style them accordingly, but you'll have to update the CSS to add more variants as those pages get created, which is not feasible and a maintenance burden. Ciencia Al Poder (talk) 08:25, 9 May 2026 (UTC)
Add topic
[edit]This page says: "4. To start a new thread, click the box with the text Add topic." But... there IS no such button. - Erik Baas (talk) 07:27, 2 May 2026 (UTC)
- @Erik Baas: It is the 3rd tab at the very top of this page, beside Mediawiki.org ; order on EN version of the page is :
Read | Edit | Add topic | View history
- -- 🚨 Christian 🇫🇷 FR (talk) 10:39, 7 May 2026 (UTC)
MySQL 8.4+ Compatibility
[edit]MySQL 8.4 has changed the way auto_increment works. Will this affect MediaWiki compatibility?
Data Types & Constraints: 8.4 prohibits AUTO_INCREMENT on FLOAT/DOUBLE columns. Molsen7970 (talk) 18:16, 5 May 2026 (UTC)
- MySQL 8.4 was released more than two years ago, not sure why you'd ask now? Compatibility implies compatibility. Malyacko (talk) 10:51, 12 May 2026 (UTC)
Mail automatique création de compte
[edit]Mediawiki 1.39.13
PHP 8.3.30
Maria DB 10.11.14
hébergement IONOS
Bonjour depuis quelques temps (apres fevrier 2026) mon mediawiki n'envoi plus de mail lors de la création de compte (le compte est pourtant cree, c'est la meme chose avec la fonction mot de passe oublié
comment peut on régler ce problème ?
Merci Schub srx (talk) 08:39, 9 May 2026 (UTC)
- Il est important de distinguer entre "il ne les envoie pas" et "il n'est pas reçu". Si l'adresse mail est réellement valide, essayer de changer pour l'adresse mail d'un autre opérateur, investiguer autour du username. -- 🚨 Christian 🇫🇷 FR (talk) 11:48, 9 May 2026 (UTC)
- Merci, oui je précise, n'est pas reçu, mais j'ai essayé avec plusieurs creation de compte avec mes adresses Schub srx (talk) 11:51, 9 May 2026 (UTC)
- Ca reste bizarre car le mail contient un lien de validation qui permet de valider la création; de quel user sagit-il ? . --🚨 Christian 🇫🇷 FR (talk) 18:32, 10 May 2026 (UTC)
- Merci, oui je précise, n'est pas reçu, mais j'ai essayé avec plusieurs creation de compte avec mes adresses Schub srx (talk) 11:51, 9 May 2026 (UTC)
Redirects appear as target page, not originating page.
[edit]I am a contributor for a wiki that runs on MediaWiki. In that Wiki, links that point to a redirect page appear as the target page, not the origin page.
For example, if a page titled "Start" has the content "#REDIRECT [[End]]", then [[Start]] appears as "End", rather than "Start".
I've never seen this behavior on other wikis. For example, on this wiki, [[Help:Redirect]] appears as Help:Redirect, not "Help:Redirects". Likewise, on Wikipedia, [[theme park]] appears as "theme park", not the target page "Amusement park".
Is there a setting or plugin I should look for? The version page for that wiki is at https://azudaioh.miraheze.org/wiki/Special:Version. 428koiwai (talk) 17:28, 16 May 2026 (UTC)
- This happens usually when you have the Extension:Display Title enabled. You may ask Miraheze to disable it or to set $wgDisplayTitleFollowRedirects to false. Ciencia Al Poder (talk) 19:55, 17 May 2026 (UTC)
Text on the Special:RevisionDelete page
[edit]Where can the following text be found and edited?
- Deleted revisions will still appear in the page history, but parts of their content will be inaccessible to the public. Other administrators will still be able to access the hidden content and to undelete it, unless additional restrictions are set.
- Suppression should only be used for the following cases:
- potentially libelous information
- inappropriate personal information
- home addresses and telephone numbers, national identification numbers, etc.
- Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with the policy.
I can't seem to find a page with this content. Thanks in advance for any help! -- 日本穣 Nihonjoe (talk) 01:41, 17 May 2026 (UTC)
- It's split across multiple pages: MediaWiki:revdelete-text-text, MediaWiki:Revdelete-confirm, MediaWiki:revdelete-text-others, MediaWiki:revdelete-suppress-text. Using qqx can easily identify the source of a message. * Pppery * it has begun 06:23, 17 May 2026 (UTC)
TranslateWiki.net is down
[edit]Hello @Siebrand @Nikerabbit
Just to let you know that when accessing https://translatewiki.net/, Cloudflare reports a timeout (error 522).
Regards Dregad (talk) 06:30, 18 May 2026 (UTC)
