Project:Support desk

From MediaWiki.org
Jump to: navigation, search
vde   This page is for questions relating to the MediaWiki software.

Welcome to MediaWiki.org's Support desk, the central on-wiki place to ask MediaWiki questions!

The greater purpose of this page is to make our Manual and other available help so good that you do not have to come here to ask questions, or making them easier to find.

There are other ways for of communication as well (IRC, Mailing lists etc.). Read more here.

Before you post

Post a new question

1. To help us answer your questions, please always indicate which versions you are using:

  • MediaWiki (reported by your wiki's Special:Version page)
  • PHP (likewise)
  • Database (likewise, e.g. MySQL 5.5)

2. Please include the URL of your wiki unless you absolutely can't. It's often a lot easier for us to identify the source of the problem if we can look for ourselves.

3. To start a new thread, click "Start a new discussion".

Archiving topics

Topics are automatically archived when they have been inactive for three weeks. If a question you have asked is approaching this limit and still has not been answered, please 'bump' it to prevent it being archived. However do not 'bump' for other reasons.

Start a new discussion
First page
First page
Previous page
Previous page
Last page
Last page

Some css code does not work in common.css! Why?

Well I wanted to hide some links in my wiki using css. And I have my wiki in russian. So I have a page like this:
.../index.php/Заглавная_страница
and I use css like this which works perfectly to hide some links:

body.page-Заглавная_страница * h1, body.page-Заглавная_страница * h2 { display: none; }
body.page-Заглавная_страница * #catlinks { display: none; }
body.page-Заглавная_страница * #ca-talk { display: none; }

So I have created another page which link looks like this:
.../index.php/Портал:Политика
So I do the same thing to hide some links like:

body.page-Портал:Политика * h1, body.page-Портал:Политика * h2 { display: none; }
body.page-Портал:Политика * #catlinks { display: none; }
body.page-Портал:Политика * #ca-talk { display: none; }

But it doesn't make any effect! Why does it not work?

Fokebox (talk)15:34, 7 March 2013
Edited by author.
Last edit: 20:34, 7 March 2013

I do not know off hand, but it is no magic. :-)

The page for which you say it works has a body tag with the according class ("page-Заглавная_страница") assigned to it.

Check the page, on which it does not work to see, how the class is called there. It might be called differently from what you think. Maybe the colon is causing the problem; if I remember correctly, colons are not allowed in CSS class names.

88.130.82.11320:27, 7 March 2013

I just checked the Russian Wikipedia: There a page with the name "Портал:Политика России" has the class "page-Портал_Политика_России". Obviously you should use an underscore instead of the colon in the class name. :-)

88.130.82.11320:30, 7 March 2013
 
 

MediaWiki not sending email

At some point in the past, this was working, but our wiki is now not sending email to the WikiSysop when someone makes a change to the wiki.

We have both $wgEnableEmail and $wgEnableUserEmail set to "true", and the EmailNotification variables are:

$wgEnotifUserTalk = true; # UPO $wgEnotifWatchlist = true; # UPO $wgEmailAuthentication = true; $wgUsersNotifiedOnAllChanges = array('WikiSysop');

As I say, at one point we know this was working, but it has stopped and I can't figure out why. The wiki is configured to use the php mail functionality (not a direct SMTP connection), which is working for other applications on our server.

I know that the version of the wiki software is somewhat old, but I haven't seen anything in the release note of subsequent versions that says a fix for anything that seems to be conencted to this issue was implemented. There doesn't seem to be a way to get the MediaWiki software to log what it is doing, to be able to check where in the process something is failing.

MediaWiki: 1.11.0 PHP: 5.4.11 (apache2handler) MySQL: 5.1.58

Any help is appreciated, thanks!

Mvanhorn (talk)20:02, 7 March 2013

Upgrading error ERR_CONTENT_DECODING_FAILED

Hello

I am currently in the process to upgrade my wiki to version 1.20.3 and when I try to run the update in browser mode I get the following error message just before executing the Database update: Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown Error

My current version is 1.20.3 and the URL is http://wiki.medieval-arme.com.ar/.

190.195.54.3200:53, 7 March 2013

Which browser is this about, and does it also happen with another browser?

AKlapper (WMF) (talk)10:07, 7 March 2013

Yes, I tried IE9, Firefox and Chrome, all gave me the same error.

190.195.54.3210:45, 7 March 2013
 
 

Fatal Error when accessing SpecialPages

I am running MediaWiki on a Windows Server 2008R2 running XAMPP. It is on our intranet so I cannot post a link to it. I recently updated to MediaWiki 1.20.2 on XAMPP 1.8.1, which contains PHP 5.4.7 and MySQL 5.5.27. I updated to this two weeks ago and everything has been running well until today. Today, when I click on the "Special Pages" link in the Toolbox, I get the following error:

Fatal error: Call to a member function getLocalRepo() on a non-object in C:\xampp\htdocs\wiki\includes\specials\SpecialUploadStash.php on line 52

Also, when I click on the "Upload file" link in the Toolbox, I get the following error:

Fatal error: Call to a member function getLocalRepo() on a non-object in C:\xampp\htdocs\wiki\includes\GlobalFunctions.php on line 3483

The really strange thing, is that I can go directly to the Special:UserRightsList page of the extension UserRightsList, and it opens without incident. I can open Special:Preferences page without incident. I can open the Special:Version page without incident. I can open many of the Special Pages directly from the browser link.

I have modified the CSS of the Monobook skin extensively, but it has not changed the functionality.

Can anyone tell me what this error means and/or how to resolve it? Thanks in advance.

Benched42 (talk) 22:32, 26 February 2013 (UTC)

Benched42 (talk)22:32, 26 February 2013

Did you try the "Special Pages" link before today? Did you make any changes to LocalSettings.php recently?

MarkAHershberger(talk)14:32, 27 February 2013

Yes, I used the Special Pages regularly to assign user rights. I am the main sysop on the wiki. The error first showed up on the php logs on February 22nd. I upgraded the wiki on February 16th.

Yes, I have made changes to the LocalSettings.php file, specifically adding lines for the WikiEditor extension, but I have since commented those lines out.

Benched42 (talk)15:48, 27 February 2013
 

I just created a new wiki and using the same 1.20.2 download and got the exact same error when accessing the Special Pages link. I'm going to try the latest 1.20.3 version and see if that resolves the issue.

Benched42 (talk)14:38, 6 March 2013

Same error using version 1.20.3

Benched42 (talk)15:32, 6 March 2013

It looks like your settings about uploads are somewhat incompatible with the new MediaWiki version. Check your upload settings, specially $wgLocalFileRepo. You can also try to delete (or comment) them and try again to see if that error disappears, and then redefine them one by one until you find the issue.

Ciencia Al Poder (talk)10:32, 7 March 2013
 
 
 
 

How to include Keypress in wiki

I am very new to using Mediawiki and do not understand how to use Template:Keypress in my wiki.

I had understood that copying the contents of keypress and keypress/core from wikipedia.org would give me the functionality, but it does not do so.

What am I doing wrong?

Thank you in advance

82.71.242.16111:21, 6 March 2013

Just to clarify, you also copied Template:Key_press/core ?

AKlapper (WMF) (talk)10:09, 7 March 2013
 

Error when trying to watch pages

I'm trying to setup a MediaWiki site and have been playing around with some of the features. I've been trying to get the Watch feature working, but everytime I click on the link in the tab I get the following message:

An error occurred while changing your watchlist settings for <page name>.

Would there be something in the configuration that is blocking this feature. Or if anyone has any pointers as to commonly made errors, it would be helpful.

130.220.71.2405:36, 22 January 2013

Hmmm I've just done a more in depth search... seems the problem is apart of the 1.18.1 release (which I have). Is there a patch for this currently or will I have to update (probably a more lengthy process that I have to handball off)

130.220.71.2406:10, 22 January 2013

Strange error, I have not seen that one before. But: I found a patch for it: See here. However, MediaWiki 1.18 is older and no longer supported. You could use MediaWiki 1.20 instead of 1.18. The patch, which I linked you is part of MediaWiki since version 1.19, so the problem will be solved with an upgrade to 1.20 as well.

I would recommend doing an update. See Upgrading for everything you need to know. :-)

88.130.74.21814:13, 22 January 2013

Okay, I've updated to 1.20 but for some reason watching still doesn't work, I click the watch link and this time nothing happens. The only way I can get watchlist to work is editing the raw watchlist. This will become a great hassle when I roll this out to my colleagues.

Interesting... right clicking the link and opening in a new window brings up the "do you want to add this page to your watchlist" And disabling AJAX also seems to get it working...

Still I'd rather have AJAX enabled so does anyone have any ideas?

130.220.71.2523:22, 23 January 2013

I have the same issue here: [1]. Were you able to fix it or at least identify the code responsible for this?

Cavila (MW 1.19.2, MySQL 5.1.66, Php 5.3.3-7, SMW 1.8, SF 1.5.2}08:57, 7 March 2013
 
 
 
 

Why can't I browse email addresses in the database past 1.17?

With MediaWiki 1.17, I can browse user email addresses in the database, but for more recent versions, I have to use Extension:LookupUser. This method is much slower than using the database, and requires knowing the username exactly. How do I fix this?

ఠ_ఠ Inquisitor Sasha Ehrenstein des Sturmkrieg Sector (Talk) (Contr)08:23, 27 February 2013

Manual:User_table#user_email?

Ciencia Al Poder (talk)10:27, 27 February 2013

Yes. Do you know what the problem is?

ఠ_ఠ Inquisitor Sasha Ehrenstein des Sturmkrieg Sector (Talk) (Contr)16:43, 27 February 2013

No, sorry, I don't know what is the problem here, and it seems you aren't telling it to me neither...

Ciencia Al Poder (talk)20:44, 27 February 2013

The problem is that I can look up the email addresses of user accounts in the database for wikis that are 1.17, but I can't for wikis that are a more recent version. It just says [blob] or sth under the email field. In version 1.17, I can clearly see the email addresses listed in the database.

ఠ_ఠ Inquisitor Sasha Ehrenstein des Sturmkrieg Sector (Talk) (Contr)20:53, 27 February 2013

That field is of type blob which means something like "binary". Since it can contain any data, not only text, it isn't displaying it's contents normally.

google:mysql+see+a+blob+field

Ciencia Al Poder (talk)21:21, 27 February 2013
 
 
 

This would be pretty important for anyone not using LookupUser, since the email address of a user is one of the best ways to identify sockpuppetry.

ఠ_ఠ Inquisitor Sasha Ehrenstein des Sturmkrieg Sector (Talk) (Contr)16:53, 27 February 2013

Are you using phpMyAdmin or something? If you query a database with mysql it shouldn't matter that it's blob. It'll display it just fine.

Krinkle (talk)08:40, 7 March 2013
 
 
 

Page history in bytes

Hello!
I downloaded and installed Mediawiki version 1.19.1. Everything seems to work just fine, but I am unable to see page size in bytes when viewing page history ("15" in [1]). Where could I switch to "public"?

Kanakukk (talk).20:19, 6 March 2013

Hmm, I just checked in a wiki I take care of and I can see the numbers of bytes for each entry in the history and I am pretty sure I did not configure that; it was there by default.

Maybe you use some custom CSS (or even a cur´stom skin), where these numbers get hidden? That would e.g. be possible with an according CSS definition for the class ".history-size".

88.130.120.24623:36, 6 March 2013
 

Internal and External KB

I'd like to use MediaWiki to have an internal and external, customer facing KB for my company. Is there a way to distinguish between customer facing pages and those that should be internal? In other words, only some of the pages should be made external to customers whereas the other pages the customers will never know about.

Thanks for the help in advance.

108.40.25.24401:41, 6 March 2013

Not really. You migh want to check out Manual:Preventing_access, which has some hints on the topic. But generally Mediawiki is not made for access control.

88.130.120.24623:30, 6 March 2013
 

how to enable canonical urls in 1.19?

Edited by 0 users.
Last edit: 09:55, 11 July 2012

How do I get canonical urls to work on my site - version 1.19. I added $wgServer='http:/sitename.com' in localsettings.php is this all I can do?

LTech09:55, 11 July 2012

Well first you're missing a / there, however $wgServer doesn't have anything to do with canonical urls.

To be honest, its a bit unclear what you mean by a "canonical" url. Do you mean <link rel="canonical" ...>. Those should automatically appear on pages if apropriate (For example if visiting a redirect page).

Do you mean having multiple urls your site can be accessed from (For example if using protocol relative urls), but having a specific canonical url for use in things like emails? See manual:$wgCanonicalServer.

Do you mean having people auto redirected to the canonical url for your website if they come from somewhere else? For that case probably best to use your underlying http server to do that.

Bawolff (talk)12:36, 11 July 2012

The link <rel=canonical> is showing on redirect pages but I'm still getting a lot of pages that are considered duplicate content. There should be a <meta rel="canonical" href="..." /> tag on those pages too. How could I put a tag on those pages too?

Tech (talk)13:52, 12 July 2012

Can you give examples of what sort of pages you expect <link rel="canonical" href="..."> on but they aren't currently on?

Bawolff (talk)12:44, 13 July 2012

eg http://thepetwiki.com/index.php?title=Gecko is not showing the canonical link while http://thepetwiki.com/index.php?title=European_Shorthair does. Would you know why? Thanks

Tech (talk)19:20, 6 March 2013
 

I hope this helps: Extension:CanonURL

Abhi M Balakrishnan (talk)16:22, 22 November 2012

great extension, thanks I think it did the trick

Tech (talk)19:56, 6 March 2013
 
 
 
 

How to use reCaptcha in Mediawiki

My current Mediawiki is version 1.20.2, and PHP & MySQL are latest versions. I have a question: how to prompt a user to enter reCaptcha when the user fails to register, login and submit an edited articles for a certain number of times?

The Mediawiki plugins mentioned in documents I found in Google are only for 1.17, which has not updated over 5 years, and it cannot be used in the latest version of Mediawiki. Is it possible to make reCaptcha internal in Mediawiki like PHPBB 3?

Translate/File Format Support Extension - Sample

A thread, Thread:Project:Support desk/Translate/File Format Support Extension - Sample, was moved from here to Extension talk:Translate. This move was made by Ciencia Al Poder (talk | contribs) on 6 March 2013 at 10:37.

Skin not working on new MediaWiki installation

I've installed a MediaWiki at this url, but for some reason the front page does not display correctly -- it has no structure. I think there may be something wrong with the skin. It's an Azeri-language wiki, but that shouldn't have any impact on its display, should it? Other language wikis I've installed (Russian, Arabic) don't have any problems with display. Can anyone help me and let me know what's wrong? Thanks!

<wikieditor-toolbar-tool-file-pre>azeriproblems.jpg]]

85.179.141.20709:13, 6 March 2013

Scripts and styles are loaded through ResourceLoader using this URL: http://openoil.net/wiki/az/load.php but it's returning an error. See Manual:How to debug to diagnose the problem.

Ciencia Al Poder (talk)10:32, 6 March 2013
 

How to install the selector of language on the sidebar?

Hi there,

i have installed the 1.20.3 version for a local business company but i find it hard to manage the sidebar. On the http://localhost/wiki/index.php/MediaWiki:Sidebar i find under TOOLBOX the heading LANGUAGES but i don't know how to activate the language selector. In the company there work englisch, turkisch and dutch people.

Can somebody add the instruction?

Meerding88 (talk)08:57, 6 March 2013

The LANGUAGES section is populated automatically when Interlanguage links are present in the page.

The language selector is a different thing provided by the Extension:UniversalLanguageSelector.

Ciencia Al Poder (talk)10:27, 6 March 2013
 

[RESOLVED] Could not create directory after upgrade attemp from 1.15 to 1.20

Installed new files, moved database, ran php upgrade.php everything looked good until I tried to upload a new file. The old install stored files on the local hard drive (I don't know why it was setup like this) This site is on our local intranet so no URL. Do I need to create a directory? Any help would be greatly appreciated.

Internal errorFrom LSU Health Shreveport Medical Library Jump to: navigation, search Error storing file in '/tmp/php3IE62g.pdf': Could not create directory "mwstore://local-backend/local-temp/1/1e".

Backtrace:

  1. 0 /var/www/mediawiki/includes/upload/UploadBase.php(795): UploadStash->stashFile('/tmp/php3IE62g', 'file')
  2. 1 /var/www/mediawiki/includes/upload/UploadBase.php(808): UploadBase->stashFile()
  3. 2 /var/www/mediawiki/includes/upload/UploadBase.php(817): UploadBase->stashFileGetKey()
  4. 3 /var/www/mediawiki/includes/specials/SpecialUpload.php(334): UploadBase->stashSession()
  5. 4 /var/www/mediawiki/includes/specials/SpecialUpload.php(424): SpecialUpload->showUploadWarning(Array)
  6. 5 /var/www/mediawiki/includes/specials/SpecialUpload.php(174): SpecialUpload->processUpload()
  7. 6 /var/www/mediawiki/includes/SpecialPage.php(611): SpecialUpload->execute(NULL)
  8. 7 /var/www/mediawiki/includes/SpecialPageFactory.php(494): SpecialPage->run(NULL)
  9. 8 /var/www/mediawiki/includes/Wiki.php(290): SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
  10. 9 /var/www/mediawiki/includes/Wiki.php(536): MediaWiki->performRequest()
  11. 10 /var/www/mediawiki/includes/Wiki.php(446): MediaWiki->main()
  12. 11 /var/www/mediawiki/index.php(59): MediaWiki->run()
  13. 12 {main}

Retrieved from "http://10.2.162.106/mediawiki/index.php/Special:Upload"

Ctudor (talk)21:16, 4 March 2013

It's likely to try to create the directory $wgUploadDirectory/temp/1/1e. Be sure that $wgUploadDirectory and all its descendants are writable by the webserver.

If in doubt, give all permissions, check if that solves the problem, and then tune up permissions until it's secure and working.

Ciencia Al Poder (talk)11:02, 5 March 2013

Thanks, I made the folder 777 and everything works. I tried 775 and 755 but had the same error. Since this server is on our interanet and not avilible to the public I'm going to leave it 777. Thanks so much for your help.

Ctudor (talk)15:02, 5 March 2013

If it only works with full access from everyone, maybe what you need to change is the owner (user and/or group)

Ciencia Al Poder (talk)10:19, 6 March 2013
 
 
 

[RESOLVED] mw.config.get

I have a bit of trouble understanding Manual:Interface/JavaScript#mw.config.

I'm relatively new to JavaScript. I've been revamping an edit counter script for the past two-three months that uses the API and posts a table to a page. These few months are my only JavaScript experience and I think I'm doing great learning by myself (with Internet help, of course). The old script was very specific to certain wiki elements and required tinkering to get it to work on another wiki using different install options, such as no $wgScriptPath set on the wiki I was trying to use it on and the first wiki had /w/ hardcoded into the ajax calls. I have gotten to the point where the script is smart enough to work as-is on practically any MediaWiki install, but of course, I don't have the means to test it like that, so I'm still learning as I go.

Anyways, my question, or request for clarification, is about using mw.config.get vice just using the wg variable directly. If I understand the page I linked correctly, I do not have to use mw.config.get if $wgLegacyJavaScript is true, correct? I noticed other scripts I have seen plop wgServer and wgScriptPath straight into an ajax call without using mw.config.get and my current revision of my script uses a few other wg variables and it works without having to use mw.config.get anywhere, but if $wgLegacyJavaScript is set to false on some wiki where someone uses my script, will my script not work?

If you want to browse my script, it is at wikipedia:User:Kanegasi/editcounter.js. If you're wondering why the revision history of that page is short, the original location I was working at was minecraftwiki.net and the full page history of my successes and failures can be seen here.

Kanegasi C01:25, 5 March 2013

You should use mw.config.get always, it will work whether $wgLegacyJavaScript is set to true or false. As that variable name suggests, accessing wg variables directly is legacy and support for this may be dropped eventually.

Ciencia Al Poder (talk)10:49, 5 March 2013

I used to use just one mw.config.get for each variable and store that into another variable, instead of repeating mw.config.get several times. I'll have to go back to that then. Thank you for the clarification.

Kanegasi C22:26, 5 March 2013
 
 

Lost Admin Username

In a marathon session setting up our website, my tech help installed our wiki and pointed me to the mediawiki site to configure it. Unfortunately although some of the setup info was noted, I failed to write down the admin username, and in the month of other projects that intervened, neither of us can remember it. I can access the wiki and of course I can configure LocalSettings.php on the server along with the files in the wiki folder, but cannot login as the administrator. How can I retrieve or reset my login? MichaelM : http://perfectenvirons.org/wiki/index.php?title=Main_Page MediaWiki1.18.1

PEwiki (talk)18:07, 20 March 2012

Hi!

You can try going to phpMyAdmin (or any other tool you use to manage your databases) and look for the 'user' table.

Myidealh (talk)08:04, 21 March 2012

It's even easier: The page Special:ListUsers holds a list of those users. The username is Michael.

88.130.123.3010:37, 21 March 2012

You are awesome. Thank you.

130.184.104.3322:00, 5 March 2013
 
 
 

Watchlist error after upgrade to 1.18.1

After upgrading from 1.10.1. to 1.18.1 the change of the watchlist using the link on the page does not work, instead the message MediaWiki:Watcherrortext turns up. Special:Watchlist works fine. I detected, that the target address generated by the link after action=watch&token= contains a different token as in Special:Preferences#mw-prefsection-watchlist, if that matters.

  • MediaWiki 1.18.1
  • PHP 5.2.14 (apache2handler)
  • MySQL 5.0.26

Any piece of advice is welcome.

ThT (talk)11:04, 16 March 2012

They're different tokens, with different purposes.

Reach Out to the Truth (talk)15:11, 16 March 2012

Thanks, I assumed so, but wasn't sure. Meanwhile I also checked the template "watch", which we copied from w:en:template:watch. The template generates &action=watch, i.e. without a token, and it works fine. So the token seems to be the reason of the watchlist error, but I don't know how to fix it yet.

ThT (talk)16:35, 16 March 2012
After upgrading from 1.10.1. to 1.18.1 the change of the watchlist using the link on the page does not work

You mean the link that's part of the skin? If you're using a non-standard skin it could be a bug in that skin.


Wikipedia is using 1.19 which may account for the differences in behavior. (I'm not at my home computer so I can't easily check how/if the behavior changed between versions)

Bawolff (talk)19:21, 16 March 2012

Thanks, but actually it's about the standard skin Vector. Your question brought me to check MonoBook, which shows the same behavior. Then I tried Cologne Blue, and this one works fine.

ThT (talk)07:37, 19 March 2012
 
 
 

Meanwhile I found Bug 30372 - Users able to watch pages get a script error .... Setting $wgAjaxWatch = false seems to solve the problem, but Comment 8 makes me wonder, if this is really a good solution.

ThT (talk)16:04, 26 March 2012

The same issue occurs on MW 1.19.2 (Vector, Mozilla + IE). Sure I could set $wgAjaxWatch to "false", but I need it to be set to "true" in order to run Extension:CategoryTree. There is a slim chance that in my case, this is related to a recent upgrade of SMW from 1.8.0.3 to SMW 1.8.0.4, but that doesn't seem very likely.

Cavila (MW 1.19.2, MySQL 5.1.66, Php 5.3.3-7, SMW 1.8, SF 1.5.2}12:36, 3 March 2013

Check the JavaScript error console to be sure it has no JavaScript errors when loading the page. Maybe you have any conflicting script that breaks the load of other MediaWiki stuff, including the watch/unwatch tab.

Ciencia Al Poder (talk)10:33, 4 March 2013

Sure enough, though I haven't been to locate the issue yet. I'll let you know when I have.

Cavila (MW 1.19.2, MySQL 5.1.66, Php 5.3.3-7, SMW 1.8, SF 1.5.2}14:31, 5 March 2013
 
 
 
 

Extra whitespace after transcluded content

As an extension to my original question:

I find that when I include transcluded sections from a source article into a target article, the target article when displayed has about 7 extra blank lines added immediately after the transcluded content. There are no extra line breaks in the transcluded content or in the target article, but when rendered, the target article displays the white space.

Is there a way to prevent/eliminate the whitespace in the target article?

Thank you for the assistance.

Fzyz4z (talk)18:23, 4 March 2013

Extra whitespace is caused by extra whitespace on the templates. But without an example page I cannot tell where the problem is.

Ciencia Al Poder (talk)10:50, 5 March 2013
 

[RESOLVED] How to make the wiki public to every user

Current system information:

MediaWiki 1.18.2

PHP 5.3.3 (apache2handler)

MySQL 5.1.67

Background summary: The purpose of this is to allow a select handful of users to quickly access articles from a wiki that is a backup copy for emergency purposes. Unlike its live counterpart, it is not necessary to restrict anonymous user interactions. That is to say, I would like to be rid of the login page entirely and allow any person to view any articles as they desire.

I have tried changing $wgGroupPermissions['*']['read'] = false; to $wgGroupPermissions['*']['read'] = true; Attempts to google similar solutions turn up with nothing useful, and a whole bunch of articles detailing how to make the wiki private. Could just be my terrible googling skills, but hey!

Any sort of quick and dirty method of doing this would be fine; thanks to all who contribute in advance.

Cheers!

193.61.220.317:17, 1 March 2013

A default MediaWiki installation allows anyone to see articles with no restriction, and also edit pages. All configuration changes are done at the LocalSettings file. Just take a look at that file and remove (comment out) everything that has to do with group permissions and restrictions and it should work.

Ciencia Al Poder (talk)15:37, 2 March 2013

Thanks for your response! It took me a while to find out that I had not updated $wgServer in LocalSettings.php after backing up the wiki to another domain, but it all works fine now.

193.61.220.311:24, 4 March 2013
 
 
First page
First page
Previous page
Previous page
Last page
Last page