Jump to content
  • 0

Wiki fails with message "It is not possible to determine the wiki ID."


Newman2

Question

MediaWiki Version: 1.30

PHP Version: 5.6.38 (litespeed)

Website: en.en.penguingamestudio.com/mw19/

Hello. I have been working on a wiki family similar to Wikimedia Foundation, and I experienced several problems. My third wiki, English Penguingame Studio, failed gracefully with the following messages: "It is not possible to determine the wiki ID." I set up the database and everything, yet I still get the same message. The main wiki is at penguinicewikis.com. How can I fix this on my wiki?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

Skizzers is correct. It would appear that you are using the code from here:

https://www.mediawiki.org/wiki/Manual:Wiki_family#Basic_principles

which will show the error ""It was not possible to determine the wiki ID." when the database is not found.

The code there is in your LocalSettings.php file so open that file and take a look and see if your subdomain is listed there correctly.

Link to comment
Share on other sites

  • 0

The "wiki ID" is a fancy term for "the name of the database where the wiki lives." So, something in your configuration is not setting the database name and/or database prefix correctly for this wiki. My guess has to do with the fact that it's a double subdomain "en.en" and your mapping of subdomain to database name is not changing that period to something else -- periods are not valid in database names or table prefixes.

Link to comment
Share on other sites

  • 0
18 hours ago, Skizzerz said:

The "wiki ID" is a fancy term for "the name of the database where the wiki lives." So, something in your configuration is not setting the database name and/or database prefix correctly for this wiki. My guess has to do with the fact that it's a double subdomain "en.en" and your mapping of subdomain to database name is not changing that period to something else -- periods are not valid in database names or table prefixes.

My wiki has a double subdomain because the single "en" subdomain redirects to the main wiki when I click on the wiki directory. Even the domain penguingamestudio.com gives the same error when you click on mw19. If the double subdomain works, then how am I supposed to determine the wiki ID?

Edited by Newman2 (see edit history)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.