Error messages

Revision as of 17:54, 6 November 2019 by Mlink-rodrigue (talk | contribs)

The wiki contains a number of system error messages. These messages can be customized to your needs.

For example, if a wiki has a lot of visitors with anonymous read-access only, these visitors get a permissions error when they try to access a page that does not exist:

permissionerror-default.png

This creates the impression that a page with that name exists, but the visitor does not have sufficient rights to view the page. In reality, the page simply does not exist and a user with write-permissions could now log in and create the page.

Therefore, we want to distinguish between anonymous visitors and users with write-access and show a tailored error message.

How to update an error message

The text for the error pages on the wiki is stored in the form of system notifications. You can access these error messages from the page Special:AllMessages.

To find the message or the messages that are being used on a particular error page, add ?uselang=qqx or, if the url already contains a question mark, &uselang=qqx to the page url:

permissionerror-url.png

This will expose the actual sources for the error messages on the page:

permissionerror-sourceinfo.png

In the above example, there are two error messages on the page:

  • permissionserrortext-withaction: displays the text "You do not have permission to edit this page, for the following reason"
  • badaccess-groups: displays the text "The action you have requested is limited to users in one of the groups: Administrators, Editors, Reviewers.

These pages do not actually exist, and therefore the standard text message from the database is displayed. If you want to change a message, you must first create the page.


To update a system message:

  1. Go to the special page "System messages" (Special:AllMessages )
  2. Enter the full name of the system message in the "Prefix" field of the filter: permissionerror-find.png The link to the system message apears in red.
  3. Click on the name to create a page for this system message and provide your custom error message and click "Go". The system mesa
  4. In the prefix filter box (see step 2), we now enter the name of the second system message, badaccess-groups. We add our custom error message on this page: permissionerror-custom.png The error message does not have to be plain text, it can also contain formatting tags and images or other special content.
  5. To test the page, simply try to access a page that does not exist on the wiki. Make sure you are not logged in, since only anonymous users will get this particular error.

Note: Many of these messages use parameters (e.g., "$1"), which should be considered when you change the default text. If something went wrong, you can also delete the custom error pages you created - then the default text from the database will be used again.

Attachments

Discussions