Questions tagged [mediawiki]

MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation and by many other wikis.

http://www.mediawiki.org/wiki/MediaWiki

162 questions
1
vote
1 answer

MediaWiki Internal Error

I have been running a mediawiki server for many years now at my company. Recently to combat a problem I was having with PDF uploading when they contained metadata, I have moved to the latest revision of all the software on my Gentoo box (Mediawiki…
dynamphorous
  • 276
  • 1
  • 2
  • 13
1
vote
1 answer

How do I restrict MediaWiki user groups from access to portions of my wiki by namespace?

In the release notes of Mediawiki 1.18 there is this line: $wgGroupPermissions now supports per namespace permissions. I cannot find the implementation within the documentation. The wiki page for $wgGroupPermissions has not yet been updated to…
EFH
  • 123
  • 3
1
vote
1 answer

PHP: error while loading shared libraries

In my server (Newly launched) when I am trying to upgrade MediaWiki. I am getting the following error. php: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory But when i check in server…
Prabu
  • 123
  • 1
  • 3
1
vote
4 answers

How to reduce the memory usage of mediawiki?

I have a VPS running apache that keeps running out of memory at Dreamhost. Dreamhost says that the problem is the wordpress configuration, but I think that's their stock answer. I've looked and the main web hosting is coming from mediawiki. I…
vy32
  • 2,088
  • 2
  • 17
  • 21
1
vote
1 answer

fully encrypted MediaWiki base

Is it possible to completely encrypt a MediaWiki installation? I'm not looking for a way to finely control access rights or have some encrypted articles or even just parts of articles encrypted. What I want is that the whole information contained in…
Phantrast
  • 111
  • 1
1
vote
1 answer

How do you return a mediawiki installation back to the "just installed" state?

I would like to take a working, stable, MediaWiki directory under /var/www, copy its contents to a new directory, and perform whatever steps are necessary to place the new directory into "just installed" state. Media Wiki 1.15.0 Apache/2.2.3 (Red…
octopusgrabbus
  • 175
  • 5
  • 21
1
vote
1 answer

What needs to be done to cleanly move a MediaWiki installation from one server to another?

I have MediaWiki running on one server, and need to migrate it to another. What steps need to be taken to cleanly move it to another host? Minimal downtime is acceptable.
jrdioko
  • 567
  • 5
  • 9
  • 18
1
vote
3 answers

Wiki Documentation With Permissions

So I've set up a MediaWiki for managing some docs, we have AD integration set up and so far things are going fine... But wow is managing permissions a pain in the butt! Requires editing LocalSettings every time, so as we add new sections I have to…
StrangeWill
  • 541
  • 5
  • 16
1
vote
1 answer

randomized mediawiki logout

I've got a mediawiki instance that seems to randomly log people out. Sometimes it takes hours, sometimes seconds. I haven't figured out what's triggering the logout, but it doesn't seem to be a session timeout. What php/mediawiki settings should…
Jayen
  • 1,857
  • 4
  • 16
  • 28
1
vote
1 answer

Need help for configuring VirtualHost of Apache

I have virtual machine running Ubuntu. I want to type in browser "http://localhost/mwiki" and see my MediaWiki site. I put this site into /var/www/mwiki folder and I configured Apache "default" file. But when I try to open this site in browser -…
upstream
  • 13
  • 1
  • 4
1
vote
1 answer

MediaWiki panic after modifying a file. Checksums maybe?

I've recently installed the latest version of MediaWiki on a dev server. I wanted to add some information on the edit page, and for this needed to modify an existing .php file to add in some more text. I used grep to find which file contained the…
n0pe
  • 363
  • 5
  • 13
1
vote
0 answers

Mapping extension for MediaWiki

I am creating a wiki that allows people to specify the geographic range in which a species is found, something like this. I would like to allow people to define these kinds of maps in some way, either by drawing or by specifying locations.…
1
vote
3 answers

500 Internal Server Error when uploading large files to MediaWiki

When I upload a large (>245 Mb) file to my MediaWiki wiki (using Upload file, same as for images), I see: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. This is a…
1
vote
1 answer

How to prevent MediaWiki removing non default signatures?

We recently upgraded MediaWiki from 1.13.2 to 1.15.4. One of the side effects is that people's signatures are automatically deleted. That is, a signature added under MY PREFERENCES gets changed to match the Real Name field after a couple of…
1
vote
1 answer

Apache: URL should point to specific folder

I'm using CentOS 5.5 and Apache 2.2. I just started to administrate my own dedicated server, but I think that I understand the concept of virtual hosts in Apache: I actually have to different domains (lets call em: www.myDomain1.com and…
paskster
  • 301
  • 5
  • 12