Project:Support desk/Flow/2013/09

This page is an archive.
Please ask questions on the current support desk.
Category:Support desk archives#Flow%20Archive%20Support%20desk/Flow/2013/09

LocalSettings.php empty on Raspberry Pi

I tried to install MediaWiki 1.19.5-1 on a Raspberry Pi using "apt-get install mediawiki" using these instructions: http://trevorappleton.blogspot.com/2013/04/installing-mediawiki-on-raspberry-pi.html. Everything seemed to go well expect that LocalSettings.php is empty. Running Raspian wheezy 7/26/2013 3.6.11. I'm new to Linux and Pi. 68.40.87.145 (talk) 20:45, 1 September 2013 (UTC)

So, you downloaded the LocalSettings.php and it was empty? Is there anything in the error.log ? MarkAHershberger(talk) 21:45, 1 September 2013 (UTC)
Thanks for the help: Not sure where to find error.log. I ran "find / -name error.log" and it came up empty.
But here is some more info that makes no sense to me and shows some of my Linux ignorance. Any help is appreciated.
If I look in /usr/share/mediawiki there is a link for LocalSettings.php that I didn't put there that has a size of 36 and points to /var/lib/mediawiki:
pi@raspberrypi:/usr/share/mediawiki$ ls -il 
134690 lrwxrwxrwx 1 root root 36 Apr 16 09:09 LocalSettings.php -> /var/lib/mediawiki/LocalSettings.php
If I list the files in /var/lib/mediawiki I see what looks like a different link for LocalSettings.php with a different size, 32, and a different inode that points to /etc/mediawiki
pi@raspberrypi:/usr/share/mediawiki$ ls -il /var/lib/mediawiki
134680 lrwxrwxrwx 1 root     root       32 Apr 16 09:09 LocalSettings.php -> /etc/mediawiki/LocalSettings.php
Finally, if I list the files in /etc/mediawiki, I don't see LocalSettings.php at all, although there seem to be 16 files in there but I can't see them.
pi@raspberrypi:/etc/mediawiki$ sudo ls -ial
total 16
132209 drwxr-xr-x   2 root root 4096 Sep  1 19:46 .
  8207 drwxr-xr-x 103 root root 4096 Sep  1 23:43 ..
132211 -rw-r--r--   1 root root  475 Sep  1 19:49 apache.conf
132210 -rw-r--r--   1 root root  134 Oct 21  2007 cherokee.conf
If I try to try to cat any of the links, they come up blank:
pi@raspberrypi:/usr/share/mediawiki$ sudo cat LocalSettings.php
cat: LocalSettings.php: No such file or directory
pi@raspberrypi:/var/lib/mediawiki$ ls LocalSettings.php
LocalSettings.php
pi@raspberrypi:/var/lib/mediawiki$ sudo cat LocalSettings.php
cat: LocalSettings.php: No such file or directory
68.40.87.145 00:55, 2 September 2013 (UTC)
I think you need to set up your wiki. Open your web browser and access to the wiki. It should say LocalSettings.php was not found and will point you to the Config script. Once you complete the setup, it will give you a link to download LocalSettings.php, which you should place in /etc/mediawiki/LocalSettings.php Ciencia Al Poder (talk) 09:34, 2 September 2013 (UTC)
Hi!
Ciencia is right.
You are not running another MediaWiki installation in one of the folders you mentioned, right? If you don't do so, then, before you start, I would delete these strange symlinks. Then go through MediaWiki setup again, download the LocalSettings.php file and place the actual file in the correct folder 88.130.97.210 13:00, 2 September 2013 (UTC)
All that information was in the HowTo that he linked to. Strange. MarkAHershberger(talk) 18:56, 2 September 2013 (UTC)
Look at the instructions you linked to, again. Scroll down to the bit that says "Now click on the Midori icon on the Desktop" and it will walk you though the rest of the installation.
That does require that you be able to get to the desktop of your Raspberry Pi, though. If you aren't there yet, look at the section that starts out at "Right thats all we can do by SSH for now." MarkAHershberger(talk) 19:01, 2 September 2013 (UTC)
I just ran through Trevor's tutorial and the exact same problem you describe of a 0 byte blank LocalSettings.php being downloaded. The problem occurs when using the web browser Midori. Install Chromium as Trevor recommends and run through the setup again (be sure to delete the blank LocalSettings.php from /var/lib/mediawiki/ first so you're prompted to run through configuration again).
Cheers, -Erik 98.245.87.3 04:15, 13 April 2014 (UTC)

help me?

when i put uploads to true so i can add images, my page messes up and it says:

Warning: Cannot modify header information - headers already sent by (output started at /home/legionxo/public_html/wiki/includes/DefaultSettings.php:1) in /home/legionxo/public_html/wiki/includes/WebResponse.php on line 38 77.100.91.141 (talk) 22:35, 1 September 2013 (UTC)

Hi!
I guess that some kind of PHP error is happening, which creates some output. Try activating error display in PHP to see more information.
Btw: Which versions of MediaWiki, PHP and MySQL are you running? 88.130.97.210 23:23, 1 September 2013 (UTC)
For PHP debugging, see http://www.mediawiki.org/wiki/Manual:How_to_debug AKlapper (WMF) (talk) 15:40, 2 September 2013 (UTC)

What is Wikimedia Ubuntu Precise Labs machines

I was trying and failing to setup Parsoid on a VM ubuntu server

I saw "Wikimedia Ubuntu Precise Labs machines" mentioned as an option on the Parsoid extension page. Is this just a standard ubuntu Precise distro, or is there an actual wikimedia ubuntu distro? google did not help me. Bouncingmolar (talk) 06:09, 2 September 2013 (UTC)

The sentence refers to the testing servers which are running on *.wmflabs.org. These testing servers run on Ubuntu Precise. Also see https://wikitech.wikimedia.org/wiki/Help:Contents for more information. There is nothing like a Wikimedia Ubuntu distro. AKlapper (WMF) (talk) 15:43, 2 September 2013 (UTC)
You might also look at MediaWiki-Vagrant as it will let you set up a system to test everything. MarkAHershberger(talk) 18:54, 2 September 2013 (UTC)
Cool thanks for clearing that up. Bouncingmolar (talk) 05:12, 3 September 2013 (UTC)

Undefined property: DatabaseMysql::$mTrxDoneWrites in Database.php

Hi Brots, Now i have installed mediawiki-1.20.1 sucessfully. But there is a prompt on the home web: Undefined property: DatabaseMysql::$mTrxDoneWrites in Database.php .

Software details: Linux:2.6.18 mediawiki: 1.20.1 apache:2.2.3 mysql:5.5.23 php:5.5.3

Please help me to solve it. Thanks! 112.90.231.9 (talk) 02:27, 3 September 2013 (UTC)

This is a problem for 1.20.1. You should be using 1.20.6 which is the latest 1.20.X release wich solved that and other bugs. Ciencia Al Poder (talk) 09:31, 3 September 2013 (UTC)

[DUPE] Undefined property: DatabaseMysql::$mTrxDoneWrites in Database.php

Hi Brots, Now i have installed mediawiki-1.20.1 sucessfully. But there is a prompt on the home web: Undefined property: DatabaseMysql::$mTrxDoneWrites in Database.php .

Software details: Linux:2.6.18 mediawiki: 1.20.1 apache:2.2.3 mysql:5.5.23 php:5.5.3

Please help me to solve it. Thanks! 112.90.231.9 (talk) 02:27, 3 September 2013 (UTC)

Resolved.
I refer to https://gerrit.wikimedia.org/r/#/c/36220/1/includes/db/Database.php.
Now it backs to normal. 112.90.231.9 06:37, 3 September 2013 (UTC)
Please upgrade to 1.20.6 to solve this bug.
Also, dupe of Project:Support desk/Flow/2013/09#h-Undefined_property:_DatabaseMysql::$mTrxDoneWrites_in_Database.php-2013-09-03T02:27:00.000Z Ciencia Al Poder (talk) 09:33, 3 September 2013 (UTC)

How to allow a few users to edit some pages?

How to set some users to edit some pages? There are some articles in my wiki that can be edited by some selected users, so are there any extensions that allow to do so? Fokebox (talk) 06:13, 3 September 2013 (UTC)

Hi!
You can use an extension like "Lockdown" or you could give permissions per namespace: Put all these pages in one namespace and only give a special user groups rights to edit this namespace. However, personally I do not like these ideas: What if you do not want to move the pages? This is not ideal.
I would make the few selected users members of a special group and only give this group rights to edit the pages. You can for example protect the pages and put the users in a usergroup, which is allowed to edit protected pages. E.g. MediaWiki already comes with the administrator group, which has these rights - but you can also create another usergroup as you wish. 88.130.124.107 11:53, 3 September 2013 (UTC)
No I cannot make this way ... I will be tired to create new groups all the time Fokebox (talk) 19:16, 8 September 2013 (UTC)
MediaWiki is not made for access control. 88.130.127.253 20:48, 8 September 2013 (UTC)

content table for mobile site

On the www.mediawiki.org mobile site the content table shows as a dropdown. How is this coded? How can I add this to my mobile site? LTech (talk) 09:29, 3 September 2013 (UTC)

Code is likely somewhere in https://git.wikimedia.org/tree/mediawiki%2Fextensions%2FMobileFrontend.git AKlapper (WMF) (talk) 11:21, 3 September 2013 (UTC)

Create a custom namespace with category comportment

Hi,

I need to use namespaces to partition my wiki on different projects. Is it possible to create a new category namespace for each projetcs ?

Thanks, Fractaliste (talk) 10:06, 3 September 2013 (UTC)

No. The category namespace is a special one, and there's only one.
But you can have a special convention for naming your categories, like [[Category:Project A/Category 1]], [[Category:Project B/Category 2]], or [[Category:Project A:Category 1]], [[Category:Project B:Category 2]] Ciencia Al Poder (talk) 09:26, 4 September 2013 (UTC)
The aim was to provide a categoryspace for administrator which can be protected like a namespace. It's that global protection that interested me. Fractaliste (talk) 19:35, 4 September 2013 (UTC)

Configuring Email with Mircosoft Exchange server

Hello,

I have MediaWiki 1.20.6 running with PHP 5.3.10 (cgi-fcgi) and MySQL 5.1.59-community under OS Windows Server 2003 R2 an would like to enable the email-features. When I want to change the email-address in my user-settings I get the

Internal Error
[3a35071f] 2013-09-03 10:52:25: Fatal exception of type MWException

When I want to confirm my email-address, I get a message that says I already got a confirmation-code -- what is incorrect. I assume, that MediaWiki can not send emails at all.

My configutration settings in LocalSettings.php are:

$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO

$wgEmergencyContact = "me@mydomain.de";
$wgPasswordSender = "wiki@mydomain.de";

$wgEnotifUserTalk = true; # UPO
$wgEnotifWatchlist = true; # UPO
$wgEmailAuthentication = true;

$wgSMTP = array(
 'host'     => "some.host.mydomain.de",
 'IDHost'   => "mydomain.de",
 'port'     => 25,
 'auth'     => false,
 'username' => "wiki@mydomain.de",
 'password' => "confidential"
);

Are the settings correct?

As described on http://www.mediawiki.org/wiki/Manual:$wgSMTP I would like to use the buit-in PHP mail() function. Is this possible or do I need PEAR's Mail?

Thanks for you help, Martin 451plus (talk) 11:58, 3 September 2013 (UTC)

Hi Martin,
sorry that I cannot tell you, if your settings are correct, but please enable $wgShowExceptionDetails at the bottom of your LocalSettings.php and then change the email-address in your user-settings again. 88.130.124.107 12:23, 3 September 2013 (UTC)
Thanks,

the error message is:
PEAR mail package is not installed
How can I use the buit-in PHP mail() function? 451plus (talk) 15:00, 3 September 2013 (UTC)
It should work without it, I think. If not, file a bug. MarkAHershberger(talk) 18:39, 9 September 2013 (UTC)

[RESOLVED] Changed wgDBuser and cannot access my server

I changed my $wgDBuser and $wgDBname to try and change the old administrator to myself. In doing so, I made it to where the public cannot access my site any more. I tried to change the credentials back to the old administrator, but I cannot remember what his was. I wanted to change it so that I can secure our phpmyadmin as well as work within.

Can we: A) Find those credentials located elsewhere in the system B) Change the credentials so that the site can load under a new username Odyssey~mediawikiwiki (talk) 12:58, 3 September 2013 (UTC)

Nevermind, when I navigate to /var/lib/mysql, I can see a list of my users, which I reverted back to in LocalSettings.php. Now when I go to my webpage, I get this:
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) (localhost))
http://oilcop.info/index.php/Main_Page Odyssey (talk) 13:23, 3 September 2013 (UTC)
Ok, so I found out a little more, and it looks like I broke the link when I was working on the server. I ran this command:
mysqld_safe --skip-grant-table
Looking at the error, I can see that I am probably the one that cause this by making the server run mysqld versus mysql, but that is also just a guess. Now when I run the command "mysql" on the server, I get this error
ERROR 2002 (Hy000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Odyssey (talk) 13:47, 3 September 2013 (UTC)
do you still need help with this? MarkAHershberger(talk) 18:37, 9 September 2013 (UTC)
Nope, I got it all figured out. By changing my user and password in LocalSettings.php, it no longer matched a MySQL login. I killed the MySQL process, and wrote a script to start MySQL without a password. I then was finally able to get into MySQL and change the user's password from what it originally was, to a password I wanted. I then reflected that information in LocalSettings.php and ran
php maintenance/update.php
All good now! Odyssey (talk) 13:27, 12 September 2013 (UTC)

Patrolled Pages

MediaWiki 1.21.1 PHP 5.3.26 (cgi-fcgi) MySQL 5.5.31-MariaDB-log

I have a Question for the patrolled edits.

Is there a Way (extension/setting) to add an automatic Message for all Users (For example a little Box with text on the top) , that the page is not checked. ( Like the ! on the Last Changes page, only that this is for the Page itself) 217.8.50.92 (talk) 13:45, 3 September 2013 (UTC)

Get author of an wikipedia image

I want to implement Wikipedia images per api in my website. There is no problem to find the images and to get the license, but I don't find any way to get the author (not the uploader) of the image?

Can anybody help? Digg de (talk) 14:31, 3 September 2013 (UTC)

Unfortunately right now both author and license information is not stored in a structured way that would allow fetching it from the API.
Edit: I've moved this to a write-up that I imagine I'll link to more often: Current structure on Commons. Krinkle (talk) 19:22, 5 September 2013 (UTC)
I already thought aboout that before, but I thought there would be "a right way" to do things (but obviously there is not).
If everything else does not help, you can get the content of the associated page and extract the information from there. Maybe there even is a template used, which would make it even easier for you to identify that part of information, which you need. 88.130.69.98 20:52, 5 September 2013 (UTC)

Can't get Extension:ConfirmEdit to work?

I have downloaded the correct version for my MediaWiki installation, as well as added the proper lines in LocalSettings.php (as seen here: http://puu.sh/4ibMh.png)

But it doesn't seem to be working, and I am still getting a bunch of spam. Am I supposed to enable it via the wiki somehow? 174.140.182.136 (talk) 17:56, 3 September 2013 (UTC)

Wild guessing: What are the skipcaptcha group permissions and how are $wgCaptchaTriggers configured? AKlapper (WMF) (talk) 13:15, 4 September 2013 (UTC)
I have figured it out. Even though my $wgCaptchaTriggers were configured like the page says, it wasn't working. I did however find someone else having this issue and copied/pasted their configuration and got it working.
# ConfirmEdit
require_once "$IP/extensions/ConfirmEdit/ReCaptcha.php";
$wgCaptchaClass = 'ReCaptcha';
$wgReCaptchaPublicKey = '-----';
$wgReCaptchaPrivateKey = '----';
$wgGroupPermissions['*'            ]['skipcaptcha'] = false;
$wgGroupPermissions['user'         ]['skipcaptcha'] = false;
$wgGroupPermissions['autoconfirmed']['skipcaptcha'] = false;
$wgGroupPermissions['bot'          ]['skipcaptcha'] = false; // registered bots
$wgGroupPermissions['sysop'        ]['skipcaptcha'] = false;
 
$wgCaptchaTriggers['edit']          = true; 
$wgCaptchaTriggers['create']        = true; 
$wgCaptchaTriggers['addurl']        = true; 
$wgCaptchaTriggers['createaccount'] = true;
$wgCaptchaTriggers['badlogin']      = true;
174.140.182.136 18:04, 4 September 2013 (UTC)
What of these settings is missing in Extension:ConfirmEdit?
Please add the missing bits! 88.130.111.70 20:41, 4 September 2013 (UTC)

Lock wait timeout without restarting server

I host a business wiki on a shared hosting plan and while upgrading an old version to 1.21.1, I'm stuck on "lock wait timeout exceeded" after running the query

CREATE INDEX page_redirect_namespace_len ON `page` (page_is_redirect, page_namespace, page_len)

I can't restart the server, but I also can't find another process using the table. 99.241.39.54 (talk) 18:53, 3 September 2013 (UTC)

Help me with infobox

Hello,

My Infobox templates were working fine until I uploaded Template:Listen (without realizing that it made changes to my Infoboxes).

Now, where it's supposed to show my infobox, it shows just " Script error: No such module "Infobox".".

Help? 174.48.154.154 (talk) 23:00, 3 September 2013 (UTC)

Sorry about the script error thing. Here's what I meant to say:
" { { # invoke:Infobox|infobox } }" without spaces or quotes 174.48.154.154 23:03, 3 September 2013 (UTC)
Hi,
Did you install Scribunto ? Fractaliste (talk) 08:30, 4 September 2013 (UTC)
Negative. When I tried it didn't even work. 174.48.154.154 21:16, 4 September 2013 (UTC)
The { { # invoke: ...}} syntaxe is a call to Scribunto extension, so you need to make Scribunto work. Fractaliste (talk) 07:26, 6 September 2013 (UTC)
I did install that particular extension and ran into worse problems... Not even to create or edit any articles.2602:306:CC5F:CB0:D144:F92B:9F26:8ABF 2602:306:CC5F:CB0:D144:F92B:9F26:8ABF 02:29, 29 August 2014 (UTC)
Then you may want to elaborate on "problems" so people might be able to help. AKlapper (WMF) (talk) 10:36, 29 August 2014 (UTC)

Fatal exception of type MWException

Hi, i have an error in my wiki. this is a message in error_log.txt


[03-Sep-2013 23:14:25 America/Argentina/Buenos_Aires] PHP Fatal error: Invalid opcode 153/1/8. in /home/***/public_html/includes/cache/MessageCache.php on line 342]


Versions:

Mediawiki version 1.21.2

PHP 5.3.27

MySQL 5.1.70-cll


I don't know what is the problem.

Help?

Thanks. Dbanda~mediawikiwiki (talk) 02:22, 4 September 2013 (UTC)

A quick search for that issue seems to indicate it's a problem with a PHP code accelerator that doesn't match the installed version of PHP or it's outdated. Try upgrading the acceleator. Ciencia Al Poder (talk) 09:34, 4 September 2013 (UTC)

Issue in ConfirmAccount extension

Hi all,

I am using MediaWiki version 1.20.5 and I need to enable the confirm account extension, so i add the following 3 lines in the file "LocalSettings.php":

require_once ("extensions/ConfirmAccount/SpecialConfirmAccount.php");
$wgAccountRequestMinWords = 0;
$wgConfirmAccountContact = 'aidan.stigley1@xyz.com';

Now when i request to create a new user . . . I got this error:

Fatal error: Call to undefined function wfOpenElement() in /data/apache/htdocs/mtiwiki/w/extensions/ConfirmAccount/RequestAccount_body.php on line 104

15.219.169.68 (talk) 13:37, 4 September 2013 (UTC)

Hi!
Please check that you have not installed the newest version of ConfirmAccount. Make sure that when you check the Git repository of ConfirmAccount, you download a snapshot from the branch for MediaWiki 1.20 (and not one from branch "master").
This version should then be compatible with MediaWiki 1.20. 88.130.111.70 19:24, 4 September 2013 (UTC)
Sorry i did not get you . . . Please tell me what to do now to solve this issue. 197.134.245.49 13:20, 5 September 2013 (UTC)
You must download the extension ConfirmAccount. When you view the Git repository, do not take a snapshot from the branch called "master", but one from the branch "REL1_20" like this one. 88.130.69.98 15:16, 5 September 2013 (UTC)
Resolved . . . Thanks
but i have another issue that the tool bar of the editor (containing the buton bold, Italic, ...) did not appear. What is the reason? 197.134.182.210 13:45, 8 September 2013 (UTC)
ConfirmAccount does not have a toolbar with buttons. I think you are speaking about WikiEditor, right?
In that case, I guess that your configuration is somehow not correct. See Extension:WikiEditor for more information! 88.130.127.253 14:35, 8 September 2013 (UTC)
Yes i am speaking about wiki editor and i try to install the extension again as well as deploying the following configuration but did not work the tool bar still not available . . . I think it is an issue of the images location as i copy all the static content images to the path skins/common/images and change the path at the configuration due to the readme file i found in the image directory.
This may affect the toolbar static image files? 15.219.169.74 09:48, 9 September 2013 (UTC)
Hi!
I just checked the installation instructions at Extension:WikiEditor again and these were the only steps I took to get the extension running. I did not move images to another place and it works. 88.130.127.253 12:02, 9 September 2013 (UTC)
See Extension:ConfirmAccount#Setup and the MediaWiki version requirements. Be sure to pass the correct path to require() and verify you're using a version compatible with the version of your MediaWiki install. Krinkle (talk) 23:46, 10 September 2013 (UTC)

[RESOLVED] No longer able to access wiki

I changed my username and password on lines:

$wgDBname $wgDBuser $wgDBpassword

And now I cannot access my wiki. I could not remember the user and name I changed it from, but found it in /var/lib/mysql/. I changed back the user and the name, but I still am having the same problem. Any ideas on what I could do?

Thank you 98.172.123.145 (talk) 14:19, 4 September 2013 (UTC)

Use update.php script 5.66.137.75 14:39, 4 September 2013 (UTC)
I ran it. This is error I receive:
DB connection error: Access denied for user 'xxx'@'localhost' (using password: YES) (localhost) Odyssey (talk) 15:48, 4 September 2013 (UTC)
Fix your database credentials in LocalSettings.php; the variables you quoted are still set incorrectly. Make sure to use the MySQL username and this user's password.
You might get the username and password from a customer menu of your hoster or maybe your hoster can tell you via mail. Another option would be to check in the mysql database; this should at least tell you the username. Logged in as root user you can change this user's password. 88.130.111.70 19:16, 4 September 2013 (UTC)
I got the mysql account and password changed over, then I mirrored that information in LocalSettings.php. I then ran my update script and we are in business
Looks like I owe you a beer! Odyssey (talk) 20:22, 4 September 2013 (UTC)
Great! I prefer weiss beer. ;-) 88.130.111.70 20:39, 4 September 2013 (UTC)

[RESOLVED] Formatting table borders with "outset"

I would like to give my tables a nice looking "outset" outer border.

It's easy to format regular text this way by using

<span style="border: outset ">sdgsdfg</span>

to produce: sdgsdfg

But I can't get it to work in a table. I've tried:

{| class="wikitable" style="border: outset"
|-
| hjklh
hjkhj
hjlk
|}

But that shows

hjklh

hjkhj hjlk


What am I doing wrong? Laurentio~mediawikiwiki (talk) 15:43, 4 September 2013 (UTC)

(I edited your post so that nowiki works.)
I'm trying to make sure I understand the problem. Are you saying that the outset border for tables should be lighter grey on the top and left borders but darker on the right and bottom ones? MarkAHershberger(talk) 18:17, 9 September 2013 (UTC)

Be careful mixing "class" attributes with "style" attributes. If you remove the class one, you get:

{| style="border: outset"
|-
| hjklh
hjkhj
hjlk
|}

Which shows

hjklh

hjkhj hjlk

MarkAHershberger(talk) 18:24, 9 September 2013 (UTC)

Thanks! Laurentio (talk) 01:03, 19 September 2013 (UTC)

The logo on the wiki seems to randomly disappear at times

I've noticed that sometimes this seems to be an issue but I don't know what's causing it.

http://img.sturmkrieg.com/forum/i/src/1378357252814.png Lieutenant Aleksandr Reznov 05:03, 5 September 2013 (UTC)

Microsoft Server 2008

Hi!

Is it possible to use Mediawiki (1.21.2) with MSSQL 2008? How can I install this server? Thank you for you help! 81.183.150.60 (talk) 07:05, 5 September 2013 (UTC)

Sorry, but Microsoft SQL Server is not supported as a database engine for MediaWiki Ciencia Al Poder (talk) 10:31, 5 September 2013 (UTC)
We are looking at adding support for it if we can. If you could, could you post a request on wikitech-l would show that there is interest. MarkAHershberger(talk) 18:33, 9 September 2013 (UTC)

use the sign # in a sentence

Hello

how to use the sign #in a sentence. I want to see the sign # appeared in the sentence 81.91.233.82 (talk) 10:49, 5 September 2013 (UTC)

Hi!
Is that a MediaWiki problem?
"#" can be used like so: King Georg is # 3 in the succession to the throne. 88.130.69.98 15:28, 5 September 2013 (UTC)
yes
when i used # in the sentence mediawiki translates it in number 81.91.233.82 09:11, 6 September 2013 (UTC)
But in your sentence, the # hasn't been translated into a number. Could you explain that? Ciencia Al Poder (talk) 09:49, 6 September 2013 (UTC)
What MediaWiki does do is to render enumerations:
  1. Buy can.
  2. Open it.
  3. Drink content.
But there the "#" is the first sign in a new line. When just used inside a sentence, "#" should not be translated. 88.130.69.98 14:02, 6 September 2013 (UTC)
Do you mean like this:
#abc from <nowiki>#</nowiki>abc - otherwise I think you have to give an example Christian75 (talk) 21:56, 6 September 2013 (UTC)

Fix typo on front page of mediawiki.org

Hello,

where do I find the security release of MediaWiki 1.22.2 which the news on the main page is announcing?

I think it's a typo. But as an ordinary user it's a little bit difficult for correction at this point without the proper rights... Wgkderdicke (talk) 11:04, 5 September 2013 (UTC)

Yes, that is a typo; it should read "1.21.2.". Maybe someone can fix that... 88.130.111.70 13:21, 5 September 2013 (UTC)

Cannot se pages that are in db

Hi, I accidentally deleted all wiki files on the server, the only thing I could save was my db. So, I reinstalled wiki on the server and connected it with the db from old wiki, I can see all pages and users in db but cannot see any of them in wiki. Although when I create a new page on wiki I can see it on db and the ID is right. Everything is right in LocalSettings.php, I've run rebuildapp.php and update.php scripts and still cannot find what's wrong.

Is there any way for me to watch the pages on wiki?

Wiki: wiki.vpopulus.net - mediawiki version: 1.21.1 PHP version: 3.3.7deb7 MySQL version: 5.1.49

Thanks, Klavh 84.90.186.29 (talk) 13:25, 5 September 2013 (UTC)

Hi!
I think you took an old page name, which is in the DB and typed the according URL in the address bar of the browser. If you then do not get the according page shown, my guess would be that something is wrong with the DB as well.
Apart from that you will still run into other problems due to the missing files.
Anyway, if it was me, I would do this: Take the newest, working backup - files and database - and replace your stuff with that. This is the only chance to be sure that it's working again afterwards. 88.130.69.98 15:13, 5 September 2013 (UTC)
I can see several pages on your wiki
What I can see also is that you had a custom namespace and you haven't recreated it on this new installation. For example, I can see you had a namespace with id 100 that's now missing (for example ). You should define those namespaces again in LocalSettings.php so those pages become accessible. Ciencia Al Poder (talk) 09:26, 6 September 2013 (UTC)

What should I put in .htaccess?

Extension:Simple Farm

The extension page lists this as the content for .htaccess

# (c) 2011-2012 by Stephan Jauernick (http://stejau.org)
# Distributed under ISC license
RewriteEngine on
 
# crazy magic:
# this piece checks if we have mess with wiki stuff
RewriteCond %{REQUEST_FILENAME} wiki$
# next rule sets a env var to a value which can be used to check if files are in shared code base
RewriteRule ^/?wiki/(.*)$ - [E=REQUEST_FILENAME_W:%{DOCUMENT_ROOT}/w/$1]
# check if file is existent in shared code base
RewriteCond %{ENV:REQUEST_FILENAME_W} -d [OR]
RewriteCond %{ENV:REQUEST_FILENAME_W} -f
# if so: rewrite
RewriteRule ^/?wiki/(.*)$ /w/$1 [PT,L,QSA]
 
# standard rewrite magic:
RewriteRule ^/?wiki/[Ii]ndex\.php/(.*)$ /w/index.php?title=$1 [PT,L,QSA,B]
RewriteRule ^/?wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA,B]
RewriteRule ^/?wiki$ /w/index.php [PT,L,QSA,B]
RewriteRule ^/?images/(.*)$ /w/images/$1 [PT,L,QSA,B]
RewriteRule ^wiki/images/(.*)$ /w/images/$1 [PT,L,QSA,B]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^/?$ /w/index.php

And I have the domain.tld/pagename setup. (yourwiki.mywiki.ssu.lt)

I changed it to this but it doesn't work.

# (c) 2011-2012 by Stephan Jauernick (http://stejau.org)
# Distributed under ISC license
RewriteEngine on

# crazy magic:
# this piece checks if we have mess with wiki stuff
RewriteCond %{REQUEST_FILENAME} wiki$
# next rule sets a env var to a value which can be used to check if files are in shared code base
RewriteRule ^/?(.*)$ - [E=REQUEST_FILENAME_W:%{DOCUMENT_ROOT}/$1]
# check if file is existent in shared code base
RewriteCond %{ENV:REQUEST_FILENAME_W} -d [OR]
RewriteCond %{ENV:REQUEST_FILENAME_W} -f
# if so: rewrite
RewriteRule ^/?(.*)$ /$1 [PT,L,QSA]

# standard rewrite magic:
RewriteRule ^/?[Ii]ndex\.php/(.*)$ /index.php?title=$1 [PT,L,QSA,B]
RewriteRule ^/?(.*)$ /index.php?title=$1 [PT,L,QSA,B]
RewriteRule ^/?$ /index.php [PT,L,QSA,B]
RewriteRule ^/?images/(.*)$ /images/$1 [PT,L,QSA,B]
RewriteRule ^wiki/images/(.*)$ /images/$1 [PT,L,QSA,B]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^/?$ /index.php

Do you know what I should change it to? Lieutenant Aleksandr Reznov 16:29, 5 September 2013 (UTC)

Hi!
What do you expect these rules to do?
RewriteRule ^/?(.*)$ - [E=REQUEST_FILENAME_W:%{DOCUMENT_ROOT}/$1]
# ...
RewriteRule ^/?(.*)$ /$1 [PT,L,QSA] 88.130.69.98 18:33, 5 September 2013 (UTC)
I just directly modified it based on how I thought it should be changed from /wiki/ to /. ఠ_ఠ Inquisitor Sasha Ehrenstein des Sturmkrieg Sector (Talk) (Contr) 19:56, 5 September 2013 (UTC)
And what should they do? 88.130.69.98 20:48, 5 September 2013 (UTC)

Webserver Error with version 1.21.2

Hello,

I installed a MediaWiki 1.21.2 running with PHP 5.3.10 (cgi-fcgi) and MySQL 5.1.59-community under OS Windows Server 2003 R2. Most pages are displayed correctly, but some like "Special Pages" can not be displayed. Instead I just get an error message of IIS Webserver:

FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

    The FastCGI process exited unexpectedly
    Error Number: -2147467259 (0x80004005).
    Error Description: unknown error

HTTP Error 500 - Server Error.
Internet Information Services (IIS)

How can I get more information about this error? This error occours only with mediwiki versions of the 1.21-tree, the 1.20-versions are working fine. 451plus (talk) 17:54, 5 September 2013 (UTC)

See Manual:How to debug. MarkAHershberger(talk) 17:03, 20 September 2013 (UTC)

CSS is broken; load.php returns an empty response

I have been googling this issue with no success.

I'm using Gentoo Linux. I had MediaWiki 1.20.2 installed, and after performing several system upgrades (including moving from PHP 5.4 to PHP 5.5), the default CSS won't load. I have two servers with the same database and both instances are showing the same issue. I upgraded both machines to MediaWiki 1.21.2 but that did not solve the problem.

In my browser, I can go to /mediawiki/load.php?debug=true&lang=en&modules=mediawiki.legacy.commonPrint%2Cshared|skins.vector&only=styles&skin=vector&*, and all of Google Chrome, Firefox, and wget report an empty response. What's going on here?

Thanks. Pentium4borg (talk) 22:12, 5 September 2013 (UTC)

Hi!
PHP 5.5 is rather new and probably MediaWiki does not yet work properly with it. See blank page for information on how to debug this! 88.130.125.115 14:02, 7 September 2013 (UTC)
Have you tried setting $wgResourceLoaderMaxQueryLength = 1024; or lower until it works? The ResourceLoader is heavily broken with some security configurations. Nemo 15:09, 9 September 2013 (UTC)
For your interest, known issues with PHP 5.5 are listed in this bug report: https://bugzilla.wikimedia.org/show_bug.cgi?id=49975 AKlapper (WMF) (talk) 15:48, 9 September 2013 (UTC)

After upgrade to MediaWiki 1.21.2, search results in "no data received" in browser

I upgraded MediaWiki to version 1.21.2, and I can no longer use the search function. Trying to search for something results in the browser getting back "no data received." If I type in an exact page name, I'm still redirected to that specific page. This happens on multiple machines with the same configuration.

My PHP and MySQL versions are:

  • PHP 5.5.2-pl0-gentoo (apache2handler)
  • MySQL 5.1.67-log Pentium4borg (talk) 23:16, 5 September 2013 (UTC)
See Manual:How to debug Ciencia Al Poder (talk) 09:47, 6 September 2013 (UTC)
For the future people who are searching for this, you may want to visit this thread. Disabling OPCache worked for me. Wifliboi (talk) 23:32, 25 January 2014 (UTC)

[Resolved] MediaWiki 1.22wmf16 not available on mwSnapshots

Hi this has been updated for 17 hours https://toolserver.org/~krinkle/mwSnapshots/#!/mediawiki-core/master while it says it will be updated every hour and yesterday's any Mediawiki 1.22 Wmf 16 was released and I would like to download it but I carnt because it hasent been updated and added on this https://toolserver.org/~krinkle/mwSnapshots/#!/mediawiki-core/master 86.176.186.77 (talk) 06:39, 6 September 2013 (UTC)

The job execution handler on Toolserver was down and as such scheduled automatic updates did not run. It has resolved itself in the mean time. Krinkle (talk) 23:41, 10 September 2013 (UTC)

Api request - more than 5000 category members - how?

I have a user with apihighlimits on my test mediawiki (wmf/1.22wmf13). How do make a request with api.php where I get more than 5000 category members? I have tried something like: http://localhost/t/api.php?action=query&list=categorymembers&cmtitle=Category:A&cmlimit=max&format=xml - It works with AWB - so Im sure the user has the right. If I set cmlimit to e.g. 6000 it says "cmlimit may not be over 5000 (set to 6000) for bots or sysops" Christian75 (talk) 21:52, 6 September 2013 (UTC)

What do you mean by It works with AWB? Do you mean AWB is able to get a list with more than 5000 category members with a single request? I highly doubt that. All api modules that return lists of information have a limit, and you can't go past that limit. But that doesn't mean that you can't get the information that's outside of that limit.
When there are more items returned than the limit, the response returns a continue parameter. You need to call the api again with the same parameters and add that parameter in your request, and you'll get the remaining information. For categorymembers, the "continue" parameter will be cmcontinue. Ciencia Al Poder (talk) 12:47, 8 September 2013 (UTC)
Ok thanks. I supposed AWB could do it since you have to have the apihighlimit bit to do it. I have solved it by changing the limit in /includes/api/ApiBase.php. Christian75 (talk) 16:36, 8 September 2013 (UTC)

Infobox without proc_open

MediaWiki 1.21.1 PHP 5.4

Hello, I was trying to use infoboxes in my wiki but turns out I can't access the proc_open function on my host. Is there any way to use infoboxes without scribunto (or proc_open for that matter)? 186.205.31.78 (talk) 01:37, 7 September 2013 (UTC)

proc_open is only used for scribunto. If you use the older non-scribunto templates for Infoboxes, they should work. MarkAHershberger(talk) 18:35, 9 September 2013 (UTC)

Scribunto "No Such Module" error

So, I finally got Scribunto to work... at least, for the most part. This was after I upgraded to paid hosting.

If you visit http://lysharia.com/wiki/index.php/Test you'll see an error. Mousing over the error indicates: No Such Module exists.

... WHAT module? T_T;

ParserFunctions is at version 1.5.1

Scribunto is loaded.

You can see Special:Version here: http://lysharia.com/wiki/index.php/Special:Version as it lists everything you want to know about it. 2601:8:9900:5EB:7064:560A:516B:E02C (talk) 09:57, 7 September 2013 (UTC)

You know, it's annoying, not being able to edit it. Anyways, I've gotten thus far now:
Edit: Bah, my edit didn't go through.
See: http://lysharia.com/wiki/index.php?title=Special%3APrefixIndex&prefix=&namespace=828 for Modules pages.
Then: http://lysharia.com/wiki/index.php?title=Special%3APrefixIndex&prefix=&namespace=10 for templates to see what needs added. :/
Anyways, I checked and realized I didn't have either HTMLBuilder or Infobox installed. Adding Infobox worked nicely. Adding HtmlBuilder, however... generates this error:
Lua error in package.lua at line 80: module `Module:HtmlBuilder' not found.
Backtrace:
(tail call): ?
[C]: in function "error"
package.lua:80: in function "load"
package.lua:99: in function "require"
Module:Infobox:7: in main chunk
(tail call): ?
(tail call): ?
[C]: in function "xpcall"
MWServer.lua:73: in function "handleCall"
MWServer.lua:266: in function "dispatch"
MWServer.lua:33: in function "execute"
mw_main.lua:7: in main chunk
[C]: ? 2601:8:9900:5EB:8811:F7C6:BCD7:728 17:25, 8 September 2013 (UTC)

[Resolved] How to specify a tooltip

Hi, How can i make a toolbox in mediawiki? Toolbox is a text box that shows a specific text when you hover mouse on a certain link. 91.99.151.176 (talk) 07:22, 8 September 2013 (UTC)

That's not called toolbox, but tooltip :)
Add a title attribute to any HTML element.
For example: This is a tooltip
This is a <span title="Text that displays when you hover the element">tooltip</span>
For links that's a bit tricky since links already have a tooltip. You need to put it inside the "displayed text". For example: MediaWiki
[[MediaWiki|<span title="Look! A tooltip!">MediaWiki</span>]]
Ciencia Al Poder (talk) 12:53, 8 September 2013 (UTC)

Scribunto/lua problem breaks infobox ... Lua error: Internal error: The interpreter exited with status 139.

I have installed mediawiki 1.21.2 and installed the required scribunto for version 1.21 from the provided download link but cannot get them to work. I have looked through previous posts and tried everything (such as setting permissions to 755).

Right now I would love it if someone can provide me with their distribution that has infoboxes working until a stable version of both products is online; alternatively if someone knows of what might fix this I am willing to hack around at it.

Here is my version data:

  • MediaWiki 1.21.1
  • PHP 5.3.9 (cgi-fcgi)
  • MySQL 5.1.61

Entry point URL

  • Article path /index.php?title=$1
  • Script path /
  • index.php /index.php
  • api.php /api.php
  • load.php /load.php

Installed extensions

  • Special pages
  • Interwiki
  • Nuke (Version 1.1.7)
  • Parser hooks
  • ImageMap
  • InputBox (Version 0.1.4)
  • ParserFunctions (Version 1.5.1)
  • Scribunto
  • SyntaxHighlight (Version 1.0.8.11)
  • PDF Handler
  • ConfirmEdit (Version 1.2)

The error log only shows, "segment error"

In the edit window when calling the infobox I get this:

Lua error: Internal error: The interpreter exited with status 139.
Extended content
Backtrace:

#0 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(454): ScribuntoEngineBase->newException('scribunto-luast...', Array)
#1 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(324): Scribunto_LuaStandaloneInterpreter->checkStatus()
#2 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(287): Scribunto_LuaStandaloneInterpreter->receiveMessage()
#3 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(213): Scribunto_LuaStandaloneInterpreter->dispatch(Array)
#4 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(114): Scribunto_LuaStandaloneInterpreter->registerLibrary('mw_interface', Array)
#5 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(89): Scribunto_LuaEngine->registerInterface('mw.lua', Array, Array)
#6 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(8): Scribunto_LuaEngine->load()
#7 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(158): Scribunto_LuaStandaloneEngine->load()
#8 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(549): Scribunto_LuaEngine->getInterpreter()
#9 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(533): Scribunto_LuaModule->getInitChunk()
#10 /home/www/navyinfo.org/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(561): Scribunto_LuaModule->execute()
#11 /home/www/navyinfo.org/extensions/Scribunto/common/Hooks.php(96): Scribunto_LuaModule->invoke('infobox', Object(PPTemplateFrame_DOM))
#12 [internal function]: ScribuntoHooks::invokeHook(Object(Parser), Object(PPTemplateFrame_DOM), Array)
#13 /home/www/navyinfo.org/includes/parser/Parser.php(3532): call_user_func_array('ScribuntoHooks:...', Array)
#14 /home/www/navyinfo.org/includes/parser/Parser.php(3251): Parser->callParserFunction(Object(PPTemplateFrame_DOM), '#invoke', Array)
#15 /home/www/navyinfo.org/includes/parser/Preprocessor_DOM.php(1077): Parser->braceSubstitution(Array, Object(PPTemplateFrame_DOM))
#16 /home/www/navyinfo.org/includes/parser/Parser.php(3404): PPFrame_DOM->expand(Object(PPNode_DOM))
#17 /home/www/navyinfo.org/includes/parser/Preprocessor_DOM.php(1077): Parser->braceSubstitution(Array, Object(PPTemplateFrame_DOM))
#18 /home/www/navyinfo.org/includes/parser/Parser.php(3399): PPFrame_DOM->expand(Object(PPNode_DOM))
#19 /home/www/navyinfo.org/includes/parser/Preprocessor_DOM.php(1077): Parser->braceSubstitution(Array, Object(PPFrame_DOM))
#20 /home/www/navyinfo.org/includes/parser/Parser.php(3073): PPFrame_DOM->expand(Object(PPNode_DOM), 0)
#21 /home/www/navyinfo.org/includes/parser/Parser.php(1153): Parser->replaceVariables('{{Infobox milit...')
#22 /home/www/navyinfo.org/includes/parser/Parser.php(383): Parser->internalParse('{{Infobox milit...')
#23 /home/www/navyinfo.org/includes/content/WikitextContent.php(299): Parser->parse('{{Infobox milit...', Object(Title), Object(ParserOptions), true, true, 1495)
#24 /home/www/navyinfo.org/includes/WikiPage.php(3402): WikitextContent->getParserOutput(Object(Title), 1495, Object(ParserOptions))
#25 /home/www/navyinfo.org/includes/PoolCounter.php(209): PoolWorkArticleView->doWork()
#26 /home/www/navyinfo.org/includes/Article.php(707): PoolCounterWork->execute()
#27 /home/www/navyinfo.org/includes/actions/ViewAction.php(44): Article->view()
#28 /home/www/navyinfo.org/includes/Wiki.php(439): ViewAction->show()
#29 /home/www/navyinfo.org/includes/Wiki.php(305): MediaWiki->performAction(Object(Article), Object(Title))
#30 /home/www/navyinfo.org/includes/Wiki.php(565): MediaWiki->performRequest()
#31 /home/www/navyinfo.org/includes/Wiki.php(458): MediaWiki->main()
#32 /home/www/navyinfo.org/index.php(59): MediaWiki->run()
#33 {main}

Sillybrian (talk) 14:42, 8 September 2013 (UTC)

When you say error log, which one do you mean? Lua or Apache? Is it possible to get an ssh session into the server and try to run lua on the command line? I haven't seen the 139 exit code from lua before, so I'm not sure how to reproduce it. MarkAHershberger(talk) 18:07, 8 October 2013 (UTC)
Mark, I have not run LUA from command line (not sure what I would need to do actually). The log file I was refering to was the lua error log I have it write to. Getting scribunto to work has been a major frustration, seems lots of people are having similar issues. 63.97.65.194 18:21, 8 October 2013 (UTC)
Agreed, it it is a major source of frustration for many people.
If you have access to ssh, you could log into your web host and try to run lua binary from the command line.
Still, it looks like you have a linux host, so I'm still a little confused about the error code. MarkAHershberger(talk) 18:56, 8 October 2013 (UTC)
Ok, so after a bit of research lua is segfaulting. It may be trying to execute the wrong lua binary.
We should be able to force it to select the right one if we can figure out what sort of host you have. Could you create a phpinfo file on your webhost and post the output of the first line, labeled "System" here? It should have something like:
Linux example.com 2.6.18-348.18.1.el5 #1 SMP Thu Sep 26 15:01:07 EDT 2013 x86_64
A phpinfo file is just a file name something like test.php with only the following line in it:
<?php phpinfo(); MarkAHershberger(talk) 19:10, 8 October 2013 (UTC)
Here is the system info:
Linux vps42167.mylogin.co 2.6.32-042stab072.10 #1 SMP Wed Jan 16 18:54:05 MSK 2013 i686
I have tried running on this and my laptop running xampp but get exactly the same problems. I emailed you a link to a full phpinfo page. 63.97.65.194 21:20, 8 October 2013 (UTC)
Wait, your laptop is showing "The interpreter exited with status 139"?? MarkAHershberger(talk) 01:12, 9 October 2013 (UTC)
Got the information from email. It is a 32bit system. Trying to see what I can do to reproduce to reproduce this on a VM. MarkAHershberger(talk) 21:21, 8 October 2013 (UTC)
better than 32bit. Evidently in an OpenVZ container. Ugh... I don't want to have to set that up. MarkAHershberger(talk) 01:10, 9 October 2013 (UTC)

Invalid Database Type Error During Installation

Hello,

I keep getting a puzzling message when I run the MediaWiki ( V 1.21.1) installer. It says "invalid database type" even though I'm running a very recent version of MySQL (Ver 14.14 Distrib 5.5.32, for debian-linux-gnu (x86_64) using readline 6.2). Everything looks fine in MySQL itself: database is there, user has the right privileges. Same for the MW folder, itself: owned by www-data:www-data with 755 all the way down.

PHP is version 5.3.10-1ubuntu3.8 with Suhosin-Patch (cli).

Could this PHP Warning be significant, though? Module 'pdo_pgsql' already loaded in Unknown on line 0


Here is the URL: https://pharos.braintec.ch/mediawiki/

Thanks in advance for any help you're able to offer. I've reinstalled MW several times, dropped and remade the database, even reinstalled MySQL, but still no luck.

Charles Cberret (talk) 03:32, 9 September 2013 (UTC)

Hi Charles,
I think this is no MediaWiki problem - reinstalling MediaWiki won't solve it in my eyes.
Can other PHP applications access the database? For example when you try installing Wordpress: Can Wordpress work with MySQL? 88.130.127.253 08:00, 9 September 2013 (UTC)
While you're on it, upgrade to 1.21.2 which has been released very recently ;)
That's strange. From what I've tested, it seems like PHP doesn't get any of the form input you put on the installer pages, even the language selection of the first screen. It's simply ignored. And that's the cause of the error message you see (MediaWiki expects you to choose a DB engine and you provided nothing).
Maybe a problem with PHP configuration? Ciencia Al Poder (talk) 09:56, 9 September 2013 (UTC)
Thanks for the quick feedback. I do have php5-mysql installed, but there certainly could be something wrong with the configuration.
I just installed WordPress, as you've recommended, and get a similar error. The database setup page tells me that a field cannot be left blank, when that field is not blank on the page. Seems to be the same phenomenon you've described when MediaWiki gets nothing in the DB engine field.
I'll keep messing with this now that I know the culprit, but any advice would be greatly appreciated :)
Charles Cberret (talk) 13:29, 9 September 2013 (UTC)
Did you disabled enable_post_data_reading in php.ini, or changed post_max_size to something very small? Ciencia Al Poder (talk) 09:32, 10 September 2013 (UTC)

Accessing Images within content

I have a wiki installed on a godaddy.com linux server as follows:


Product Version MediaWiki 1.21.1 PHP 5.3.24 (cgi-fcgi) MySQL 5.0.96-log


I'm building a wiki but would like to render images within the content. I've read about editing the php files and but I do not have access to the .php files indicated and godaddy support cannot assist in tweaking the site to allow for uploads.

I'm OK with not allowing uploads since I can just FTP them to the wikidir/uploads. The problem is I cannot access any of the images I have FTP'd. I also would like to render images within the content of my wiki even though the images exists on another server.

For example :https://www.google.com/images/google_favicon_128.png

I would like to just show the G.. not a hyperlink to it.


I would give you the link to examine but right now it's filled with information about my family tree including birthdates and hometown, etc. It's protected with .htaccess and I would not want to make that public.

Is there a way to render images not on the same server as the wiki?

Is there a way to access the images within the /uploads directory even though uploads are not activated?

Thanks! I have been struggling with this for a few days 2601:C:4400:290:9D8D:9A61:EA81:A7FE (talk) 03:41, 9 September 2013 (UTC)

Yes, you can enable $wgAllowExternalImages, or configure $wgAllowExternalImagesFrom to restrict the domains from which you enable the embedding of external images (for example, adding only your own domain and google). Ciencia Al Poder (talk) 09:40, 9 September 2013 (UTC)

<languages>

Where can I edit the name of languages in <languages> tag? (I assume it's a Parser extension tags from some kind of extension, but I can't find what extension is that).

(I've documented the existing tags in Parser extension tags) Bennylin (talk) 13:57, 9 September 2013 (UTC)

I think it is going to be defined in languages/Names.php which is not something you can edit on-wiki. MarkAHershberger(talk) 20:29, 9 September 2013 (UTC)
More information on the languages tag can be found in the code for PageTranslationHooks::languages(). MarkAHershberger(talk) 15:22, 10 September 2013 (UTC)
The string I'm looking for is not there. Somehow I found the string in CLDR's database, and the tag might be getting the strings from that database. See
So, if I'm not mistaken, if I want to change the string of the language name in Meta-Wiki, I have to apply a bug to Unicode consortium.
Weird, huh? Bennylin (talk) 16:10, 10 September 2013 (UTC)
Which string are you looking for? MarkAHershberger(talk) 16:23, 10 September 2013 (UTC)
Several strings. Because they don't match our convention in id.wp. Consider these:
  • ‎Azerbaijan -> Azeri
  • ‎Bavarian -> Bavaria
  • ‎Kurdi Sorani -> Kurdi
  • ‎Dansk -> Denmark
  • ‎Bask -> Basque
  • ‎Prancis -> Perancis
  • ‎Hungaria -> Hongaria
  • ‎Bahasa Indonesia -> Indonesia
  • ‎Dialek Kolsch -> Dialek Kölsch
  • ‎Bokmål Norwegia -> Bokmål
  • ‎Nynorsk Norwegia -> Nynorsk
  • ‎Punjabi -> Punjab
  • ‎Pampanga -> Kapampangan
  • ‎Pashto -> Pashtun
(all of the left strings except "Bavaria" could be found on the cldr 23.1-id) Bennylin (talk) 16:47, 10 September 2013 (UTC)

[RESOLVED] Confirmation token

Hi there,

I'm creating a client but currently stuck on the login process. What is a confirmation token exactly? The documentation doesn't really explain this.

I tried posting the cookie back, i.e. "enwikiSession=blabla" but this resulted in a 417 response from the server.

Many thanks for your time :)

Nick. Triviaminer (talk) 17:31, 9 September 2013 (UTC)

I've successfully logged in by parsing the set-cookie header on the first response and then returning that with the next request as a oookie. Triviaminer (talk) 07:20, 10 September 2013 (UTC)
Hi, could you provide an example please.
Regards Charlie 217.13.240.67 06:18, 23 May 2014 (UTC)

Scribunto

Hello so I was using Infobox and Infobox person for the longest time, without error, except the image wouldn't work.

Naturally I decided to find a solution. While attempting to fix it, I installed Scribunto which messed up everything.

Now, I get the error message "[2ece9a7c] 2013-09-09 22:50:58: Fatal exception of type ScribuntoException" and if I uninstall Scribunto, the templates don't work at all. Even if I delete them and re-import them it's the same result. 174.48.154.154 (talk) 22:55, 9 September 2013 (UTC)

 19:39, 13 September 2013 (UTC)
 07:09, 15 September 2013 (UTC)
i don't know about the ScribuntoException, but one important step before importing templates from other wiki's is to make sure you're familiar with the steps in this tutorial. https://www.mediawiki.org/wiki/Manual:Importing_Wikipedia_infoboxes_tutorial.
hopefully that will help ... Dan-nl (talk) 20:53, 15 September 2013 (UTC)
It sounds like Scribunto isn't istalled properly. Could you give a link to your wiki? MarkAHershberger(talk) 14:02, 17 September 2013 (UTC)
I'll message it to you. Also can you help me fix my wiki's settings a bit? It seems anyone can edit it, and that's not really what I wanted. In fact I selected something else during setup, but apparently it isn't working. 174.48.154.154 05:51, 19 September 2013 (UTC)
the settings to control wiki access are in the /core/LocalSettings.php file. the Manual:Preventing_access contains information on the possible settings. Dan-nl (talk) 06:22, 19 September 2013 (UTC)
http://sapphiredev.org/wiki/index.php?title=Main_Page
Here's my wiki. Although, I don't understand how it is installed incorrectly, as it's a fresh install. I've also re-installed it countless times. 174.48.154.154 05:18, 20 September 2013 (UTC)
To see what Script error I'm talking about, click on the "group" link on the Main Page. That should take you to a page which should have the template Infobox company. Any page I have with an Infobox only displays this error now :/ 174.48.154.154 05:19, 20 September 2013 (UTC)
Ah I see you have a problem I am looking at http://sapphiredev.org/wiki/index.php?title=Module:Infobox and it should be shown in colours but it is not that could be a problem what line did you add LocalSettings to install it because what you added should look like this
require_once "$IP/extensions/Scribunto/Scribunto.php";
$wgScribuntoDefaultEngine = 'luastandalone'; 90.220.104.123 13:42, 20 September 2013 (UTC)
Also try updating Mediawiki to Mediawiki 1.21.2 90.220.104.123 13:44, 20 September 2013 (UTC)
And also try downloading the files from https://git.wikimedia.org/zip/?r=mediawiki/extensions/Scribunto&format=gz to your computer extract them and upload them to your website and delete the files of scribunto of your website and upload the new files and see if that works 90.220.104.123 13:46, 20 September 2013 (UTC)
You also need to copy w:Module:HtmlBuilder this to your wiki to be able to get infobox to work if you fix the problem 90.220.104.123 13:50, 20 September 2013 (UTC)
Thanks for the help, but after doing all of those things it still doesn't work :/ 174.48.154.154 18:21, 21 September 2013 (UTC)
What I've done was:
upgrade MediaWiki
import the Module:HtmlBuilder
upgrade my extensions
made sure I had those lines in LocalSettings
and now there's a new error: Fatal exception of type MWException 174.48.154.154 18:25, 21 September 2013 (UTC)
I enabled $wgShowException and got this:
The lua binary (/home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua) is not executable.
Backtrace:
  1. 0 /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(64): Scribunto_LuaStandaloneInterpreter->__construct(Object(Scribunto_LuaStandaloneEngine), Array)
  2. 1 /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(71): Scribunto_LuaStandaloneEngine->newInterpreter()
  3. 2 /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(8): Scribunto_LuaEngine->load()
  4. 3 /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(169): Scribunto_LuaStandaloneEngine->load()
  5. 4 /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(633): Scribunto_LuaEngine->getInterpreter()
  6. 5 /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(617): Scribunto_LuaModule->getInitChunk()
  7. 6 /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(645): Scribunto_LuaModule->execute()
  8. 7 /home/content/86/10853486/html/wiki/extensions/Scribunto/common/Hooks.php(108): Scribunto_LuaModule->invoke('infobox', Object(PPTemplateFrame_DOM))
  9. 8 [internal function]: ScribuntoHooks::invokeHook(Object(Parser), Object(PPTemplateFrame_DOM), Array)
  10. 9 /home/content/86/10853486/html/wiki/includes/parser/Parser.php(3532): call_user_func_array('ScribuntoHooks:...', Array)
  11. 10 /home/content/86/10853486/html/wiki/includes/parser/Parser.php(3251): Parser->callParserFunction(Object(PPTemplateFrame_DOM), '#invoke', Array)
  12. 11 /home/content/86/10853486/html/wiki/includes/parser/Preprocessor_DOM.php(1077): Parser->braceSubstitution(Array, Object(PPTemplateFrame_DOM))
  13. 12 /home/content/86/10853486/html/wiki/includes/parser/Parser.php(3404): PPFrame_DOM->expand(Object(PPNode_DOM))
  14. 13 /home/content/86/10853486/html/wiki/includes/parser/Preprocessor_DOM.php(1077): Parser->braceSubstitution(Array, Object(PPTemplateFrame_DOM))
  15. 14 /home/content/86/10853486/html/wiki/includes/parser/Parser.php(3404): PPFrame_DOM->expand(Object(PPNode_DOM))
  16. 15 /home/content/86/10853486/html/wiki/includes/parser/Preprocessor_DOM.php(1077): Parser->braceSubstitution(Array, Object(PPFrame_DOM))
  17. 16 /home/content/86/10853486/html/wiki/includes/parser/Parser.php(3073): PPFrame_DOM->expand(Object(PPNode_DOM), 0)
  18. 17 /home/content/86/10853486/html/wiki/includes/parser/Parser.php(1153): Parser->replaceVariables('{{Infobox compa...')
  19. 18 /home/content/86/10853486/html/wiki/includes/parser/Parser.php(383): Parser->internalParse('{{Infobox compa...')
  20. 19 /home/content/86/10853486/html/wiki/includes/content/WikitextContent.php(299): Parser->parse('{{Infobox compa...', Object(Title), Object(ParserOptions), true, true, 3975)
  21. 20 /home/content/86/10853486/html/wiki/includes/WikiPage.php(3402): WikitextContent->getParserOutput(Object(Title), 3975, Object(ParserOptions))
  22. 21 /home/content/86/10853486/html/wiki/includes/PoolCounter.php(209): PoolWorkArticleView->doWork()
  23. 22 /home/content/86/10853486/html/wiki/includes/Article.php(707): PoolCounterWork->execute()
  24. 23 /home/content/86/10853486/html/wiki/includes/actions/ViewAction.php(44): Article->view()
  25. 24 /home/content/86/10853486/html/wiki/includes/Wiki.php(439): ViewAction->show()
  26. 25 /home/content/86/10853486/html/wiki/includes/Wiki.php(305): MediaWiki->performAction(Object(Article), Object(Title))
  27. 26 /home/content/86/10853486/html/wiki/includes/Wiki.php(565): MediaWiki->performRequest()
  28. 27 /home/content/86/10853486/html/wiki/includes/Wiki.php(458): MediaWiki->main()
  29. 28 /home/content/86/10853486/html/wiki/index.php(59): MediaWiki->run()
  30. 29 {main}
Perhaps it'll help you guys out 174.48.154.154 18:30, 21 September 2013 (UTC)
Your clue is the error message that says "The lua binary (...) is not executable". You need to add the executable bit to that binary. You can do this using chmod. MarkAHershberger(talk) 20:15, 21 September 2013 (UTC)
Alright, this fixed that. I can see my pages now. The only problem is that the infoboxes are still not working.
I'm getting this now: Lua error: Internal error: The interpreter has terminated with signal "11". 174.48.154.154 03:32, 22 September 2013 (UTC)
For some reason, your lua binaries are segfaulting. Other people are having similar problems, but I'm not sure why since I can't reproduce this.
Do you have ssh access to your server? If so could you log in and do the following:
$ cd /home/content/86/10853486/html/wiki/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/
$ ./lua -h
$ ./lua -e 'print "hi"'
and tell me if those work for you. It looks like you have GoDaddy hosting -- ssh should be available, but you may have to call them to use it. MarkAHershberger(talk) 18:57, 22 September 2013 (UTC)
I cloth from my car while investigating this issue. The right not even a proper help.
require_once "$IP/extensions/CodeEditor/CodeEditor.php";
$wgScribuntoUseCodeEditor = true;
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua5.1';
$wgScribuntoEngineConf['luastandalone']['errorFile'] = "$IP/hata/error_log";
For me this way is working properly. İncelemeelemani (talk) 02:05, 9 December 2014 (UTC)
GoDaddy can't (or won't) do it on their shared server. You have to get the $5/month cloud package. :-( DrMichaelWright (talk) 20:31, 6 January 2017 (UTC)
if possible, i'd recommend setting up a new db and creating a new wiki within a different directory, e.g., /home/content/86/10853486/html/w/ and install the Infobox template using the instructions here -- https://www.mediawiki.org/wiki/Manual:Importing_Wikipedia_infoboxes_tutorial. Dan-nl (talk) 10:07, 23 September 2013 (UTC)
I decided to try this and move over my pages, and I've installed Scribunto and all. Now I'm getting a new error: Script error: No such module.
New wiki link: http://sapphiredev.org/w/ 174.48.154.154 00:50, 24 September 2013 (UTC)
it doesn’t look like you followed the instructions at https://www.mediawiki.org/wiki/Manual:Importing_Wikipedia_infoboxes_tutorial. there are no modules present in the new version of the wiki. how are you exporting/importing Infoboxes? you most likely need to export Template:Infobox from here https://en.wikipedia.org/wiki/Special:Export. and then import it here: http://sapphiredev.org/w/index.php?title=Special:Import Dan-nl (talk) 01:27, 24 September 2013 (UTC)
That's what I've done. I also tried to import the modules but there were just a bunch of errors 174.48.154.154 01:41, 24 September 2013 (UTC)
when you export Template:Infobox from https://en.wikipedia.org/wiki/Special:Export are you also checking the checkbox Include templates? also, i don't see the matching namespaces between https://en.wikipedia.org and http://sapphiredev.org/w/ Dan-nl (talk) 02:22, 24 September 2013 (UTC)
Hi,
Same here (1.21). I just tried to export infobox templates from wikipedia and import into my wiki. I also get Script error (No such module) after import.
Regards., Sandor 89.135.182.193 12:37, 24 September 2013 (UTC)
when you go to https://en.wikipedia.org/wiki/Special:Export and export of the Template:Infobox, making sure all three checkboxes are checked before clicking the export button, you should get an xml file containing all of the required templates and modules for Template:Infobox. you should be able to search the xml file and find for example an entry for <title>Module:Infobox or <title>Template:Infobox.
when you import the file into your wiki you should see a list of the imported templates and modules that looks like this.
Importing pages...
  • Template:Infobox 1 revision
  • Template:Clear 1 revision
  • Template:Distinguish 1 revision
  • Template:Documentation 1 revision
  • Template:Documentation/docspace 1 revision
  • Template:Documentation/end box 1 revision
  • Template:Documentation/end box2 1 revision
  • Template:Documentation/start box 1 revision
  • Template:Documentation/start box2 1 revision
  • Template:Documentation/template page 1 revision
  • Template:Documentation subpage 1 revision
  • Template:Fmbox 1 revision
  • Template:Hatnote 1 revision
  • Template:High-risk 1 revision
  • Template:Infobox/doc 1 revision
  • Template:Lua 1 revision
  • Template:Mbox 1 revision
  • Template:Namespace detect 1 revision
  • Template:Nowrap 1 revision
  • Template:Ombox 1 revision
  • Template:Ombox/core 1 revision
  • Template:Para 1 revision
  • Template:Pp-meta 1 revision
  • Template:Pp-template 1 revision
  • Template:Purge 1 revision
  • Template:Sidebar 1 revision
  • Template:Template other 1 revision
  • Template:Tl 1 revision
  • Module:HtmlBuilder 1 revision
  • Module:Infobox 1 revision
  • Module:Namespace detect 1 revision
you should then be able to browse Template:Infobox on your wiki and there should be no Script errors if all has been installed properly. Dan-nl (talk) 14:39, 24 September 2013 (UTC)
I've done this and am getting the same problem as the other. 68.104.165.16 02:54, 8 February 2014 (UTC)
Same problem here too: http://wiki.adventuregames.hu/wiki/Sablon:Infobox
It says: Script error, no such module... 178.40.180.165 19:11, 22 March 2014 (UTC)
I tried to reimport the templates, and got this error, I wonder if this has something to do with it
Import failed: The lua binary (/home/content/29/11118329/html/wiki/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua) is not executable. 68.104.165.16 03:01, 8 February 2014 (UTC)
Finally seem to have fixed it with this
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua'; 68.104.165.16 03:16, 8 February 2014 (UTC)
Setting the the lua binary as executable helped me:
cd Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua
chmod 755 lua
Checking the properties with ls -l
total 172
-rwxr-xr-x 1 root root 174948 Oct 14 15:28 lua 93.190.253.138 13:51, 14 October 2014 (UTC)

MediaWiki Login via URL - POST method

Hi everyone,

I would like to enable my WikiUsers to login directly via url (https://mywiki.com/api.php?action=login&lgname=WikiUsername&lgpassword=WikiUserPassword) I edited my api.php like so I read everywhere that I have to use Post Method and when I try to login via url I get this error "<error code="mustbeposted" info="The login module requires a POST request" xml:space="preserve">" which sounds normal. I just have to use post method then ... The problem is ... I do not get where and how I have to set something to use post method instead of get method ????? Is it in api.php file ? or in /include/api/ApiBase.php file ? or in /include/api/ApiLogin.php file ? Maybe I forgot to install something ?

Thanks in advance for helping me :)

Fab' 164.128.235.36 (talk) 09:23, 10 September 2013 (UTC)

Read wikipedia:POST (HTTP)
You MUST NOT require or encourage your users to login passing their credentials as URL parameters. That makes their credentials to be stored in all intermediate caches and log files, and in their browser history.
It's like writting down your password on a lot of post-its and spreading them through your window on the street. Ciencia Al Poder (talk) 09:52, 10 September 2013 (UTC)
Thanks for fast reply,
I have already read this Wikipedia page before, I read it once again and I still do not get how to change the method from get to post ... ?
I know this is not very safe but I want to try it on one of my test mediawiki and have a look on how it works and what are the consequences. 164.128.235.36 10:21, 10 September 2013 (UTC)
From includes/api/ApiLogin.php:
public function mustBePosted() {
    return true;
}
You could change that to false and your link still would not work; you would just get an error code of NeedToken. This is where you need to consider whether you really want to open up your wiki to login CSRF attacks, by commenting out the lines in includes/specials/SpecialUserlogin.php for checking the login token.
Depending on what exactly you are trying to accomplish, there might be a better way. Though without further information, I can't say what that would be. PleaseStand (talk) 10:42, 10 September 2013 (UTC)
This was very helpful, thank you :)
I now have a html page as output which tells me that <login result="Success">, after that if I go to my mediawiki website I am logged in, so it works just fine.
I want to redirect automically to my mediawiki website after the login success.
In SpecialUserlogin.php file I saw a function executeReturnTo() is called after Login Success but I do not know if this is the right place to set the url to redirect to ? 164.128.235.36 13:09, 10 September 2013 (UTC)
That function is for the HTML login page, not the API, which is designed to give a machine readable output for bots.
The equivalent change for allowing GET requests to Special:UserLogin (which has a similar set of parameters, though named differently) would be to force $this->mPosted to true, so you can use a URL like index.php?title=Special:UserLogin&action=submitlogin&wpName=USERNAME&wpPassword=PASSWORD&returnto=PAGENAME.
I must again caution that this SpecialUserlogin hack will allow login CSRF (a serious vulnerability that could allow compromise of admin accounts) and will impose a greater maintenance burden on you if you decide to upgrade MediaWiki in the future. PleaseStand (talk) 17:40, 10 September 2013 (UTC)
Thanks for this advice ! It almost work properly now, I just have a little last issue :
The first time I want to login with URL I get a cookie error, if I immediatly re-enter the same URL I am logged in properly.
If I disconnect and retry to reconnect with URL I will again have this cookie error and of course like before if I try a second time I will be successfully logged in.
I tryed to add "$wgDisableCookieCheck = true;" in my LocalSettings.php but that did not change anything.
I also tried to force $this->mCookieCheck to false in SpecialUserlogin.php file but that did not helped me neither. 164.128.235.36 10:18, 11 September 2013 (UTC)
The self::NEED_TOKEN return code from LoginForm::authenticateUserData causes the message "nocookiesforlogin" to be shown, which is:

MediaWiki uses cookies to log in users.

You have cookies disabled.

Please enable them and try again.

In that function, make sure you commented out all the if statements (I count three) that call self::getLoginToken() or access $this->mToken. PleaseStand (talk) 20:53, 11 September 2013 (UTC)
Thank you ! It works now perfectly :)
The time will told me if I will desable this login possibility or not ... 164.128.235.36 07:13, 12 September 2013 (UTC)
I also need the same logic...can u pls send me the code...and also the changes that to be done in specialuserlogin page 183.82.209.185 16:37, 4 November 2013 (UTC)

[RESOLVED] CSS not loading on client machines

Hello

I have installed Mediawiki 1.20.3, PHP 5.3.24 (cgi-fcgi) and MySQL 5.1.70-community on Windows Server 2012 with IIS 8 using the Web Platform Installer.

When I browse to the URL on the local server, it loads fine.

When I browse to it from a client machine running IE10 or Chrome, the CSS does not load.

What could be the issue here please?

Thanks, James 31.221.37.225 (talk) 12:46, 10 September 2013 (UTC)

Hi James,
$wgServer is set incorrectly. 88.130.72.162 13:03, 10 September 2013 (UTC)
It is currently set to http://localhost:84 - what should it be set to? 31.221.37.225 14:13, 10 September 2013 (UTC)
I changed it to the hostname of the server and the CSS is loading correctly now! 31.221.37.225 14:19, 10 September 2013 (UTC)
Solving an issue in four words. Should be the new record! YES!!! 88.130.113.216 14:39, 10 September 2013 (UTC)

Two problems with interface messages

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


Hi.

Several of the hardcoded interface texts seem broken in my wiki. For example, looky here: http://horawiki.org/index.php?title=Category_talk:Dances The link for "search the related logs" doesn't look right; I see explicitly

  [index.php?title=Special:Log&page=Category_talk:Dances search the related logs]

The problem doesn't seem browser-specific.

MediaWiki:Noarticletext-nopermission contains:

There is currently no text in this page. You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages, or <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>, but you do not have permission to create this page.

Is this what it's supposed to look like? Interestingly, it does work correctly on this wiki. If I drop the nowiki tags I get this:

   There is currently no text in this page.
   You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page.

...which is correct.

I've found a half-dozen pages with similar problems, and can list them all if you like.


Second, more minor, question. Interface message MediaWiki:Copyright/he doesn't seem to be honored. The contents of MediaWiki:Copyright appears on every page regardless of language setting. All other /he subpages of interface messages seem to work. Am I doing something wrong?

Thanks for any help.

/Larry Denenberg larry@denenberg.com http://larry.denenberg.com/

MediaWiki 1.21.1 PHP 5.3.24 (cgi-fcgi) MySQL 5.0.96-log 216.15.119.210 (talk) 03:36, 11 September 2013 (UTC)

Wrong configuration
You have:
$wgScriptPath = "."
Which results in:
$wgScript = "./index.php"
$wgArticlePath = "./index.php?title=$1"
It should be:
$wgScriptPath = ""
Which would turn things into:
$wgScript: "/index.php"
$wgArticlePath: "/index.php?title=$1" Ciencia Al Poder (talk) 09:14, 11 September 2013 (UTC)
Awesome; this fixed it. I wonder what else was broken by incorrect $wgScriptPath.
Any insight on the other question, concerning MediaWiki:Copyright/he? 216.15.119.210 09:46, 11 September 2013 (UTC)
Apparently, MediaWiki:Copyright in the footer is always displayed in the content language
You could change that using the SkinCopyrightFooter hook, probably something like this:
public static function onSkinCopyrightFooterChangeContentLang( $title, $type, &$msg, &$link, &$forContent ) {
    $forContent = false;
    return true;
}
$wgHooks['SkinCopyrightFooter'][] = 'onSkinCopyrightFooterChangeContentLang';
That can be put at the end of your LocalSettings.php. Note that I haven't tested it and I could have made a typo. Ciencia Al Poder (talk) 10:30, 12 September 2013 (UTC)
The "public" and "static" modifiers caused problems, but leaving them off did the trick perfectly. Thanks. 216.15.119.210 07:53, 15 September 2013 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

Opensearch action returns only 15 items instead of 100 result asked for

In the API sandbox (https://en.wikipedia.org/wiki/Special:ApiSandbox#action=opensearch&format=json&search=R&limit=100&namespace=0) I am querying for search results for "R" as follows; '/w/api.php?action=opensearch&format=json&search=R&limit=100&namespace=0' but it returns only the following 15 results.

   "R",
   [
       "Race and ethnicity in the United States Census",
       "Russia",
       "Romanization",
       "Rock music",
       "Romania",
       "Republican Party (United States)",
       "Roman Catholic Church",
       "Rome",
       "Record producer",
       "Republic of Ireland",
       "Royal Navy",
       "Radio broadcasting",
       "Rolling Stone",
       "Rugby union",
       "Rhythm and blues"
   ]

I am querying for 100 search results but it is still only returning 15 results always. Can anyone please tell as to what I am doing wrong or the search results are limited to 15 results only. I am sure for a letter R there should be many articles.

- Harin Sutaria Harin4wiki (talk) 06:53, 11 September 2013 (UTC)

I don't see any limits in place, but it looks like you've run up against one. When I try on translatewiki, I get 100 results. MarkAHershberger(talk) 17:54, 12 September 2013 (UTC)
Thanks for the reply.
I also checked the mobile site of wikipedia to see if it shows more than 15 results but alas there also it shows only 15 records which tells to me that there is some limit set in the API. Harin4wiki (talk) 05:52, 13 September 2013 (UTC)
I didn't see any obvious hardcoded limits in the source for the MWSearch extension (assuming that's still what's running?).
This might be a limit in the backend search engine, or it might be ignoring the limit parameter. brion (talk) 14:15, 13 September 2013 (UTC)

compare two pages

I want to compare two pages in my wiki. With the (german) special page "xxx?title=Spezial:Seiten vergleichen&page1=NS1:abc&page2=NS2:abc" I can do it with a link. But I want to offer my users a "is same" or "is different" statement in the text.

The following doesn't work: {{#ifeq: NS1:abc | NS2:abc | same | different }}

How can I do this expression?


Paul Paul Hema (talk) 09:20, 11 September 2013 (UTC)

You would need to transclude them in your #ifeq call, with double {} around pagename, but anything can happen unless they are just small one-line pages/templates. Nemo 06:37, 12 September 2013 (UTC)

403 when saving edit

  • MW 1.20.7
  • PHP 5.3.18
  • MySql 5.5.9

Just tried to upgrade from 1.20.6 to 1.21.2. Something went wrong (style was missing) so I downgraded back and upgraded to 1.20.7.

I can edit and preview but when I try to save I receive a 403 Forbidden messsage. The file (index.php) is obviously not forbidden because reading is possible with no problem.

Our Sandbox

Edit: When no change is done the original article loads nicely. Happy Joetalk 09:45, 11 September 2013 (UTC)

Your wiki configuration is a bit strange. When I try to access anything but index.php?title=..., I get proxy error.
Additionally, when I try to edit the page and save, I see that you have ConfirmEdit's QuestyCaptcha installed (yay!), but then load.php is sometimes returning no content and a 5xx error which makes the page look funny.
Look over your error log or turn on debugging and see if that reveals anything. A good start is to put
error_reporting( -1 );
ini_set( 'display_errors', 1 );
at the end of your LocalSettings.php and see if any errors are displayed. MarkAHershberger(talk) 18:17, 12 September 2013 (UTC)

[RESOLVED] ShortURLs trouble... please help

So, here's the setup right now, as it is:

.htaccess is in public_html.

The wiki was previously in /wiki folder. As per shorturls.redworks.org, I moved it to /w upon learning that leaving it this way and enabling ShortURLs would seriously break things in ways that can't be easily figured out.

The .htaccess rule has rewrite rules for my SMF forum, at http://lysharia.com. This works perfectly for the forums, but not so good for the Wiki.

I also made sure to include the following in LocalSettings.php:

$wgScriptPath = "/w";
$wgScriptExtension = ".php";
$wgArticlePath = "/wiki/$1";

However if you go to http://lysharia.com/wiki it simply displays a blank screen with the SMF setup, as you can see within the rewrite rules here:

# PRETTYURLS MOD BEGINS
# Pretty URLs mod
# http://code.google.com/p/prettyurls/
# .htaccess file generated automatically on: September 10, 2013, 2:11

RewriteEngine on
RewriteBase /

# Rules for: profiles
RewriteRule ^profile/([^/]+)/?$ ./index.php?pretty;action=profile;user=$1 [L,QSA]

# Rules for: actions
RewriteRule ^(activate|admin|announce|attachapprove|buddy|calendar|clock|collapse)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(coppa|credits|deletemsg|display|dlattach|editpoll|editpoll2|emailuser)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(findmember|forum|portal|groups|help|helpadmin|im|jseditor)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(jsmodify|jsoption|lock|lockvoting|login|login2|logout|markasread)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(mergetopics|mlist|moderate|modifycat|modifykarma|movetopic|movetopic2|notify)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(notifyboard|openidreturn|pm|post|post2|printpage|profile|quotefast)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(quickmod|quickmod2|recent|register|register2|reminder|removepoll|removetopic2)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(reporttm|requestmembers|restoretopic|search|search2|sendtopic|smstats|suggest)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(spellcheck|splittopics|stats|sticky|theme|trackip|about:mozilla|about:unknown)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(unread|unreadreplies|verificationcode|viewprofile|vote|viewquery|viewsmfile|who)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(\.xml|xmlhttp)/?$ ./index.php?pretty;action=$1 [L,QSA]

# Rules for: topics
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1;topic=$2.0 [L,QSA]
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/([0-9]*|msg[0-9]*|new)/?$ ./index.php?pretty;board=$1;topic=$2.$3 [L,QSA]

# PRETTYURLS MOD ENDS
# Let's see if the new rewrite works...
# RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/w/index.php [L]
RewriteRule ^/?wiki(/.*)?$ /w/index.php [PT,L,QSA]

RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
RewriteRule ^/?w/images/thumb/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/w/thumb.php?f=$1&width=$2 [L,QSA,B]

RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
RewriteRule ^/?w/images/thumb/archive/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/w/thumb.php?f=$1&width=$2&archived=1 [L,QSA,B]

50.135.220.236 (talk) 11:36, 11 September 2013 (UTC)

I think that the problem would be those rewrite rules:
# Rules for: topics
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1;topic=$2.0 [L,QSA]
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/([0-9]*|msg[0-9]*|new)/?$ ./index.php?pretty;board=$1;topic=$2.$3 [L,QSA]
If I haven't misunderstood them, the first one would match /wiki/SOMEPAGE and would take that action instead of getting to the wiki. Maybe you need to add a RewriteCond to skip those rules when the request is going into /wiki? Ciencia Al Poder (talk) 10:40, 12 September 2013 (UTC)
Hi, Ciencia!
My thanks for taking a look at this.
How would I do the RewriteCond in order to ensure that the specific rule doesn't try hitting wiki?
Actually, a quick google tells me that I should do something similar to the following:
  1. If the request is not for a valid directory
RewriteCond %{REQUEST_FILENAME} !-d
  1. If the request is not for a valid file
RewriteCond %{REQUEST_FILENAME} !-f
  1. If the request is not for a valid link
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^/?wiki(/.*)?$ /w/index.php [PT,L,QSA]
Or rewrite the prettyurl bit so that it doesn't mangle the wiki. I have yet to figure out how to do this, though. I'm working on learning how .htaccess rules work, but it seems like arcane black magic to me.
Still, I'd like to thank you! 50.135.220.236 17:02, 12 September 2013 (UTC)
... Also, I really need to disable the blasted mediawiki changes to my code. But every time I try to edit a post, the attempt to edit simply hangs in Chrome... hmm. I will have to test that later. 50.135.220.236 17:11, 12 September 2013 (UTC)
And I just found a working configuration for SMF and the Wiki. Whew!
I'll post it here so anyone can get the working configuration for SimpleMachinesForum and MediaWiki short/prettyurls working:
RewriteEngine on
# uncomment this rule if you want Apache to redirect from www.mysite.com/ to www.mysite.com/wiki/Main_Page
# If the request is not for a valid directory
RewriteCond %{REQUEST_FILENAME} !-d
# If the request is not for a valid file
RewriteCond %{REQUEST_FILENAME} !-f
# If the request is not for a valid link
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^$ /wiki/Main_Page [R]
# do the rewrite
RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]
# PRETTYURLS MOD BEGINS
# Pretty URLs mod
# http://code.google.com/p/prettyurls/
# .htaccess file generated automatically on: September 10, 2013, 2:11
#RewriteBase /
# Rules for: profiles
RewriteRule ^profile/([^/]+)/?$ ./index.php?pretty;action=profile;user=$1 [L,QSA]
# Rules for: actions
RewriteRule ^(activate|admin|announce|attachapprove|buddy|calendar|clock|collapse)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(coppa|credits|deletemsg|display|dlattach|editpoll|editpoll2|emailuser)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(findmember|forum|portal|groups|help|helpadmin|im|jseditor)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(jsmodify|jsoption|lock|lockvoting|login|login2|logout|markasread)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(mergetopics|mlist|moderate|modifycat|modifykarma|movetopic|movetopic2|notify)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(notifyboard|openidreturn|pm|post|post2|printpage|profile|quotefast)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(quickmod|quickmod2|recent|register|register2|reminder|removepoll|removetopic2)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(reporttm|requestmembers|restoretopic|search|search2|sendtopic|smstats|suggest)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(spellcheck|splittopics|stats|sticky|theme|trackip|about:mozilla|about:unknown)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(unread|unreadreplies|verificationcode|viewprofile|vote|viewquery|viewsmfile|who)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(\.xml|xmlhttp)/?$ ./index.php?pretty;action=$1 [L,QSA]
# Rules for: topics
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1;topic=$2.0 [L,QSA]
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/([0-9]*|msg[0-9]*|new)/?$ ./index.php?pretty;board=$1;topic=$2.$3 [L,QSA]
# PRETTYURLS MOD ENDS
50.135.220.236 22:40, 12 September 2013 (UTC)
Thanks for sharing your solution! Ciencia Al Poder (talk) 10:28, 13 September 2013 (UTC)

Can i able to tag a part of a page in mediawiki?

Hi Experts,

Is it possible to tag a part of a page like section-wise tagging so that i can group all section under a tag.

Please Help me out.

Thanks & Regards Gowrishkumar 182.72.186.86 (talk) 11:58, 11 September 2013 (UTC)

If anyone having an idea about it.please help me out 182.72.186.86 12:58, 11 September 2013 (UTC)
I'm not sure what you mean. What do you expect to happen when you "group all section under a tag"? MarkAHershberger(talk) 17:34, 12 September 2013 (UTC)

How to change font size in all pages?

How to change font size in all pages? 188.245.42.60 (talk) 15:19, 11 September 2013 (UTC)

Add something like this to your MediaWiki:Common.css:
body { font-size: 200%; }
That probably isn't exactly what you want but it will give you an idea, hopefully. MarkAHershberger(talk) 17:33, 12 September 2013 (UTC)

[RESOLVED] PHP problems

I have installed Mediawiki 1.20.3, MySQL 5.1.70 and PHP 5.3.24.

This is on Windows 2012 IIS 8.

I then moved the db, localsettings, extensions, and a few other files over from a Linux-based Mediawiki installation.

When I try load the home page, I get a HTTP 500.

I turned on PHP error logging, and I get the following:

[11-Sep-2013 16:44:17 Europe/London] PHP Warning: require(C:\inetpub\wwwroot/includes/WebStart.php): failed to open stream: No such file or directory in C:\inetpub\wwwroot\index.php on line 55 [11-Sep-2013 16:44:17 Europe/London] PHP Fatal error: require(): Failed opening required 'C:\inetpub\wwwroot/includes/WebStart.php' (include_path='.;C:\php\pear') in C:\inetpub\wwwroot\index.php on line 55

Can anyone help me fix this please?

Thanks, James 31.221.37.225 (talk) 15:49, 11 September 2013 (UTC)

I have fixed this by using a different LocalSettings.php file, which I had saved from an old Windows Mediawiki isntallation. 31.221.37.225 16:11, 11 September 2013 (UTC)

[RESOLVED] Confirm Account Extension

Hello, I installed the confirm account extension, and made the appropriate additions to LocalSettings.php, but I am encountering this known issue with my 1.19.1 version of mediawiki.

Older versions of MediaWiki may not show the link to Special:RequestAccount at the user login form. You can edit MediaWiki:loginprompt to remedy this.

My question is, where and how do I make this change? I see the "Request Account" page under Special Pages, but it does not show up on the main page before logging in so that I can have new users request an account

Thank you for your time Odyssey~mediawikiwiki (talk) 16:46, 11 September 2013 (UTC)

On your wiki, go to the page [[MediaWiki:loginprompt]] and edit that page to include what you want. You can see the MediaWiki:loginprompt page on this wiki if that helps. You will probably only be able to edit it on your own wiki. MarkAHershberger(talk) 17:37, 12 September 2013 (UTC)
Oh wow, duh. It works like a champ now. Thank you! 98.172.123.145 18:26, 12 September 2013 (UTC)

I CAN NOT MAKE LINK. 203.187.201.157 (talk) 11:39, 12 September 2013 (UTC)

So what?
External link: [http://www.spiegel.de Spiegel Online]
Internal link: [[Upgrade]]
It is simple... 88.130.110.162 12:15, 12 September 2013 (UTC)

Wiki for code documentation

I am looking into the possibility of using Wikimedia as a way to host documentation for a large set of code. I've installed a wiki with the following:

  • MediaWiki 1.21.2
  • PHP 5.3.10-1ubuntu3.8 (apache2handler)
  • MySQL 5.5.32-0ubuntu0.12.04.1

Part of the documentation is automatically generated by running a PERL scraper on the JavaDoc (and currently converted to LaTeX) that creates tables of parameters. I could adapt the current script to output HTML (and use something like ) or even WikiMarkup, however, is there a way I would be able to access the files wiki files directly in order to insert this content when running the script?

In other words, if I have a specific page on the wiki called ComputeSomethingFilter, is there a way I could access ComputeSomethingFilter.(file) in order to add content (in some form) directly to it? I would be fine with this content not being editable by other users if that's the case.

I'm also open to more efficient solutions if one exists.

Thanks in advance. SpartanGuy07 (talk) 13:33, 12 September 2013 (UTC)

Hi!
To me it's not yet completely clear what you want to do:
You have a page, e.g. called ComputeSomethingFilter. What do you mean with "ComputeSomethingFilter.(file)"? When you have a file in MediaWiki, the page name would be File:ComputeSomethingFilter.txt (or what file type you have).
Or do you want to modify the actual file in the file system (meaning the file in the folder images/ like images/1/1e/ComputeSomethingFilter.txt)? 88.130.110.162 13:59, 12 September 2013 (UTC)
In order to be able to insert the content using a scripting language like PERL, I would assume that I would need direct access to the file in the file system (ComputeSomethingFilter), but:
  1. I wasn't sure if I would have the access to modify those files (or where to find them).
  2. I didn't know if there was a more efficient way to accomplish the same thing using other features and extensions available in the wiki. SpartanGuy07 (talk) 14:10, 12 September 2013 (UTC)
I think I've already responded elsewhere, but I'll point out here that you need to use the API to edit the pages. There are several ways to do this in Perl. If you need help using the API, let us know. MarkAHershberger(talk) 17:29, 12 September 2013 (UTC)
Yes you responded to my email earlier today and I am looking further into those PERL modules as we speak.
Rather than work through the API, is there a way I could import the content to the wiki page, in say HTML, and host the information that populates the tables in documents elsewhere on the server? I found a similar macro that exists in other software HTML Include. This would help me prevent changes being made to the parameter documentation unless the changes were actually made in the code and the JavaDoc. SpartanGuy07 (talk) 18:10, 12 September 2013 (UTC)
Have a look at Extension:Include and the "See Also" section on that page. MarkAHershberger(talk) 16:13, 13 September 2013 (UTC)
I tried a similar extension (Extension:HTMLets) however, the problem that I found is that if I use PDF Export, the page prints with the tags rather than the content. So it seems that I need an extension that actually embeds the content (possibly Extension:Anysite) or I need to use the API to write the data. SpartanGuy07 (talk) 14:51, 16 September 2013 (UTC)
Or you need to figure out how to make Extension:HTMLets work with PDFExport. MarkAHershberger(talk) 14:00, 17 September 2013 (UTC)

Infobox displays on left side

I am trying to get my infoboxes to work correctly, I imported an infobox from a site that was working well, the box displays but it will only display on the left hand side. How I did this was to copy the Template:Infobox and save it. Then did a page export/import with templates to my wiki. All the page information is there but it just shows the info box at the top left and not on the right and down a bit like it is suppose to.

I am working in wiki 1.20.7 with a fresh install and that is all I had done above. Any help is greatly appreciated.

Also if anyone knows how to get 1.21.2 to work with the scribunto problems going on that too would be a great help. 172.56.8.217 (talk) 14:01, 12 September 2013 (UTC)

Hi!
I can't tell you for sure, what your problem acutally is, but when a box does not display at the place it's supposed to be, this usually is a CSS problem.
You can use Firebug to check the CSS styles on the page where it's working and add missing styles to your page as well. 88.130.110.162 14:10, 12 September 2013 (UTC)
Thanks, I could not find a file called "common.css" as referenced in wiki documentaion on it. I did copy the infobox stuff from another wiki using fire bug and have now stuck it into the /common/shared.css file. That gets it working but I have the feeling that this is not the right way to go. 172.56.8.217 15:08, 12 September 2013 (UTC)
Yes, that's not the right way to do it: Remove the changes from shared.css again and open the wiki page(!) MediaWiki:Common.css. This is the right place to add custom CSS styles. :-) 88.130.114.208 15:48, 12 September 2013 (UTC)

Method for displaying the content of another wiki as if it is inside my own

In my project there are wiki pages that I want to display that are already in wikipedia and 'offical' pages. I would like that if my user does a search on the page the content of the wiki page renders into mine as if it were a part of mine. Since this content is somewhat dynamic I don't want to have to do the import/export for each a couple times a week. I have tried the extention "include" but it only renders the HTML as if it was a code example in a txt box.

Does anyone know of a method to do this. Thanks 99.116.233.78 (talk) 23:26, 12 September 2013 (UTC)

See Extension:Include which may do what you want. MarkAHershberger(talk) 16:25, 15 September 2013 (UTC)

i am trying to figure out the best way to set up groups or categories. please read...

I have a lifetime of tech experience but I am a newb with MediaWiki.

I have started a project which you can find here

http://www.ravepreservationproject.com/

I installed MediaWiki which was a piece of cake but I am having difficulties figuring out how to start the configuring it to fit my needs.

I believe what I need is pretty straight forward. If you can help please respond.

I would like a home page with several categories that a user can click to view or search. (If I have the terminology wrong please correct me. Ex: Do I need groups, categories, something else?)

The top level categories are

artist dj promoter party event venue and/or location set recorders lighting visuals

Once I have these categories set up I would like to add the ability for users to comment on a page in each category as well as edit or create their own pages in each category.

Any help would be greatly appreciated.

Sincerely,

Matthew Mpjbay (talk) 23:46, 12 September 2013 (UTC)

I realize this may have already been covered in the past but I searched through support posts and did not find what I was looking for. Mpjbay (talk) 00:00, 13 September 2013 (UTC)
Categories are your best shot, I think, but you may also want to look at Semantic MediaWiki and check out the SMW Community. MarkAHershberger(talk) 16:05, 13 September 2013 (UTC)
Great thank you Mark.
Another question I have, I know this will be nothing to most of you, but how do I add categories from the admin account?
Cheers Mpjbay (talk) 18:46, 13 September 2013 (UTC)
There isn't anything to add from the admin account. Once you specify a category in the wikitext of a page, it is created. MarkAHershberger(talk) 16:24, 15 September 2013 (UTC)
Hi Mark,
I finally decided to tackle this project. I found a very simple solution. I edited the Sidebar to fit my needs. I spent the day messing with this today and was able to get pretty close to something that will suit my needs. You can see what I have done here
http://www.ravepreservationproject.com/wiki/index.php?title=Main_Page
Thank you for your emails. Mpjbay (talk) 06:30, 28 July 2014 (UTC)

how change background image

I'm using vector theme, imagine I'm writing an article and i want to insert a background image, how can i do it? 188.245.82.202 (talk) 08:11, 13 September 2013 (UTC)

There isn't a really simple way to set a background. Your CSS output will be filtered, etc.
If your wiki has a limited set of editors, then you can look at $wgRawHtml, otherwise, you will have to do some CSS hacks using MediaWiki:Common.css or the like. MarkAHershberger(talk) 15:22, 13 September 2013 (UTC)
I tried, I can change everything such as background color but when i use background image then it doesn't show anything 188.245.38.158 20:00, 13 September 2013 (UTC)
What did you change to get the background color? MarkAHershberger(talk) 16:23, 15 September 2013 (UTC)
I used <css> tag (fron an extensions) and changed the blackquote style. everything goes fine, border created, background color changed but when i replace background-color with background-image, neither border and background image shows 91.99.163.39 14:35, 17 September 2013 (UTC)

template "Language" shows only on Main Page

Hi,
1) I have one site named [[Pisecek]] (pisecek is not main site) and I tried add {{Language|Pisecek}} on the top of side [[Pisecek]] - I can see English, Czech (czech is main lang.). I click on English and its re-directed me to Main Page but I would like to redirect into English version of [[Pisecek]] - how to edit code for redirect on english version of [[Pisecek]]?

2) How can I automatically add language bar on top of every side? I found in manual code "{{Languages}}, Main Page itself" but this doesnt work for me

Thank you 216.245.47.34 (talk) 08:28, 13 September 2013 (UTC)

Could you point us to your site so we can see the problem you're talking about?
Have you looked at the documentation for the sidebar to see how to modify it or tried looking at the extensions to see if one fits your needs? MarkAHershberger(talk) 15:09, 13 September 2013 (UTC)

Table Of Content

I've seen an example where they use a TOC with expandable (+/-) topic headers. See http://wikitravel.org/en/Algarve How can this be done? 79.132.231.162 (talk) 08:52, 13 September 2013 (UTC)

That is evidently part of a customization they've done to their skin. If you're familiar with Javascript, you can look at the code there and do something similar. MarkAHershberger(talk) 14:59, 13 September 2013 (UTC)

[RESOLVED] mysql error 1064 when run update.php (Syntax error near TYPE=InnoDB)

Hello,

I try to update my mediawiki from Version 1.11.2 to Version 1.15.5. When I run update.php I get following error:

Creating protected_titles table...Es gab einen Syntaxfehler in der Datenbankabfrage.
Die letzte Datenbankabfrage lautete: „CREATE TABLE `protected_titles` (
 pt_namespace int NOT NULL,
 pt_title varchar(255) binary NOT NULL,
 pt_user int unsigned NOT NULL,
 pt_reason tinyblob,
 pt_timestamp binary(14) NOT NULL,
 pt_expiry varbinary(14) NOT NULL default '',
 pt_create_perm varbinary(60) NOT NULL,
 PRIMARY KEY (pt_namespace,pt_title),
 KEY pt_timestamp (pt_timestamp)
 ) TYPE=InnoDB
“ aus der Funktion „<tt>Database::sourceStream</tt>“.
Die Datenbank meldete den Fehler: „<tt>1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 11 (carl.springfield)</tt>“.

I use MySQL 5.5.32 now, before it was MySQL 5.0. I hope you can help me with this issue.

Thanks imker25 93.215.195.126 (talk) 18:16, 13 September 2013 (UTC)

Hello again,
I resolved this issue myself. I did the migration again. But now I first updated the wiki from Version 1.11.2 to Version 1.15.5. But I keep the version of the data base Server on MySQL 5.0. Now it was possible to run update.php without errors. After that I updated my database server from MySQL 5.0 to MySQL 5.5.32. And well now it works fine again.
Maybe here the story how I run into the problem. I tryed to migrate a mediawiki installation from ubuntu 8.04 to an ubunutu 12.04 box.
So what I basicly did to slove my issue was migrating the wikidatabse two times. I temprary installed an ubuntu 10.04 box and migrated the wiki and the database to this installation. On the temp 10.04 box update.php went fine. and then I migrated the database to the 12.04 box. Since ubunutu 10.04 and 12.04 uses the same version of mediawiki (1.15) but different MySQL the wiki now works fine on the ubuntu 12.04 box wihtout any issues. 93.215.195.126 20:51, 13 September 2013 (UTC)
Hi,
that's already an improvement. :-)
However, you should note that MediaWiki 1.15 itself already is no longer supported. You should upgrade MediaWiki to version 1.21! See Upgrade for more information! 88.130.73.17 21:29, 13 September 2013 (UTC)
The error is the result of the option $wgDBTableOptions = "TYPE=InnoDB"; in LocalSettings.php. In MySQL, "TYPE=" has been depreciated for "ENGINE=" for a while now and newer MySQL servers simply don't understand "type=" anymore. Changing this to "ENGINE=" will probably fix your issue. Valentijn (talk) 14:24, 8 January 2014 (UTC)
Short and very helpful. I have added this to Manual:$wgDBTableOptions. :-) 88.130.96.230 15:42, 8 January 2014 (UTC)

[RESOLVED] SpecialPage extension: execute JavaScript function onclick

I am developing a SpecialPage extension. I have a large table on my page, and I would like to provide a link at the top of the page that hides certain rows within the table. I can do this by inserting JavaScript directly into the HTML:

$this->getOutput()->addHTML(
    Html::element("a", array("href" => "#", "onclick" => "$('.my-table-row-class').hide(); return false;"), "Click to hide")
)

This is working for me. However, I would prefer to keep my JavaScript separate from my PHP (partly because I plan to make it more complex), so I would like to move this JavaScript into a function in a file that is loaded by the ResourceLoader. I already have a JavaScript file which I know is being loaded successfully (it successfully attaches jQuery UI datepickers to form input fields).

My problem is this: When I take the naive approach and just create a new JavaScript function in my resource file, I can't successfully attach it to my "Click to hide" link. The JavaScript looks like this,

function hideTableRows() {
    $('.my-table-row-class').hide();
    return false;
}

and the PHP becomes

$this->getOutput()->addHTML(
    Html::element("a", array("href" => "#", "onclick" => "hideTableRows()"), "Click to hide")
)

This isn't working for me. When I click the link, my browser's web console reports ReferenceError: hideTableRows is not defined. I am guessing that I cannot define functions in the global space like this, or that my function is automatically stored inside some other object such that I would access it as obj.hideTableRows().

I have spend the last couple hours looking for examples or documentation for this type of thing, but I can't find anything. Perhaps I've just missed it, in which case, I apologize. Any help you can provide will be greatly appreciated.

Thanks in advance! Jpgill86 (talk) 19:54, 13 September 2013 (UTC)

The JavaScript needs to go to its own file. Then you need to attach the hook handler via JavaScript (jQuery, to be exact), like this:
jQuery( document ).ready( function() {
	jQuery( 'a.some-custom-class' ).on( 'click', function() {
		// Note: you really shouldn't be polluting the global namespace with your functions.
		// Use a more object-oriented approach, i.e. create a MyExtension object and then call
		// MyExtension.hideTableRows(); here
		hideTableRows();
	} );
} );
Do NOT use any onSomething handlers in the HTML; you'll only enter a world of pain that way.
See ResourceLoader for some more documentation, take a look at a pre-existing extension for a "live example" (from "my" extensions, I'd recommend Extension:Comments it's relatively sane and easier to understand than Extension:SocialProfile ;-) and if you still can't find the answer to your question(s), ask on the #mediawiki IRC channel on irc.freenode.net; there are a lot of people online there throughout the day and I'm sure someone there can either help you out or at least direct you to the correct direction. Jack Phoenix (Contact) 20:17, 13 September 2013 (UTC)
Jack,
Thank you so much for your extremely helpful guidance! I will be modeling my JavaScript file after the beautiful code in Extension:Comments.
I'd like to return the favor by pointing out a bug in the Comments code, and providing a fix! I've used the toggleLiveComments function as a model for my own. I found that if I click the toggle link several times (>10), the toggling takes longer and longer, roughly twice as long each time. Quickly, this brings my browser to its knees.
The problem is that each time the toggleLiveComments function is called, a new jQuery event handler is created using .on. It is appended to the list of existing event handlers. So, for each click, JavaScript is executing toggleLiveComments(1); toggleLiveComments(0); toggleLiveComments(1); toggleLiveComments(0); toggleLiveComments(1); ..., etc., and this list doubles in length with each click.
One way to fix this is to use .one instead of .on in these two lines of code: . Although, since that extension is using jQuery( 'body' ).on instead of jQuery( 'a.some-custom-class' ).on and there are other on-click events associated with body, you may need to use .off in combination with .on instead (see the example here).
Thanks again for your help! Jpgill86 (talk) 14:15, 14 September 2013 (UTC)

Could not acquire 'wikidb1212:messages:en:status' lock.

Hi,

We recently upgraded MediaWiki and it was working fine for a week or so. No we get this message:

Could not acquire 'wikidb1212:messages:en:status' lock.

Backtrace:

  1. 0 /var/www/wikify1212/includes/cache/MessageCache.php(710): MessageCache->load('en')
  2. 1 /var/www/wikify1212/includes/cache/MessageCache.php(650): MessageCache->getMsgFromNamespace('Mainpage', 'en')
  3. 2 /var/www/wikify1212/includes/Message.php(720): MessageCache->get('mainpage', true, Object(Language))
  4. 3 /var/www/wikify1212/includes/Message.php(464): Message->fetchMessage()
  5. 4 /var/www/wikify1212/includes/Message.php(553): Message->toString()
  6. 5 /var/www/wikify1212/includes/Title.php(370): Message->text()
  7. 6 /var/www/wikify1212/includes/Wiki.php(89): Title::newMainPage()
  8. 7 /var/www/wikify1212/includes/Wiki.php(130): MediaWiki->parseTitle()
  9. 8 /var/www/wikify1212/includes/Wiki.php(538): MediaWiki->getTitle()
  10. 9 /var/www/wikify1212/includes/Wiki.php(458): MediaWiki->main()
  11. 10 /var/www/wikify1212/index.php(63): MediaWiki->run()
  12. 11 {main} 205.153.36.207 (talk) 21:00, 13 September 2013 (UTC)
Do you still have this problem? MarkAHershberger(talk) 13:59, 17 September 2013 (UTC)
I get this intermittently. I'm running on AWS using their Elasticache for memcached. Oborseth (talk) 21:11, 25 October 2013 (UTC)

The same #ifeq function gives 2 different replies

{{#ifeq:{{{pps|}}}||equal|not equal}}<ref>
{{#ifeq:{{{pps|}}}||equal|not equal}}</ref><references/>

Hi. When {{{pps|}}} is not empty the reply is first not equal, next the same comparison gives equal replies. Why?! Thanks to everyone. 79.51.44.164 (talk) 23:34, 13 September 2013 (UTC)

What does {{{pps|}}} do? MarkAHershberger(talk) 13:58, 17 September 2013 (UTC)
I changed my code but I think it caused by <ref></ref> tags probably because they process {{{pps|}}} parameter when it no longer exists. Thanks. :) 80.183.87.77 07:56, 19 September 2013 (UTC)

Scribunto : Warning: preg_replace_callback(): Compilation failed: unknown property name after \P or \p at offset 7 in /core/extensions/Scribunto/engines/LuaCommon/UstringLibrary.php on line 643

MediaWiki 1.22alpha (8967ed3)
01:48, 13 September 2013
PHP 5.3.15 (apache2handler)
MySQL 5.6.10
Lua 5.1.5
Scribunto (32bb3e2) 21:27, 9 September 2013

in a local wiki, whenever i use Special:Import to do a clean import the Template:TemplateBox template from commons i see this warning when running the core/maintenance/runJobs.php. also, this error appears every time i visit the Template:Lang_links page in that wiki:

2013-09-14 09:11:23 refreshLinks Template:Lang_links masterPos= rootJobSignature=d11df2eab71de9ae9409a4b2c5aeff5079cf9b99 rootJobTimestamp=20130914091105 STARTING
Warning: preg_replace_callback(): Compilation failed: unknown property name after \P or \p at offset 7 in /core/extensions/Scribunto/engines/LuaCommon/UstringLibrary.php on line 643

here’s the code at that point in the file :

 642    $count = 0;
 643    $s2 = preg_replace_callback( $re, $cb, $s, $n, $count );
 644    return array( $s2, $count );

and the parameters, except for $cb and $count:

$re = /^\p{Xps}*\[*\[\[(?<m1>.*?)\]\]\]*\p{Xps}*$/us
$s = Template:Lang links
$n = 1
  1. it looks like the property code \p{Xps} is not a valid property according to the table http://php.net/manual/en/regexp.reference.unicode.php.
  2. line 254 of /extensions/Scribunto/engines/LuaCommon/UstringLibrary.php indicates that Lua charset 's' = '\p{Xps}'.
    1. is there another property code that could be used?
    2. would \p{Zs} be okay?
      1. according to http://www.pcre.org/pcre.txt, Xps = Any POSIX space character
      2. when i replace Xps with Zs, it gets rid of the preg_replace_callback() error, but i don't know enough about this to properly replace Xps.

in any case, the result is that the Template:Lang_links shows a Lua “Script error” message.

any ideas on how to correct this error? Dan-nl (talk) 05:05, 14 September 2013 (UTC)

it looks like this is an issue with the PCRE version used by PHP. it needs to be >= 8.10. i have installed 8.33, but PHP didn't automatically pick up the new version. anyone know how to configure PHP so that it picks up the new version? Dan-nl (talk) 04:09, 20 September 2013 (UTC)

[RESOLVED] How to get TemplateBox to properly generate a “Template data” section?

[Resolved] see | How to get TemplateBox to properly generate a “Template data” section?

MediaWiki 1.22alpha (8967ed3)
01:48, 13 September 2013
PHP 5.3.15 (apache2handler)
MySQL 5.6.10
Lua 5.1.5
Scribunto (32bb3e2) 21:27, 9 September 2013
http://gwtoolset.wmflabs.org/wiki/Template:TemplateBox/doc

what needs to be set-up in a local wiki to get the {{TemplateBox}} to properly generate a “Template data” section?

  1. install and activate the following Extensions:
    1. ParserFunctions
    2. Scribunto
    3. TemplateData
  2. make sure the following Modules are installed:
    1. Date
    2. JSON
    3. Languages
    4. TemplateBox
  3. Special:Import the Template:TemplateBox
  4.  ???

Template data section
i understand that the “Template data” section on a Template page can be generated using either a {{TemplateBox}} or a <templatedata/> section in the template. creating a test template with a <templatedata section works, however, creating a simple TemplateBox section in the template yields a “Syntax error in JSON” in the “Template data” section.

TemplateBox example

<nowiki>
{{TemplateBox
  | useTemplateData=1
  | 1 = author
  | 1aliases = Author
  | 1d = For some objects "author" is more appropriate term than "artist". In most cases either "author" or "artist" should be used, not both.
  | 1def =
  | 1stat = optional
    | 1d-td-en = For some objects "author" is more appropriate term than "artist". In most cases either "author" or "artist" should be used, not both.
    | 1label-en = Author
    | 1type = string
}}

Special:Import vs Manual Copy

  1. i copied the TemplateBox source from https://commons.wikimedia.org/wiki/Template:TemplateBox using the Special:Export from that wiki and the Special:Import in the local wiki.
  2. i also did the same for any missing templates that showed up in the “Templates used on this page” section.
  3. The odd thing is that “Templates used on this page” section is different between commons and the local wiki. usually the local wiki will show in red any missing templates.
    1. because there was a difference i tried to manually copy the contents of the Template:TemplateBox/doc from commons to the local wiki. that didn't work; the local wiki wouldn’t let me save the page. it gave me a “Syntax error in JSON” message instead.
    2. so i ran a Special:Export and Special:Import for the missing templates i noticed between the two wikis and those extra templates still don't show under “Templates used on this page” section of the local wiki. Dan-nl (talk) 08:03, 14 September 2013 (UTC)

[RESOLVED] Howto add number of included categories, pages, and files to subcategory listings?

I've set up an intranet wiki (Mediawiki 1.21.1, PHP 5.4.9-4ubuntu2.2 (apache2handler), MySQL 5.5.32-0ubuntu0.13.04.1) and wonder why no subcategory statistics show up when browsing the category tree (i.e. there is no hint "The number of included categories (C), pages (P) and files (F) is stated in brackets." and also not the numbers in brackets). I can't find the feature among the applicable settings. On the other hand, this feature seems to be active on all "real live" wikis I know and I've gone through the lists of extensions installed at some of these wikis – without noticing that any of them might be responsible.

So I wonder: What am I missing to activate this feature? Hagman (talk) 13:53, 14 September 2013 (UTC)

Its from the Extension:CategoryTree Christian75 (talk) 17:58, 14 September 2013 (UTC)
Wow, thanks. I had thought this would be only for additional navigation blocks ...
Thanks again Hagman (talk) 19:31, 14 September 2013 (UTC)

Pages not loading correctly sometimes - Cache problem?

MediaWiki 1.21.1 PHP 5.4.9-4ubuntu2.3 (apache2handler) MySQL 5.5.32-0ubuntu0.13.04.1

URL: http://elwiki.net/

I don't know if this is supposed to be a common problem, but since I enabled memcached and file caching this often happens randomly when I try to load a page: http://i.imgur.com/Z70fMDd.png

Is there a way I can fix this? Thanks. Hyposmia (talk) 22:37, 14 September 2013 (UTC)

There are several things to that could affect or be affected by caching. Your screenshot shows the recent changes page, but it isn't clear what is wrong with the page. When I click on it, I see what looks like a normal RecentChanges page.
(BTW, I added your site to WikiApiary -- http://wikiapiary.com/wiki/ElWiki -- feel free to update the entry.) MarkAHershberger(talk) 15:28, 15 September 2013 (UTC)
This problem (pages without styles applied) is normally a problem with Manual:load.php not returning data, timing-out or giving a 500 error.
I've reproduced the problem in your wiki (which happens randomly), and that's because this URL randomly returns it's contents as Content-Type: text/html or Content-Type: text/css.
CSS rules aren't processed on the browser if they're delivered as any other Content-Type different than text/css. This looks like a problem with your cache (Cloud-flare?). Ciencia Al Poder (talk) 09:51, 16 September 2013 (UTC)

how to check if page is a deleted page.

I don't want to show facebook comments on deleted pages. How do I code to check if the current page is a deleted page? Is there a namespace? LTech (talk) 11:11, 15 September 2013 (UTC)

Have you tried $title->isDeleted()? MarkAHershberger(talk) 15:20, 15 September 2013 (UTC)
I tried 'if($title->isDeleted()){}
I get the error:
Fatal error: Call to a member function isDeleted() on a non-object in LTech (talk) 19:22, 15 September 2013 (UTC)
$wgTitle->isDeleted() didn't bring an error but it didn't hide the comments either. LTech (talk) 19:26, 15 September 2013 (UTC)
Could you share the code where you're using isDeleted() so we can see what you're trying to do? MarkAHershberger(talk) 11:24, 16 September 2013 (UTC)
if ($wgTitle->getNamespace() == NS_USER ||
    $wgTitle->getNamespace() == NS_IMAGE ||
    $wgTitle->getNamespace() == NS_HELP ||
    $wgTitle->isDeleted()) {
// don't show facebook comments
}
else {
//show facebook comments
}
What can I add as a condition to check if the page is a deleted page - and then I don't want to show a comments box?
Thanks LTech (talk) 13:11, 16 September 2013 (UTC)
Where are you putting this code? Are you putting this in a hook? Which one? MarkAHershberger(talk) 13:19, 16 September 2013 (UTC)
I'm using the code in the skin file monobook.php.
I just want to check if the current page is a deleted page or not. Is there a way to do this? LTech (talk) 18:40, 2 October 2013 (UTC)
I think you need to tell PHP you're dealing with a global variable. Try the following:
global $wgTitle;
if ($wgTitle->getNamespace() == NS_USER ||
    $wgTitle->getNamespace() == NS_IMAGE ||
    $wgTitle->getNamespace() == NS_HELP ||
    $wgTitle->isDeleted()) {
// don't show facebook comments
}
else {
//show facebook comments
}
MarkAHershberger(talk) 17:13, 3 October 2013 (UTC)

[RESOLVED] Site accessibility for blinds

Dear Wiktionary team, I am a blind, and therefore a screen reader software user. I am also a student of Foreign Languages. I have successfully used Wictionary until few months ago. Today, when I came back to the site, because I started preparing for the beginning of University in two weeks, I discovered that I can no longer access the contents I used to. More specifically, when I enter an English word, I cannot read its translation in other languages. And when I enter a Polish word, I can no longer see the declentions of that word. When I realized it, I just felt like crying. Being blind, I cannot use paper printed dictionaries. Digital solutions are the answer for blinds need of autonomy. And when I see that improvements on the website just completely disregard the accessibility issue, it is just so sad. Anyway, I assume that it happened simply because the tecnicians who care for the website are not aware of the disabled needs. So that's why I am writing, to ask that please, please, please, you consider removing whatever aditions you made to Wiktionary that made it impossible to use by screen reader software users. In case you want or need to contact me, for further clarifications or comments, please do it to the e-mail address catia.b.lima(put-the-at-sign-here)gmail.com. I am afraid I won't be able to retrieve this discussion anymore, due to the complexity of the pages, so I will most likely not read whatever you tell me here. Once more, please, University is starting in two weeks and I needed to study before that. Thank you for your time and your commitment to help me and other blinds. Kidest regards, Catia 93.39.62.203 (talk) 17:01, 15 September 2013 (UTC)

Hi Catia,
this page shows your thread in a less complex way.
Catia says that after changes in Wictionary her screenreader can no longer read certain parts of the website (and maybe also not in other wikis). This bug/regression should definitely be fixed again - also because it worked correctly before. For blind users, this is a major usability problem; the affected information is lost - that way for them the page is unusable.
There are two problems:
Does anyone know, why? 88.130.72.185 19:21, 15 September 2013 (UTC)
I've asked an administrator (User:Mutante) on Wiktionary to step in and look at this problem. MarkAHershberger(talk) 23:02, 15 September 2013 (UTC)
I've turned it into a Bugzilla bug to get additional input since i also don't know the root cause of this change yet. Mutante (talk) 18:06, 16 September 2013 (UTC)
I'd love to understand better how to reproduce the problems that you are unfortunately facing, to turn them into a bug report that developers could work on.
You wrote "when I enter an English word, I cannot read its translation in other languages".
I went to https://en.wiktionary.org/wiki/consensus with my screenreader switched on. It has sections for English, Dutch and Latin, and it also has a subsection called "Translations" under "English".
There is a "general agreement" box that is meant to be expanded via a "[show▼] and [hide▲]" toggle button, is that what is creating the problems?
You also wrote "And when I enter a Polish word, I can no longer see the declentions of that word." Does that refer to the Polish Wiktionary site, or is that still on the English Wiktionary site for entries for Polish words?
When I go to http://en.wiktionary.org/wiki/Polska#Declension I see that "declension of Polska" also has such a toggle button.
In case I've understood correctly, this has to do with the NavFrame/NavHead/NavToggle/NavContent code in the HTML file.
Also, could you share which screenreader and which browser you use? AKlapper (WMF) (talk) 11:48, 17 September 2013 (UTC)
Dear Andre,
first of all, let me express my joy, and gratitude, for the fact that my issue has not met indifference, and that people are taking time and putting their efforts into solving it.
Now, trying to reply to your questions as thoroughly as possible. I also went to https://en.wiktionary.org/wiki/consensus. When I first started using en.wiktionary.org, the translation of the English word "consensus" into other languages used to show normally, like any other piece of text on the page. A few weeks ago, I noticed the new addition of the show/hide button that you are mentioning. And the disappointing discovery on Sunday, when I started the tread about my difficulties, is that such button is no longer read by my screen reader. So, that part of the page for me shows like this:
Translations
edit (with the information that it is a link)
General agreement
External links
And ignores anything that comes after "translations" and before "external links".
The interesting thing, that I have just discovered when I tried to copy that part of the page to paste it on this e-mail, is that it pasted, and turned readable, the translations of the word "consensus". So, by pasting it into a mail, I can now tell you that "consensus" in German is "konsens" or "einvernehmen", that in Polish it is "konsensus" and so on.
You have also asked: "You also wrote "And when I enter a Polish word, I can no longer see the declentions of that word." Does that refer to the Polish Wiktionary site, or is that still on the English Wiktionary site for entries for Polish words?". I only use the English Wiktionary, so my answer is that it refers to entries for Polish words on the English Wiktionary site.
And lastly, the screen reader I use is JAWS For Windows, version 9.0, and my browser is Internet Explorer 8.0.6001.18702. Yes, I know that both programs are very much out of date. I am in the process of buying a new computer and a new version of JAWS, which will allow me to use the newer versions of all other softwares, IE included.
One last thing that I really want to stress, though, is that, despite my old software, until few weeks ago I was using the en.wiktionary.org site without a single problem, even when the show/hide toggle button has already been implemented.
Please, let me know if I can provide you with more or more accurate information. And once again, thank you for your commitment in helping out.
Have a lovely day, and take care,
Cátia 88.130.118.79 for Cátia 17:14, 18 September 2013 (UTC)
For everybody's interest, see https://en.wiktionary.org/wiki/Wiktionary:Grease_pit/2013/September#Site_accessibility_for_blinds where this discussion moved. AKlapper (WMF) (talk) 12:40, 20 September 2013 (UTC)
Seems to be fixed now:
I have been trying
en.wiktionary.org everyday, since I first posted my problem last Sunday, and
today, for the first time, it is working! 88.130.127.189 14:15, 23 September 2013 (UTC)
Great to see this has been fixed and how everybody stepped in to track it down :) Catia, i hope this still works fine now and you got to use it in time before uniersity started. Thanks all, Andre for providing the Grease_pit link, Nemo for being the missing link, Keφr for the actual fix etc. Interesting where these this went.. Mutante (talk) 05:25, 18 October 2013 (UTC)

Storing content in mediawiki database manually

I have started to develop a website using mediawiki. I designed a uploading page (i have not used the mediawiki's default upload page Special:upload). I have created it manually and did my operations like uploading images and stored details in the separate table (not mediawiki's existing table). Now what i need is have to store the group of image details in a particular page should be stored in the mediawiki database for getting the history of that image group, revisions,etc., and i found the uploading images are storing in the following tables

image - for current version

oldimage - for old versions

and pages are stored in the following tables

page - for current page details
revision - for old page versions

Can anyone please explain me how to store the contents into the mediawiki database and getting from the database with all the mediawiki features manually Kalaiyarasan (talk) 07:43, 16 September 2013 (UTC)

It sounds like you're looking for the information at Manual:database schema. However, instead of directly accessing the database, it is better to use the API. MarkAHershberger(talk) 11:29, 16 September 2013 (UTC)

Diff between last two revisions

Hi, I'm writing an extension and i need to get the diff between last two revisions to find out what are the contents removed.Is there any way to do it?

Thanks, Gowrish Kumar 182.72.186.86 (talk) 09:35, 16 September 2013 (UTC)

See getDiffBody() in DifferenceEngine.php. MarkAHershberger(talk) 11:19, 16 September 2013 (UTC)
Hi MarkAHershberger,
Can you please show me a small example for using getDiffBody(),i got confused.
thanks 182.72.186.86 12:01, 16 September 2013 (UTC)
Better, look at Special:ComparePages. That should give you an idea. MarkAHershberger(talk) 13:56, 16 September 2013 (UTC)

Flag/Tag a Revsion

Hello, i'm looking for an extension to mark a revision with predefined flags. FlaggedRevs is not the right one. I just like to have a dropdown or something like this in revisions, where the user can check predefined flags (e.g. "do revision", "draft", "approve", ...).

Of course than I need the possibility to create a list of articles which are tagged with a special flag.

Any ideas? Finswimmer (talk) 09:39, 16 September 2013 (UTC)

It sounds like what you want is FlaggedRevs. You may need to adapt the display some to get what you want, but otherwise it sounds like the tool to use.
What do you want that FlaggedRevs isn't doing? MarkAHershberger(talk) 11:10, 16 September 2013 (UTC)
Hm, maybe FlaggedRev is to complicated for me.
If I see it right, I can define several flags. But the persons who are allowed to set these flags always have to set all flags.
I just want some checkboxes like
  • Flag 1
  • Flag 2
  • Flag 3
  • ...
Then one can check the flags he like. Is there a simple example out there?
Thanks for your reply. Finswimmer (talk) 13:54, 16 September 2013 (UTC)
Did you look at the example under basic settings? MarkAHershberger(talk) 15:59, 16 September 2013 (UTC)
Yes, I did. And I'm still thinking, that this Extension doesn't meet my criteria.
"Each tag must at least meet the minimal level of approval" and "A user cannot review a page he cannot edit." are points that doesn't match.
I would like to choose from a couple of tags one or more of those. And it should be possible that this can be done by people without edit rights. Finswimmer (talk) 17:12, 16 September 2013 (UTC)
What you want to do could probably build on the FlaggedRevs extension although FR wouldn't work for you out of the box. As far as I know, there is no other extension that would do what you want.
If you do not have the means to do adapt FlaggedRevs to your needs by yourself, then you can file a bug or hire a consultant (disclosure: I work on MediaWiki contracts). MarkAHershberger(talk) 17:50, 16 September 2013 (UTC)
Thank you again for your answer.
I'm now on the way to write an extension that fits my needs.
fin swimmer Finswimmer (talk) 09:31, 18 September 2013 (UTC)

[SOLVED] Problem with columns

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


I am new to MediaWiki. Just installed latest on fresh CentOS 6.4 install. All software is current.
I am trying to get columns to work in my pages.
Using colbegin, div col, etc. seem to have no affect. I get a red "Template: Div Col" or similar instead of the markup.
I have copied MediaWiki:Common.css to my site thinking that would help but it seems to make no difference.
What have I missed?
Thanks! 216.106.102.12 (talk) 11:54, 16 September 2013 (UTC)
Template: Div Col is a template, see [en:Template:Div_col] for the template at the english wiki. You have to copy that page (or make a template yourself). If you copy it by hand, you have to copy a lot of templates (because this templates is using other templates). An alternative is downloading it at [en:Special:Export], and import it to your wiki. Christian75 (talk) 13:27, 16 September 2013 (UTC)
Excellent!
Exporting/Importing Template:Div_col worked perfectly.
Thank you! 216.106.102.12 13:41, 16 September 2013 (UTC)
Looks like you've imported a page without importing the templates that it uses. MarkAHershberger(talk) 14:00, 16 September 2013 (UTC)
I know this is a very old post. I just recently installed mediawiki on my server and have come across how to set up coluns which led me to this post but i'm unsure how to get the div col tags to work LianaraBloodway (talk) 04:28, 13 May 2017 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

How many Wiki pages can MediaWiki handle?

I have about 4500 pages I would like to store in a wiki. Can Media Wiki handle that? Does searching become remarkably slower or are there any other restraints? Andrea Morariu (talk) 12:38, 16 September 2013 (UTC)

Wikipedia is using MediaWiki... The english version contains 31,107,489 pages. Christian75 (talk) 13:19, 16 September 2013 (UTC)
You can handle millions of pages, but you'll need to do more on the server side to keep things running. You'll need to start doing things like adding more advanced caching systems, moving to dedicated hosting, having a server specifically for storing the database(s), and doing stuff on the wiki to improve performance, such as restricting editing of frequently templates to reduce the server load. 4,500 pages is nothing for MediaWiki. Unless you're getting a lot of visitors already, you probably won't need much of a caching system. You'll want to have PHP caching though, just to give a slight speed increase. ఠ_ఠ Inquisitor Sasha Ehrenstein des Sturmkrieg Sector (Talk) (Contr) 13:13, 13 October 2013 (UTC)
Hi!
I am running a wiki with around that number of pages: 4.600 pages, 1.500 uploaded files, around 2.000 users. The system is running nicely. It is located on a server which hosts 5 virtual machines and the wiki server is in one of them. (Apart from that the virtual machine hosts one other website, which is fairly well visited and on the whole system several other websites are running.) The wiki has around 120.000 views per day and - compared to that number - a few edits. A PHP accelerator is running and MySQL is configured for the wiki to work properly (wiki database size is around 700MB). Response times are fast, search as well. No problems so far.
So no constraints, which would be a problem. But one thing: You might want to have a certain level of control over the server: If you e.g. are on shared hosting, that number of page views might be a problem. You also might have issues, because you maybe are not allowed to open the necessary number of connections to MySQL (so that your users would only get an error-500-page). Other customizations include the size of uploaded files or the execution time in PHP. Having shell access to the wiki server also is a great help. When you reach a certain size and/or certain number of hits, you might want to be able to set these things the way you need them (and not the way the hoster gives it to you). 88.130.115.6 20:43, 13 October 2013 (UTC)

Table's edit

Hello. Is there any way to edit tables not in mediawiki default editor but in WYSIWYG editor? 5.140.165.191 (talk) 14:45, 16 September 2013 (UTC)

Hi!
Currently there is no working WYSIWYG editor for MediaWiki. However, WikiEditor offers part of such functionality and I think that in future releases it should get more WYSIWYG functionalities. 88.130.107.93 14:56, 16 September 2013 (UTC)

[RESOLVED] Specify local endpoint (IP) for database connection

Hi,

I know $wgDBServer and other database connection related settings, but I didn't find a way to specify the local IP on a multi-homed machine (with multiple IPs) to be used by mediawiki to bind to. Is there a setting or not? This is a problem because MySql listens to 192.168.2.1 and allows only connections from the same IP. This will not be changed. Apache (httpd) is also listening at 192.168.2.1. However, MySql "thinks" the connection request is coming from 127.0.0.1 and blocks the request even though it's the same machine. The reason is that mediawiki probably doesn't bind to a specific IP when connecting to MySql, so 127.0.0.1 is used by default. (for programmers: the analog action to Socket.Bind)

MediaWiki 1.21.2, PHP 5.5.3, MySQL 5.6, Win7/64

I'm looking for an answer to this specific question and won't change my network setup or listen to different IPs.

Thanks in advance 91.15.137.129 (talk) 15:35, 16 September 2013 (UTC)

What happens if you put the local ip that MySql is listening on in $wgDBServer? MarkAHershberger(talk) 15:41, 16 September 2013 (UTC)
First, thx for the quick reply.
That's what I already did. From mediawiki's point of view, the remote IP (192.168.2.1) for the connection is correct, but the local IP can not be specified. Consequently 127.0.0.1 is used. Therefore, from MySql's point of view, the remote IP is 127.0.0.1, which is not allowed. 91.15.137.129 15:51, 16 September 2013 (UTC)
This blog post gives a hint of how to do it for generic sockets, but I don't a way to do anything similar with mysql_connct, which is what MediaWiki would be using. MarkAHershberger(talk) 16:46, 16 September 2013 (UTC)
Thanks Mark for providing this piece of information. However, I think I have to correct myself a little. The connection request correctly came from 192.168.2.1, but that address was just not entered as a valid host for that user (in MySql's user table).^^
I thought - maybe I read it somewhere or not thoroughly - that there is a two-level verification, and at the first level, it's verified that the request must be from the same host. As the connection was refused, I assumed the request came from 127.0.0.1. Well, that assumption was just wrong.
Thanks again, and sorry for bothering. 91.15.137.129 18:01, 16 September 2013 (UTC)

How to code and preview it in browser

Hi how can I code in my wiki and how to preview it like http://meta.wikimedia.org/wiki/Www.wikipedia.org this please 90.220.104.123 (talk) 16:17, 16 September 2013 (UTC)

do you want to code html in your wiki? That page just shows a bunch of escaped html and will probably be quickly deleted. MarkAHershberger(talk) 16:22, 16 September 2013 (UTC)
oh, nm... just understood the question. MarkAHershberger(talk) 16:23, 16 September 2013 (UTC)
That is the portal preview gadget. MarkAHershberger(talk) 16:38, 16 September 2013 (UTC)
Oh ok my website is http://random-wikisaur.tk could I have some help because I created the Mediawiki page you showed in the link and copied it to mine and still nothing could you tell me how to or do you know any pages on here which tells you how to do it please 90.220.104.123 17:22, 16 September 2013 (UTC)
Do you have the Gadgets extension installed? MarkAHershberger(talk) 17:44, 16 September 2013 (UTC)
Yes 90.220.104.123 18:12, 16 September 2013 (UTC)
Is there any extension to do this 90.220.104.123 18:22, 16 September 2013 (UTC)
You'll need to up date your MediaWiki:Gadgets-definition page. See the one on Meta for a hint. MarkAHershberger(talk) 18:23, 16 September 2013 (UTC)
Also, need to enable the gadget in your preferences. MarkAHershberger(talk) 18:25, 16 September 2013 (UTC)
Ok I have copied MediaWiki:Gadgets-definition that to http://random-wikisaur.tk and I have turned gadgets on and it still isn't working I am using Www.wikipedia.org template for example on my wiki to see if it works and the preview under the arrow doesent show on my wiki 90.220.104.123 18:31, 16 September 2013 (UTC)
I would look to see what JS errors show up. MarkAHershberger(talk) 00:30, 17 September 2013 (UTC)
And there is no arror pointing down 86.171.32.223 06:21, 17 September 2013 (UTC)
Could you approve my account request so that I can try to help figure out what is going on? MarkAHershberger(talk) 13:57, 17 September 2013 (UTC)
Hi the password has been sent to you in an email 90.220.104.123 14:58, 17 September 2013 (UTC)
Thanks for the access. By changing MediaWiki:Gadgets-definition to include only that gadget, it worked. If you want other gadgets, I suggest only including the ones you want in MediaWiki:Gadgets-definition. MarkAHershberger(talk) 15:26, 17 September 2013 (UTC)
Ok thank you for doing that for me 90.220.104.123 15:27, 17 September 2013 (UTC)
could you redo what you did on http://en.random-wikisaur.tk please because the server was stoped and had to move host but had to restart again meaning all files were deleted so could you please redo what you did thanks 86.135.249.249 14:33, 20 October 2013 (UTC)
I could, if I could access your wiki. MarkAHershberger(talk) 17:13, 21 October 2013 (UTC)
oh ok my website is located at http://en.random-wikisaur.tk but I have done it now it is working but I am wondering how can I edit the index.php in my wiki like meta.Wikimedia.org does for Wikipedia and other project 86.135.249.249 17:48, 21 October 2013 (UTC)
hi could you redo what you on http://en.random-wikisaur.tk please had to move host because server was deleted 86.135.249.249 14:35, 20 October 2013 (UTC)
hi how can I edit a template and it shows it on the website like Wikipedia.org which template is at meta like that without needing to edit index.php so some other people can edit without me giving them access to my websites server 86.135.249.249 15:15, 20 October 2013 (UTC)

Please help to find extension

Please help me to find extension that allows to show first paragraph of some article. Fokebox (talk) 19:28, 16 September 2013 (UTC)

You could do this with the API and a little JS: https://www.mediawiki.org/w/api.php?action=query&prop=extracts&exintro=1&titles=Extension:Gadgets&format=jsonfm MarkAHershberger(talk) 00:34, 17 September 2013 (UTC)
No, no I guess you got me wrong! I need something like includes a paragraph of random article to the page Fokebox (talk) 21:48, 17 September 2013 (UTC)
You didn't mention a random page. This is still something you could do with a gadget and some javascript and the use of the API. MarkAHershberger(talk) 16:47, 20 September 2013 (UTC)

Why other people can't see the main page as what I made?

Hi.

Just as what I said.

I have made my wiki and others can access to the main page,but the page they saw got no format,showed contents as a vertical column..

I'd like to know how to solve it..Somebody can help me ? Sfreedomwiki (talk) 03:36, 17 September 2013 (UTC)

Check out Manual:Errors and Symptoms#The wiki appears without styles applied and images are missing Ciencia Al Poder (talk) 09:32, 17 September 2013 (UTC)

How do I get rid of the vertical blue line?

On many pages of this wiki http://www.protocasedesigner.com/wiki/index.php/Quick_Start there is a vertical blue line running down the left side of the page. I am pretty sure it is a line that shows changes that were made, but I have looked through the help and other user aids and cannot find anything about how to get rid of it! Can anyone help? 184.171.206.126 (talk) 14:18, 17 September 2013 (UTC)

You're using Template:Procedure which produces this. To remove it, edit the template to remove the bit that says
style="border-left:4px solid blue;"
(Added your wiki to WikiApiary.) MarkAHershberger(talk) 15:36, 17 September 2013 (UTC)

Excess Paragraph tags when parsing template

My problem is on my private wiki, which runs on local, so I cannot link directly to it.

I have a template that produce a factbox, similar to the wikipedia Infobox but a tad more crude. When it is parsed, the code ends up with an excess amount of paragraph (P) tags at the end of the last cell in the table, like this:

<sup id="cite_ref-PP_0-4" class="reference"><a href="#cite_note-PP-0">[1]</a></sup>
<p><br />
</p><p><br />
</p><p><br />
</p>
</td></tr></table>

I've been through the template and the test article like 10 times, and I cannot find any excess breaks anywhere that would be parsed like that. The number of P tags is constant, and unrelated to the number of fields in use.

Code for the template looks like this:

{| style="width:250px; float:right; border:solid 1px #000000; background:#efefef;"
 ! colspan="2" style="text-align:center;" | {{{name}}}
 |-
 | colspan="2" | [[file:{{{image}}}{{!}}center{{!}}frame{{!}}240px{{#if: {{{caption|}}} | {{!}}{{{caption}}} }} ]]
{{#if: {{{born|}}} |
 {{!-}}
 {{!}} valign="top" {{!}} '''Born:'''
 {{!}} {{{born}}} }}
{{#if: {{{died|}}} |
 {{!-}}
 {{!}} valign="top" {{!}} '''Died:'''
 {{!}} {{{died}}} }}

 etc.. (about 2 dozen fields)

{{#if: {{{children|}}} |
 {{!-}}
 {{!}} valign="top" {{!}} '''Children:'''
 {{!}} {{{children}}} }}
 |}

There are no excess spaces or line breaks in the article I'm using to test the template, that was the first thing I checked. All fields are single-line entries, no trailing spaces.

I'm either running 1.14 or 1.17... I can't remember (or remember how to check). Metalbunny (talk) 14:28, 17 September 2013 (UTC)

You can check by looking at your Special:Version page. You should definitely upgrade. MarkAHershberger(talk) 15:39, 17 September 2013 (UTC)
You might try pasting the templates into your sandbox on this wiki to test them. If you don't see the same problem here, you're probably seeing a bug that has been fixed. If you see the problem here, you can point us to your templates. MarkAHershberger(talk) 15:53, 17 September 2013 (UTC)
You should not put new lines between #if statements. And also, put tags just at the beggining of the #if body, so the newline inside the #if is parsed as input and not silently trimmed.
Instead of
{{#if: {{{born|}}} |
 {{!-}}
 {{!}} valign="top" {{!}} '''Born:'''
 {{!}} {{{born}}} }}
{{#if: {{{died|}}} |
 {{!-}}
 {{!}} valign="top" {{!}} '''Died:'''
 {{!}} {{{died}}} }}
You should have:
{{#if: {{{born|}}} |<nowiki/>
 {{!-}}
 {{!}} valign="top" {{!}} '''Born:'''
 {{!}} {{{born}}} }}<!--REMOVED NEWLINE -->{{#if: {{{died|}}} |<nowiki/>
 {{!-}}
 {{!}} valign="top" {{!}} '''Died:'''
 {{!}} {{{died}}} }}
Ciencia Al Poder (talk) 09:50, 18 September 2013 (UTC)
Removing the whitespace did the trick, thanks :) Seems there's a couple things about the parser (or the parser vs logic structures) that really aught to be better documented.
Upgraded to 1.21.2 while I was fiddling with it anyway. Turns out I was on 1.19. Metalbunny (talk) 18:29, 20 September 2013 (UTC)

Lua error: Internal error: The interpreter has terminated with signal "11".

MediaWiki 1.21.2 PHP 5.3.13 (cgi-fcgi) MySQL 5.1.68-cll

Website: http://aett.is/mediawiki/

I'm trying to get Infoboxes to work on my site, but after installing Scribunto, I get the above mentioned error. I have added $wgScribuntoEngineConf['luastandalone']['errorFile'] = "$IP/extensions/Scribunto/lua-debug.log"; to my LocalSettings.php file and it showed up empty.

I have also added $wgShowExceptionDetails = true; to my LocalSettings.php file and the resulting errors shown on the Template: Infobox page is as follows:

Lua error: Internal error: The interpreter has terminated with signal "11". Backtrace:

  1. 0 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(449): ScribuntoEngineBase->newException('scribunto-luast...', Array)
  2. 1 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(324): Scribunto_LuaStandaloneInterpreter->checkStatus()
  3. 2 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(287): Scribunto_LuaStandaloneInterpreter->receiveMessage()
  4. 3 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(213): Scribunto_LuaStandaloneInterpreter->dispatch(Array)
  5. 4 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(114): Scribunto_LuaStandaloneInterpreter->registerLibrary('mw_interface', Array)
  6. 5 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(89): Scribunto_LuaEngine->registerInterface('mw.lua', Array, Array)
  7. 6 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(8): Scribunto_LuaEngine->load()
  8. 7 /home/aett/public_html/mediawiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(26): Scribunto_LuaStandaloneEngine->load()
  9. 8 /home/aett/public_html/mediawiki/extensions/Scribunto/common/Hooks.php(173): Scribunto_LuaStandaloneEngine->getLimitReport()
  10. 9 [internal function]: ScribuntoHooks::reportLimits(Object(Parser), 'NewPP limit rep...')
  11. 10 /home/aett/public_html/mediawiki/includes/Hooks.php(255): call_user_func_array('ScribuntoHooks:...', Array)
  12. 11 /home/aett/public_html/mediawiki/includes/GlobalFunctions.php(3883): Hooks::run('ParserLimitRepo...', Array)
  13. 12 /home/aett/public_html/mediawiki/includes/parser/Parser.php(503): wfRunHooks('ParserLimitRepo...', Array)
  14. 13 /home/aett/public_html/mediawiki/includes/content/WikitextContent.php(299): Parser->parse('{{infobox?| bod...', Object(Title), Object(ParserOptions), true, true, 122)
  15. 14 /home/aett/public_html/mediawiki/includes/WikiPage.php(3402): WikitextContent->getParserOutput(Object(Title), 122, Object(ParserOptions))
  16. 15 /home/aett/public_html/mediawiki/includes/PoolCounter.php(209): PoolWorkArticleView->doWork()
  17. 16 /home/aett/public_html/mediawiki/includes/Article.php(707): PoolCounterWork->execute()
  18. 17 /home/aett/public_html/mediawiki/includes/actions/ViewAction.php(44): Article->view()
  19. 18 /home/aett/public_html/mediawiki/includes/Wiki.php(439): ViewAction->show()
  20. 19 /home/aett/public_html/mediawiki/includes/Wiki.php(305): MediaWiki->performAction(Object(Article), Object(Title))
  21. 20 /home/aett/public_html/mediawiki/includes/Wiki.php(565): MediaWiki->performRequest()
  22. 21 /home/aett/public_html/mediawiki/includes/Wiki.php(458): MediaWiki->main()
  23. 22 /home/aett/public_html/mediawiki/index.php(59): MediaWiki->run()

I have tried giving /mediawiki/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua a 755 permission, even gave the whole binaries folder 755 permission without any change.

I could really use some help! Thanks! RakelBara (talk) 19:59, 17 September 2013 (UTC)

What happens if you invoke the lua binary from the command line? MarkAHershberger(talk) 16:30, 20 September 2013 (UTC)
Looks like it is working now. yay? MarkAHershberger(talk) 16:54, 20 September 2013 (UTC)
Nope not working, unfortunately. It only appears when you try to enter a template like here: http://aett.is/mediawiki/index.php?title=Sni%C3%B0:Infobox_settlement
How do I invoke the lua binary from the command line? 37.128.215.197 23:31, 20 September 2013 (UTC)
When I checked before, it was showing the error on the front page. A few minutes later, it wasn't showing the error any more. I assumed it had been fixed.
You can run the lua binary from the command line by navigating to the proper directory (I'm on 64bit linux, so mine is extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic) and then executing lua. For example:
$ cd wiki/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic
$ ./lua -h
usage: ./lua [options] [script [args]].
Available options are:
-e stat execute string 'stat'
-l name require library 'name'
-i enter interactive mode after executing 'script'
-v show version information
-- stop handling options
- execute stdin and stop handling options
$ ./lua -e 'print "hi"'
hi
$
If that works, it may be that the wrong lua binary is being selected. MarkAHershberger(talk) 14:20, 21 September 2013 (UTC)
Sorry if I sound stupid, how exactly do I do that? I have access to my site via FTP, it is not located on my computer. 37.128.215.197 17:39, 21 September 2013 (UTC)
It isn't stupid, but I thought you had ssh access to your site. In your case, you should contact support for your hosting and tell them the that the lua binary you need for Scribunto is segfaulting. MarkAHershberger(talk) 20:12, 21 September 2013 (UTC)

Cite/CS1 Module

Product Version MediaWiki 1.17.0 PHP 5.2.17 (cgi-fcgi) MySQL 5.1.56-community

Hello all, I'm working to create a wiki environment using MediaWiki (the site is not editable by outsiders, so there is no real reason to share the site). I need to use the "Cite/CS1" extension/module within my environment to get the reference list as my customer wishes (essentially, exactly as they do in Wikipedia using the "{{{title}}}" . , Template:Cite book, Template:Cite news and Template:Cite web functions. This is for a research-based wiki site, so being able to generate consistent, accessible references is important.

I have directed my SysAdmin to https://en.wikipedia.org/wiki/Module:Citation/CS1 a few times, but what can I pass on to my SysAdmin that explains what exactly needs to be done? I believe that I have admin access to the site (not the server), so if there is something I can do from my end, that would be preferable. Jssteil~mediawikiwiki (talk) 21:11, 17 September 2013 (UTC)

Extension:Cite Dan-nl (talk) 06:50, 19 September 2013 (UTC)
Thanks for the reply, but not what I asked for. I need information on the Cite/CS1 module...they are indeed different. Jssteil (talk) 19:57, 19 September 2013 (UTC)
sorry about that; i missed the distinction. this should be more useful — after setting up mediawiki software on the web server, follow these instructions https://www.mediawiki.org/wiki/Manual:Importing_Wikipedia_infoboxes_tutorial. the Cite templates you mentioned are not infoboxes, but the principle is the same. you'll need a combination of efforts, sysadmin work in order to satisfy the preparation and wiki work to satisfy a bit of preparation and the other steps. Dan-nl (talk) 20:24, 19 September 2013 (UTC)
Hi please upgrade from Mediawiki 1.17 to 1.19.8 please because Mediawiki 1.17 is now unsupported 90.212.81.76 16:27, 8 October 2013 (UTC)

Protection creates new Revision

Hello, is it normal, that when I protect an article for some time, the protection and the unprotection creates a new revision of the article?

If it's normal, is there a way that the revision-id is preserved? I try to write an extension, and there is a step after a user triggered an action the article get's protected until another trigger. But i would like to keep the revision-id.

Thanks a lot. Finswimmer (talk) 09:36, 18 September 2013 (UTC)

It is normal. I don't know why it is way but I don't think you could easily make it different. MarkAHershberger(talk) 22:45, 20 September 2013 (UTC)

Mobile Mediawiki based on local data (with the possibility to import exported Mediawiki.pdf Data)?

Hey guys,

maybe my subject sounds a little weird for some of you but I'm looking for mobile version of Mediawiki based on local data. Reason for this: We don't want to publish our Mediawiki, so we thought about an acceptable solution for us. We thought about using some already existing extensions to export data from our local Mediawiki in .pdf format. If we could install Mediawiki on an mobile device and import .pdf-files there, this would be probably the best solution we could think about. Therefore my questions:

- Is there any chance to get Mediawiki on an mobile device? I saw the mobile Frontend, which would be amazing if we could use this Frontend on an mobile device but using only data we got on our phone. Remember, we don't wanna publish our wiki.

I feel sorry, if my research was just bad and someone of you just read this and post like the first link of google results here, but i couldn't find anything close to our thoutghs (except a mobile frontend which (unfortunately) doesn't help us). I don't please you to post a 100% solution, I mean I'm willed to do possible work on my own, but if you could post me some sources where I can find what I need and how this works - if this is even possible right now - it would be enough. I apreciate every kind of help.

So maybe a short version of the above part: Is there a mobile version of Mediawiki which is using local data only? If it's, is there a chance to import the data via .pdf files?

Thanks in advice. So Far Regards, Mike. 193.174.71.37 (talk) 14:24, 18 September 2013 (UTC)

Did this could be what I've been looking for? Mobile/PhoneGap/Tutorial
Or did I got this wrong? In my opinion this sounds like you're building an own standing Wiki which runs on a mobile phone and not only a frontend?
So Far. Regards, Mike. 193.174.71.37 07:02, 19 September 2013 (UTC)
"We"
You talk like Louis le Onzième. Nnemo (talk) 16:53, 26 January 2014 (UTC)

Are there any subscribe extension?

Hello all! Are the any extension that allows web users to subscribe for new articles in all my wiki website or new article in some category? Thx Fokebox (talk) 16:50, 18 September 2013 (UTC)

None that I know of, but this sort of information could be gotten pretty quickly from Special:RecentChanges. MarkAHershberger(talk) 16:27, 20 September 2013 (UTC)

incomplete information on your website

hello my name is Antonio N. Sabas you have incomplete information on your website how can I update this update information 66.87.116.207 (talk) 19:15, 18 September 2013 (UTC)

Help:Editing_pages Dan-nl (talk) 06:43, 19 September 2013 (UTC)

"Cannot find section", and a question about Pending Changes

I get this message every time I try to edit a section of the VisualEditor guide with the source editor. Also, until I am working with WMF on VE, can my edits bypass the pending changes thing? Do I have to request a flag or something to avoid that other people spend time double checking what I did? Thanks! Elitre (WMF) (talk) 19:49, 18 September 2013 (UTC)

Structured Input Wiki

I am a mediawiki noob so I apologize in advance for my ignorance. Here’s my problem. I installed mediawiki. I’m looking for certain extensions that will allow me to do the following. I’m trying to create a site where users can (1) create new pages that are basically profiles of people and (2) edit existing pages to leave feedback (including ratings) on a person. I need the create-new-page page to solicit/accept certain fields (e.g., first name, last name) rather than just be a blank slate like a normal wiki create-new-page page. Thanks in advance for any advice you can provide. 50.136.246.71 (talk) 22:57, 18 September 2013 (UTC)

Spontaneously I wonder if ArticleFeedbackv5 could be used for this purpose. Probably not, as the codebase might be very Wikimedia-specific. :-/ AKlapper (WMF) (talk) 11:50, 19 September 2013 (UTC)

[RESOLVED] i have some problems in using my wiki site‏

I want to briefly show you my problem We as the Copts in Egypt do not have professional encyclopedia And we are trying to document every large and small about the history of the Copts Unfortunately, we do not know for how to use the wiki Professionally we need you install and do some things: A- I want Show Side sections and appear on the home page of the wiki. B-Topics appear on the home page of the site Automaticly (Wikimedia special molds or something like that) C-Protection against Spam D-The list of languages for website translation into many languages E- Registration page Like Wikipedia F- template news for wikimedia Samoel Nashat (talk) 00:41, 19 September 2013 (UTC)

Hi Samoel, it's not entirely clear to me what the request is (plus using punctuation to make clear when a sentence ends and a new one begins would make your posting way more readable for others). First of all, am I right that you plan to set up your own wikipage on your own server? What are "topics" for you? C) For Spam protection, please see https://www.mediawiki.org/wiki/Manual:Combating_spam . F) You could just copy the template at https://www.mediawiki.org/wiki/Template:MediaWiki_News to your wikisite, if I understand correctly. AKlapper (WMF) (talk) 11:53, 19 September 2013 (UTC)
we need an expert install and Help me in installing all the necessary Model And templates of my Coptic wiki Samoel Nashat (talk) 01:20, 20 September 2013 (UTC)
It's very hard to help if you don't answer the questions. AKlapper (WMF) (talk) 10:56, 20 September 2013 (UTC)
alredy i have install wiki on my site but i need some help and need an expert Samoel Nashat (talk) 18:57, 20 September 2013 (UTC)
  • I rent space from one of the servers Samoel Nashat (talk) 19:01, 20 September 2013 (UTC)
It's very hard to help if you don't answer the questions. AKlapper (WMF) (talk) 10:56, 20 September 2013 (UTC)
As I wrote already, you need to elaborate, plus make your sentences more readable by using punctuation. Your short answers do not provide enough information so it is impossible to help. Plus I have answered some questions already. AKlapper (WMF) (talk) 14:23, 21 September 2013 (UTC)
We as the Copts in Egypt do not have professional encyclopedia And we are trying to document every large and small about the history of the Copts Unfortunately, we do not know for how to use the wiki
we need you install and do some things:
A - I want Show Side sections and appear on the home page of the wiki.
B- Topics appear on the home page of the site Automaticly (Wikimedia special molds or something like that)
C- Protection against Spam
D - The list of languages for website translation into many languages
E - Registration page Like Wikipedia
F - template news for wikimedia Samoel Nashat (talk) 21:19, 21 September 2013 (UTC)
So you posted your initial comment again, without explaining more. I have tried several times to get more information from you but this approach failed, so communication is not working out and I give up on this problem. Maybe somebody else here is better in communicating and can help. AKlapper (WMF) (talk) 10:59, 22 September 2013 (UTC)
my problems not resolved yet how you wrote (resolved) anyway thank you Samoel Nashat (talk) 03:11, 23 September 2013 (UTC)
I dont know wasnt me feel free to change subject again AKlapper (WMF) (talk) 15:09, 23 September 2013 (UTC)
Hi Andre,
I have changed the subject for the following reasons: You have in an understandable way asked for information, without which the questions cannot be answered. Although you did this again and again - which you did not even have to do - you still did not get the information asked for. It also does not seem to me like the thread-starter did not understand you - he with no word addressed your questions, but just repeated his former post, which was not helpful in any way. I feel fooled. To me all this does not seem like he really wants help so I set the thread to resolved. 88.130.119.131 16:09, 23 September 2013 (UTC)

Add Group Author Article

I want to add function Article Group Author to my mediawiki version 1.11. User can make a article group that have member group. only member in group that can edit article. What the best extension for this fuction? thanks. Ieebey (talk) 02:44, 19 September 2013 (UTC)

Any recommendation will require your manual testing, as 1.11 is extremely old and unmaintained. I recommend running a version that still receives security updates for vulnerabilities (1.19 or newer). AKlapper (WMF) (talk) 11:55, 19 September 2013 (UTC)
Hi please upgrade from Mediawiki 1.11 to Mediawiki 1.19 or higher please because Mediawiki 1.11 is now unsupported 90.212.81.76 16:28, 8 October 2013 (UTC)

how custom add new option menu on top menu after login

I want add new menu like screenshot above. if I click on that menu, new page appear. Please help me to make it. Thanks. Ieebey (talk) 03:03, 19 September 2013 (UTC)

Your screenshot confuses me. Is "New Page" just a link that shows up? What happens when you click it? Can we see this in action somewhere? Or, is this just an idea that you mocked up and want help implementing? MarkAHershberger(talk) 16:20, 20 September 2013 (UTC)
when I click that link will appear new page, how can I implementing that? Ieebey (talk) 02:17, 2 October 2013 (UTC)

Multiple importDump.php problems

I started by trying to upload a couple moderately sized files via the web interface "Import" tool. It worked fine for the small (900K) file but crashed returning a generic 500 error when trying to upload the larger (6M and 8M)files.

I did a little bit of reading and learned that for medium sized imports I should use importDump.php. From what I can tell, my files are still relatively small, but for good measure, I decided to try importDump instead. Unfortunately, I'm still having problems.

When I ran the script, I received the error:

Cannot get command line arguments, register_argc_argv is set to false

After quite a bit of beating my head against a wall, I discover that while the latest version of MediaWiki requires PHP 5.3.2 or higher, register_argc_argv has been deprecated in PHP 5.3 and removed entirely from 5.4. So, just for good measure, I temporarily downgraded to 5.2, but then I received the very uninformative response:

Status: 500 Internal Server Error Content-type: text/html

Questions:

Is there a way to get more detailed information out of my server on what is wrong, both for the importPHP and the Special Import page? What are the acceptable file sizes for imports? Where can I report the incompatibility with the the PHP versions? 166.147.120.26 (talk) 13:22, 19 September 2013 (UTC)

Hi!
When you cannot upload bigger files and you get an error 500, then there should be more information in the Apache error log. These will help you identify the exact problem. Without knowing it, I guess that you should increase the value of MaxRequestLen in your Apache configuration to e.g. 1310720.
If I understand you correctly, you say that you use the newest version of MediaWiki (which is 1.21.x), which needs PHP 5.3 at least. Anyway, it uses register_argc_argv, which is deprecated in PHP 5.3. Please make sure that you are really using the current files from MediaWiki 1.21 - and not some, which were left behind from an older version. Should MediaWiki 1.21 really still use the deprecated function, you should report this as a bug. 88.130.110.69 19:05, 19 September 2013 (UTC)

Acces MediaWiki on a Home Network (Win7)

I've installed the Mediawiki, and its work locally http://localhost/wiki), but I want to use it from other computers on my home network. I tried with the IP adress (http://192.168.xx.xx/wiki), but didn't work. I acces (from other computer) the XAMPP page, I can acces to phpMyAdmin, but the wiki... If I use this form: http://192.168.xx.xx/wiki/Index.php, I see my wiki's content, but the page is "crushed". I allow the Tomcat and the ports to communicate with Windows, but it isn't work properly. How can I fix this problem? Please help me! 78.92.41.153 (talk) 14:06, 19 September 2013 (UTC)

Hi!
Usually the variable $wgServer is set incorrectly in this case.
Cheers! 88.130.110.69 18:59, 19 September 2013 (UTC)
Hi! Thank you, it's work on WINDOWS 7, I set the $wgServer to my IP adress, and I can acces the wiki on home network.
But unfortunately It doesn't work with Windows Server 2008 R2. I've installed there the Wiki with the same settings (and port settings), I set the varieble, but it isn't work..
And I can't acces the wiki and the XAMPP webpage neither from other computers on my home network. What could be the problem?
I allowed the ports through firewall, I set the variable, but it isnt work... Please help. Thank you 46.251.31.104 11:55, 3 October 2013 (UTC)
Can you access XAMPP at all? If not, try disabling your firewall. MarkAHershberger(talk) 17:16, 3 October 2013 (UTC)
Check on your server if XAMPP is actually listening on a port. For example, running the following command:
netstat -n -a -o -p tcp
You should see on the "local address" column an entry listening to the port 80 (or whatever you configured in XAMPP), and see on the "PID" column the process ID of XAMPP (apache), which you can check using the task manager.
If it's there, the problem should be a firewall.
If the PID doesn't match, maybe you have also IIS running or another web server and XAMPP isn't able to use that port for listening. Ciencia Al Poder (talk) 09:35, 4 October 2013 (UTC)
I set the apache main port to 8090 from 80 (an other program need 80...but I know it isn't the problem becuase it's not work with the original port settings neither). So apache is running on 8090 and 443 ports.
I checked the netstat, and I DONT see 8090 (so I can't changed the default port on xampp,why?), just 80, and 443 (I have already restarted the computer, and the XAMPP, and the servers..), but this ports PID's are correct. (I see the same on command line and on the XAMPP interface).
The IIS is not running, and the httpd.exe are allowed through the windows firewall, so I don't have idea, whats the problem...:S But thanks the tips! 81.183.28.190 12:51, 4 October 2013 (UTC)
Just thought of something else to check: make sure apache is listening on your 192.* address and not only localhost. That's probably a configuration item. MarkAHershberger(talk) 00:59, 8 October 2013 (UTC)
Make sure that your Windows server's private subnet is the same private subnet as the rest of your network. Checking your bindings, as mentioned above, would be a good idea.
Also check whether your firewall exemptions cover the necessary scope - remember that in Windows 7 and Server 2008 R2, Windows Firewall deals with at least two types of network profiles, public and home (or domain if you use Active Directory). Jasper Deng (talk) 07:36, 8 October 2013 (UTC)

Best approach for wiki supporting multiple discrete projects/users?

I am in the process of deploying a wiki containing help and training pages for multiple software applications. At this point we have one wiki installed and have created all of the content for one piece of software, and are just beginning to create the content for a second piece of software. Ultimately I expect to host content for possibly up to 50 different applications. Each application has its own user base, but virtually all users will need access to the content for a second program, and in rare cases a third. Also, we have internal users who will need access to all of the content so I believe it imperative to have a single sign-on. However, it is strongly preferred by management that we be able to limit what content our wiki users have access to. The site will be password protected and anonymous access is blocked, so users are required to login. What I'd really appreciate are suggestions on the best approach to structuring the wiki(s) and controlling access. I have near complete flexibility about what gets implemented (although I will have to have solid justification for all changes), and we have not given access to any external users at this time. So, any suggestions about either structuring the content within a single wiki, or deploying/managing multiple wikis would be appreciated.

Thanks 76.104.85.22 (talk) 17:09, 19 September 2013 (UTC)

The easiest way I know to control access is by limiting access to a namespace (say "App1:") to users with the proper group. This can be done using Extension:Lockdown and $wgNamespacePermissionLockdown MarkAHershberger(talk) 16:15, 20 September 2013 (UTC)
Thanks, this looks promising. 76.104.85.22 19:18, 20 September 2013 (UTC)

Stopping Spam?

Hi,

I thought I had this sorted, but I clearly dont. I have new users being created and content uploaded. Email seems to be intermittent - sometimes I get notifications, other times I don't

URL is at http://www.actscoutaction.org.au/wiki/index.php/Special:RecentChanges


Here's some detail

LocalSettings.php:

# Disable anonymous editing
// Implicit group for all anonymous
$wgGroupPermissions['*'    ]['createaccount']   = false;
$wgGroupPermissions['*'    ]['read']            = true;
$wgGroupPermissions['*'    ]['edit']            = false;
$wgGroupPermissions['*'    ]['createpage']      = false;
$wgGroupPermissions['*'    ]['createtalk']      = false;

$wgUsersNotifiedOnAllChanges = array( 'WikiSysop', 'IvanSanders' );

Versions are:

MediaWiki 1.21.2 PHP 5.3.26 (litespeed) MySQL 5.5.32-31.0


Any help appreciated


Cheers

Ivan IvanSanders63 (talk) 20:57, 19 September 2013 (UTC)

I've tried to create new users on your wiki, with no avail: There's no create account action, and the api doesn't allow creating new accounts.
Your wiki seems to be compromised.
I see you have Extension:UserAdmin installed. I don't know if it has some vulnerability that would allow creation of such users.
I recommend you to investigate the source of the problem. For that matter, check your server's access log (enable them if they're disabled). That would tell you what URLs they're using to create new accounts, so you can identify the "hole" where they create new accounts. Ciencia Al Poder (talk) 09:27, 20 September 2013 (UTC)
Try updating Extension:UserAdmin from 0.5.0 to 0.9.0 90.220.104.123 13:27, 20 September 2013 (UTC)

how to use citation template

Dear all, i need your help, my wiki widuri.raharja.info i've installed cite citation, but so far what we can use only <"ref"> <"/reference"> i have no idea how to use the citation template like wikipedia "template:cite_book" "template:cite_web" etc is anyone can help me to let me know step by step to use the template? is there any other extension i have to use if i want to use citation template?

i would be glad if there is any video tutorial thanks Lia2yuliana (talk) 04:17, 20 September 2013 (UTC)

after setting up mediawiki software on the web server, follow these instructions https://www.mediawiki.org/wiki/Manual:Importing_Wikipedia_infoboxes_tutorial. the Cite templates you mentioned are not infoboxes, but the principle is the same. you'll need a combination of efforts, sysadmin work in order to satisfy the preparation and wiki work to satisfy a bit of preparation and the other steps. Dan-nl (talk) 04:32, 20 September 2013 (UTC)

Hi!

So I've been running a MediaWiki site on my Synology for a year or so. Everything was running smoothly last time i checked, but when I tried to login today I received the following error:

"Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again."

Cookies are not disabled in my browser (tested with Chrome and IE).. I haven't made any changes to my WikiMedia lately so I'm not sure why I'm getting this message now. The only change I can think of is the Perl package upgrade I did on my Synology a couple of weeks ago:

2013/08/27 21:24:17 Upgrade Perl: stop 5.8.6-0003 successfully 2013/08/27 21:24:27 Upgrade Perl: Uninstall 5.8.6-0003 successfully 2013/08/27 21:24:28 Upgrade Perl from 5.8.6-0003 to 5.8.6-0003 successfully

Have anyone experienced this issue? It kinda sucks to not be able to login to own wiki.. It doesn't seem like a commen issue. I have been googling for solutions, but haven't found anything yet. I've also tried:

http://stackoverflow.com/questions/16127882/how-can-i-fix-the-mediawiki-error-wiki-uses-cookies-to-log-in-users-you-have-c <- didn't work

Version:

MediaWiki 1.19 PHP 5.3.27 Database: MySQL 5.1.49

Thanks in advance 80.203.20.152 (talk) 10:38, 20 September 2013 (UTC)

The first thing you should check is if your wiki is sending cookies. You can check that using the developer tools of your web browser, seeing the HTTP traffic and looking for a cookie header. Specially when accessing the login page. You should clear your cookies before accessing it for this purpose, or enter in your browser's "private browsing", to be sure you get the initial cookie. Ciencia Al Poder (talk) 13:07, 21 September 2013 (UTC)
This is apparently a dumpe of this thread. There was a little information here that wasn't in the other (which is now resolved), so I left this one up instead of deleting it. MarkAHershberger(talk) 14:11, 21 September 2013 (UTC)

Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again. Please help :(

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


Hi!
So I've been running a MediaWiki site for a year or so. Everything was running smoothly last time i checked, but when I tried to login today I received the following error:
"Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again."
Cookies are not disabled in my browser (tested with Chrome and IE).. I haven't made any changes to my WikiMedia lately so I'm not sure why I'm getting this message now.
Facts:
Version:
MediaWiki 1.19
PHP 5.3.27
Database: MySQL 5.1.49
Have anyone experienced this issue? It kinda sucks to not be able to login to own wiki as I have a lot of information there I do not wish to loose.. It doesn't seem like a commen issue. I have been googling for solutions, but haven't found anything yet. I've also tried:
http://stackoverflow.com/questions/16127882/how-can-i-fix-the-mediawiki-error-wiki-uses-cookies-to-log-in-users-you-have-c <- didn't work
Also: sorry for this duplicate post, but I could not update the content of my first post, only the subject..
Thanks in advance 80.203.20.152 (talk) 13:35, 20 September 2013 (UTC)
Hm, i really thought this was the #1 place to get help :S 80.203.20.152 14:50, 20 September 2013 (UTC)
did you see my reply? MarkAHershberger(talk) 16:16, 20 September 2013 (UTC)
Since this seems to be related to session storage, what does you phpinfo say is the session directory? (Here is how to get the phpinfo information.) MarkAHershberger(talk) 16:06, 20 September 2013 (UTC)
Hi Mark,
Thanks for your reply. I have been looking into the session stuff as well before I posted here. Please see link for PHP session paramters. 80.203.20.152 18:24, 20 September 2013 (UTC)
So, what are the permissions on /tmp? MarkAHershberger(talk) 20:27, 20 September 2013 (UTC)
drwxrwxrwt 8 root root 1.4K Sep 20 23:43 tmp 80.203.20.152 21:35, 20 September 2013 (UTC)
Ugh...
Can you turn on the debug log? It should show the request headers. Could you verify that the cookie headers are being sent?
Look through the rest of the debug log file, maybe sanitize it and post it to pastebin, and see if you see any problems there.
Trying to think of some more things to try... MarkAHershberger(talk) 21:43, 20 September 2013 (UTC)
Sure thing. Debug is enabled. Tried to login one more. Output is below. Hope this makes more sense to you than it does to me :)
Start request
POST /MediaWiki/index.php?title=Spesial:Logg_inn&action=submitlogin&type=login
HTTP HEADERS:
HOST: randomhost
CONNECTION: keep-alive
CONTENT-LENGTH: 109
CACHE-CONTROL: max-age=0
ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
ORIGIN: http://randomhost
USER-AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.66 Safari/537.36
CONTENT-TYPE: application/x-www-form-urlencoded
REFERER: http://randomhost/MediaWiki/index.php?title=Spesial:Logg_inn&action=submitlogin&type=login
ACCEPT-ENCODING: gzip,deflate,sdch
ACCEPT-LANGUAGE: en-US,en;q=0.8
COOKIE: stay_login=0; id=8WkM3tsRm8iDY
CACHES: EmptyBagOStuff[main] SqlBagOStuff[message] SqlBagOStuff[parser]
Class LanguageNb not found; skipped loading
LocalisationCache: using store LCStore_DB
Connecting to localhost my_wiki...
Profiler::instance called without $wgProfiler['class'] set, falling back to ProfilerStub for safety
Connected to localhost my_wiki.
Fully initialised
session_set_cookie_params: "0", "/", "", "1", "1"
wfFixSessionID: PHP's built in entropy is disabled or not sufficient, overriding session id generation using our cryptrand source.
MWCryptRand::realGenerate: Generating cryptographic random bytes for wfFixSessionID/MWCryptRand::generateHex/MWCryptRand::realGenerateHex/MWCryptRand::generate/MWCryptRand::realGenerate
MWCryptRand::realGenerate: openssl_random_pseudo_bytes generated 16 bytes of strong randomness.
MWCryptRand::realGenerate: 0 bytes of randomness leftover in the buffer.
Unstubbing $wgAuth on call of $wgAuth::validDomain from LoginForm::load
Connecting to localhost my_wiki...
IP: 10.0.0.20
Connected to localhost my_wiki.
MessageCache::load: Loading nb... got from global cache
Unstubbing $wgParser on call of $wgParser::firstCallInit from MessageCache::getParser
Parser: using preprocessor: Preprocessor_DOM
Unstubbing $wgLang on call of $wgLang::_unstub from ParserOptions::__construct
MWCryptRand::realGenerate: Generating cryptographic random bytes for LoginForm::setLoginToken/MWCryptRand::generateHex/MWCryptRand::realGenerateHex/MWCryptRand::generate/MWCryptRand::realGenerate
MWCryptRand::realGenerate: openssl_random_pseudo_bytes generated 16 bytes of strong randomness.
MWCryptRand::realGenerate: 0 bytes of randomness leftover in the buffer.
Class SkinVector not found; skipped loading
Class PEAR_Error not found; skipped loading
DatabaseBase::query: Writes done: REPLACE INTO `msg_resource` (mr_resource,mr_lang,mr_blob,mr_timestamp) VALUES ('user.options','nb','{}','20130920222847')
OutputPage::sendCacheControl: private caching;  **
Request ended normally
80.203.20.152 22:27, 20 September 2013 (UTC)
I'm just looking at this right now, but the things I'm looking for are session-related, of course. I'm wondering about the following lines:
wfFixSessionID: PHP's built in entropy is disabled or not sufficient, overriding session id generation using our cryptrand source.
but you didn't say PHP was upgraded, so this probably isn't the cause.
I assume that you're seeing the "Wiki uses cookies..." right after this request, right?
I'm disappointed that there were better messages. If I give you a patch, can you apply it so we get some better messages? MarkAHershberger(talk) 00:49, 21 September 2013 (UTC)
Hi,
I tried to login today, and now it works :S. Makes no sense, but i'm going to export my wiki just in case. 2A01:600:1:0:80F0:5497:38F2:AE17 08:37, 21 September 2013 (UTC)
Thanks for letting me know. In the meantime, I found a couple of things that may help troubleshoot this if I see it again. That, and I'm going to get some better messages added to the debug log. MarkAHershberger(talk) 13:47, 21 September 2013 (UTC)
Hmm, seems that Wikimedia didn't like my formatting. <code>/<code> didn't do the trick so I just took syntaxhighlight.. Didn't expect to get the "invalid language" box as well :S Please let me know if I should upload a file with the output to my dropbox. 80.203.20.152 22:32, 20 September 2013 (UTC)
I edited it. For these sorts of things, <syntaxhighlight lang='text'> is best. MarkAHershberger(talk) 00:19, 21 September 2013 (UTC)
Has there been any recent updates on solving this? It happened to me before shortly after installing the wiki and so i simply started over but now it has happened again, so i will need to find out the issue and deal with it properly.
It has been like this for a week now so i dont think it will go away itself like with the original poster.
Note: I am an application developer but i dont know a thing about websites so it could be a very basic mistake i am making.
I have tried cleaning my tmp folder at the webstie route and i have made sure the php.ini says session.save_path = "/tmp"; as directed by the link: http://stackoverflow.com/questions/1148583/problem-with-mediawiki-cookies/14067411#14067411
I also created a /tmp folder in the wiki folder.
Any help would be greatly appreciated. 176.252.66.24 20:01, 23 October 2013 (UTC)
For me, deleting existing sessions (rm -v /tmp/sess_*) fixed the cookie/log-in issue. Very weird. 78.52.100.183 11:28, 1 December 2014 (UTC)
I have the same problem tryed all of the above but still cannot login any more :
any sugestions :
Start request POST /wiki/index.php?title=Special:UserLogin&action=submitlogin&type=login&returnto=Main+Page
HTTP HEADERS:
CONTENT-LENGTH: 100
CONTENT-TYPE: application/x-www-form-urlencoded
ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
ACCEPT-ENCODING: gzip, deflate
ACCEPT-LANGUAGE: nl-NL,nl;q=0.8,en-US;q=0.6,en;q=0.4
CACHE-CONTROL: max-age=0
CONNECTION: keep-alive
COOKIE: wiki_wiki__session=Xey8ruUjT37RkHTyxBSSjx44RJ7BjPTKHeamAP6LBL3LpnDhXhh8OTM5Wq8p8sFi; wiki_wiki__session=iRjV8yFo0IyUovl16xefXbd_KwT3wgFCRC3b1YylJD5wvV0MHdPQHsW8eebXjPgd
HOST: some.site.nl
ORIGIN: https://some.site.nl
REFERER: https://some.site.nl/wiki/index.php?title=Special:UserLogin&action=submitlogin&type=login&returnto=Main+Page
USER-AGENT: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36
[caches] main: MemcachedPhpBagOStuff, message: MemcachedPhpBagOStuff, parser: MemcachedPhpBagOStuff
[caches] LocalisationCache: using store LCStoreCDB
Fully initialised
MessageCache::load: Loading en... got from global cache
Unstubbing $wgParser on call of $wgParser::firstCallInit from MessageCache::getParser
Parser: using preprocessor: Preprocessor_DOM
Unstubbing $wgLang on call of $wgLang::_unstub from ParserOptions::__construct
MWCryptRand::realGenerate: Generating cryptographic random bytes for LoginForm::setLoginToken/MWCryptRand::generateHex/MWCryptRand::realGenerateHex/MWCryptRand::generate/MWCryptRand::realGenerate
MWCryptRand::realGenerate: openssl_random_pseudo_bytes generated 16 bytes of strong randomness.
MWCryptRand::realGenerate: 0 bytes of randomness leftover in the buffer.
QuickTemplate::__construct was called with no Config instance passed to itIP: ****:****:****:****:****:****:****:****
Connected to database 0 at dbclus01-int.some.nl
OutputPage::sendCacheControl: private caching;  **
LoadBalancer::reuseConnection: this connection was not opened as a foreign connection
[runJobs] Running 1 job(s) via '/wiki/index.php?title=Special%3ARunJobs&tasks=jobs&maxjobs=1&sigexpiry=1417960979&signature=7e34d77cc66f5a8f8db8ab8e65f4feef8d4b4322'
[runJobs] Failed to start cron API: received 'HTTP/1.1 302 Found
'
Request ended normally
Basd1982 (talk) 14:25, 7 December 2014 (UTC)
Is there way to disable cookie login ? Basd1982 (talk) 14:25, 7 December 2014 (UTC)
i got the same errorː
uses cookies to log in users. You have cookies disabled. Please enable them and try again.
then added the following lines to LocalSettings.phpː
$wgDebugToolbar = true;
$wgDebugLogFile='/var/log/mediawiki/mediawiki.log';
$wgShowExceptionDetails = true;
$wgShowDebug = true;
$wgDevelopmentWarnings = true;
and the debug shows errorː
[memcached] Memcached error: Error connecting to 127.0.0.1:11211: Connection refused
[MessageCache] MessageCache::load: Loading en... global cache is empty, waited for other thread to complete, global cache is empty, could not acquire status key., loading FAILED - cache is disabled
then commented out the following lines in LocalSettings.phpː
$wgMainCacheType = CACHE_MEMCACHED;
$wgParserCacheType = CACHE_MEMCACHED; # optional
$wgMessageCacheType = CACHE_MEMCACHED; # optional
$wgMemCachedServers = array( "127.0.0.1:11211" );
$wgSessionsInMemcached = true; # optional
I was able to login without error after. 199.x.x.x 12:30, 21 July 2015 (UTC)
Its certainly not the best solution, but simply disabling caching helped for us. 2A00:1398:200:200:29E0:ABCF:F6EA:B302 (talk) 10:56, 29 September 2015 (UTC)
Finaly is found the problem en solution
THe problem is only there when session.referer_check = On is set .
So set session.referer_check = off en problem solved Basd82 (talk) 20:53, 6 October 2015 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

[RESOLVED] New Installation Errors (IIS)

Windows Server 2008 R2 PHP Version 5.3.24 (used web installer) MySQL 5.6 (used msi installer)

Setup everything up. Successfully managed to go through the setup process. Accespted defaults where required. Added all options in modules selection. Completed. Tried to open website and got a HTTP 500 error straight away. Was able to run the setup so slightly confused. The wiki isnt public facing so cannot provide a link.

Was it the setup process that caused the issue? GrendonPrimary (talk) 13:38, 20 September 2013 (UTC)

What does your error log say caused the HTTP 500?
If you don't see anything there, then put the following at the top of your LocalSettings.php (after the "<?php" line) and tell us what appears on your wiki:
error_reporting( -1 );
ini_set( 'display_errors', 1 ); MarkAHershberger(talk) 14:46, 20 September 2013 (UTC)
Hi there!
I had the same Issue. I did change LocalSettings.php like mentione and I got the error File(C:\Windows\TEMP) is not within the allowed path(s):....... Then I added path C:\Windows\TEMP to PHP.ini file. After that I got another http 500 error without any other error explanation as at begining.
Almost forgot, PHP is running (I can open php info page within IIS), I did the whole installation regular way with no errors. Problem shows up after installation when I need to "go to my wiki" page.
Thank you. Zajonara (talk) 12:35, 22 May 2014 (UTC)
Try to find an error message so we could look what's the cause of the error.
Look at the webserver's error log, and follow the steps in Manual:How to debug to enable error displaying/logging Ciencia Al Poder (talk) 09:31, 23 May 2014 (UTC)
As I'not professional in php, I am having a hard time with debugging. Like you said in How to debug, I added in php.ini: error_reporting = E_ALL | E_STRICT
display_errors = On
And I got:
Warning: require_once(C:\inetpub\wwwroot\wiki\LocalSettings.php): failed to open stream: Permission denied in C:\inetpub\wwwroot\wiki\includes\WebStart.php on line 136
Fatal error: require_once(): Failed opening required 'C:\inetpub\wwwroot\wiki/LocalSettings.php' (include_path='.;C:\php\pear') in C:\inetpub\wwwroot\wiki\includes\WebStart.php on line 136
I could send you the whole file if you can help me. All permissions are set, but I don't understand for whic setting is permission denied.
Regards, Zajonara (talk) 16:44, 23 May 2014 (UTC)
Hi!
The relevant part is
> Warning: require_once(C:\inetpub\wwwroot\wiki\LocalSettings.php): failed to open stream: Permission denied in ...
That means that the permissions of the file C:\inetpub\wwwroot\wiki\LocalSettings.php are wrong. The webserver user wants to, but cannot access the file.
I am not familiar with the permission system on your Windows server. However, on a Unix system (which you don't have), the fix would be to make sure that the webserver user either is the owner of the file or that he is in the owner's user group.
I would now view the file permissions for LocalSettings.php and those of other files in the webroot (e.g. of api.php or of includes\WebStart.php, which you obviously can access) and change of LocalSettings.php so that they are the same as for api.php or includes\WebStart.php. 88.130.64.129 17:19, 23 May 2014 (UTC)
The problem are permissions for C:\inetpub\wwwroot\wiki\LocalSettings.php
You should make it readable by the web server (IIS, I asume). Try adding the same permissions as other files. You may need to allow permission inheritance for that file (look at http://support.microsoft.com/kb/313398) Ciencia Al Poder (talk) 17:22, 23 May 2014 (UTC)
Hi!
All permissions are Inherited from parent folder and first I did I have set IUSR (pre IIS 7 IUSR_Machine Name) and IIS_WPG read and write permissions. I also checked effective permissions and changed ownership to IUSR and second time to IIS_WPG. Same result.
I also tried installing MediaWiki in different folder and with same result.
Is there some special setting in AppPool on IIS? Does Wiki need separated AppPool? If does, what are the settings?
Regards, Zajonara (talk) 18:13, 23 May 2014 (UTC)
Double-check permissions again. PHP can read C:\inetpub\wwwroot\wiki\includes\WebStart.php, but can't read C:\inetpub\wwwroot\wiki\LocalSettings.php.
Compare permissions of both files and ensure they're the same. Ciencia Al Poder (talk) 19:26, 23 May 2014 (UTC)
After hours and hours of error debugging....I have come to conclusion:
1. If you have IIS (Web server) installation wit server in domain = AVOID using inetpub folder
2. Add your Mediawiki folder to C or D drive
3. Add new user to domain, ie wikiiis - add this user to IUSR group in AD
4. Set up new app pooll, ie Wiki - setup wikiiis user as owner in app pool
5. in path info, connect as: domain\wikiiis, pass for this user, test connection
6. on Mediawiki folder grant access for IIIS WPG and IUSR
7. finalize installation, copy LocalSettings.php to installation folder (root)
8. check Security settings it should be as parent folder - sometimes it wont inherit Security rights
Page is now OK.
Thank you for your time and HELP!
Regards, Zajonara (talk) 19:14, 25 May 2014 (UTC)

Server Configuration Problem with httpfunctions.php and Http::get

Hello, I was trying to troubleshoot a problem with an extension which suggested that my Http class isn't working. Printout statements in the 'request' function don't seem to even hit. Am thinking it's a cURL configuration issue, but I'm not generating any errors and I can use cURL in basic php scripts no problem. MW 1.18.1 on Ubuntu server 12.04 w/ PHP 5.3.10 (also tested upgrade to 1.21.2 to see if that fixed it, but it didn't). There some kind of dependency I might be missing? This one's got me miffed. Lbillett (talk) 00:26, 21 September 2013 (UTC)

Could you post how you've modified the code and the output you're getting? MarkAHershberger(talk) 01:15, 21 September 2013 (UTC)
Well, the extension calls Http::get and flips it the URL. Here's my snippet of /includes/httpfunctions.php starting around line 60 or so.
$req = MWHttpRequest::factory( $url, $options );
		$status = $req->execute();
		if ( $status->isOK() ) {
			return $req->getContent();
		} else {global $wgOut; $wgOut->addHTML('something wrong! <br>');
			return false;
		}
I added the global to $wgOut, and it's getting output. Something is causing MWHttpRequest::factory to fail. Still thinking it's some kind of php library I don't have. Ideas? Lbillett (talk) 11:30, 21 September 2013 (UTC)
Did a little more exploring. I see further down ~line 770 there's a test on whether curl executed property, and sets $code with the error text. Added an output there.
if ( false === curl_exec( $curlHandle ) ) {
	$code = curl_error( $curlHandle );
	global $wgOut; $wgOut->addHTML($code.'<br>');
...
This returned
Couldn't resolve proxy 'host'
Not sure why this error isn't popping up through PHP error_reporting or $wgShowExceptionDetails which are set to E_ALL | STRICT and TRUE respectively (display_errors is on).
The getenv('http_proxy') is returning http://user:password@host:port/. Hopefully if if I can find where that's set we're laughing. Lbillett (talk) 13:22, 21 September 2013 (UTC)
.....or as the case may be, unset. This must have gotten set somehow during the last server start up or in messing around after. I reset the server and http_proxy unset itself.
Everything works perfect.
I'm such a twit. Lbillett (talk) 13:55, 21 September 2013 (UTC)

I install two wikis from the same source code.

http://en.bdmv.info/snowiki/Main_Page

http://zh.bdmv.info/snowiki/%E9%A6%96%E9%A0%81


If I want to add a toolbar like wikipedia to link the items from each wiki, how should I do?

http://blessing.bdmv.info/temp/wiki_language.png

please help me,thanks Goddesschi (talk) 03:40, 21 September 2013 (UTC)

Use Interwiki Links wargo (talk) 16:28, 12 October 2013 (UTC)
Hi friend,
About the Interwiki, I had installed the Interwiki extension.
You can see these items for example.
http://zh.bdmv.info/snowiki/OVH
and
http://en.bdmv.info/snowiki/OVH
and the above content "sz:OVH" hyperlink can link to http://zh.bdmv.info/snowiki/OVH.
Both these two mediawiki have the same item, I really want to know how to create a edit region like wikipedia to edit and like both items like below picture.
Could you provide more clear tutorial, thanks
http://blessing.bdmv.info/temp/wiki_language.png
goddesschi Goddesschi (talk) 13:43, 19 October 2013 (UTC)

[RESOLVED] Wiki worked fine. Restored site & database to new host & getting 404 not found

The host restored the database for me just to make sure it was done properly. They said my site is connecting to the database fine. I also zipped everything in the root of my site from my old host and unzipped into the domain root of the new host. So I don't know why I'm getting 404 page not found on every page of my site.

Can anyone here fix this if I give my cPanel password? Holygamer (talk) 06:45, 21 September 2013 (UTC)

Are you serious when you say you'll give your password to any strange? o_O Please don't do that
Check your error logs. The most probably cause is that the folder published to the web is not the folder where you unzipped the content. Or you have wrong rewrite rules set in your .htaccess Ciencia Al Poder (talk) 13:16, 21 September 2013 (UTC)
I've solved the problem. The host did not have hidden files turned on so my .htaccess file wasn't shown. Holygamer (talk) 13:18, 21 September 2013 (UTC)

how to reduce page size?

Hi,

My wiki is www.ktap.org, the page seems too large for me, can I reduce it a little like "www.open-zfs.org", which both use mediawiki, Thanks.

.jovi 122.233.177.236 (talk) 09:44, 21 September 2013 (UTC)

Yes, you can add according CSS styles to the MediaWiki page MediaWiki:Common.css. You can get an idea of the changes you need by checking open-zfs with Firebug. 88.130.65.36 12:48, 21 September 2013 (UTC)
Thanks, one issue I encountered is MediaWiki:Common.css doesn't work no matter what I insert.
Do you know what's the problem in here? 122.233.177.236 13:14, 21 September 2013 (UTC)
No, I don't know what the problem is. Currently your wiki is not viewable, because the database connection is broken. Maybe you have old styles in your browser cache, maybe you are caching the files on the server or maybe you have just not added the right CSS rules to get the desired result. 88.130.65.36 13:58, 21 September 2013 (UTC)
It looks like Common.css is working now. You've hidden the powered-by icon there and it doesn't show up on your wiki. MarkAHershberger(talk) 14:07, 21 September 2013 (UTC)
They've altered Vector skin to add another element between the body element and the #content. Otherwise it's not possible to make Vector a centered fixed-width skin. Ciencia Al Poder (talk) 14:11, 21 September 2013 (UTC)

Updated to 1.21.2; all article pages returning "No Such Action"

I just updated my wiki from 1.21.1 to 1.21.2 and now all article pages, including Main_Page, are returning "No such action". Special: pages and other parts of my wiki seem to be working normally. I'm not sure where to start looking to troubleshoot.

MediaWiki: 1.21.2
PHP: 5.3.13 (cgi-fcgi)
MySQL: 5.0.37-standard
URL: http://clantitan.org/rpwiki/ Zarggg (talk) 22:08, 21 September 2013 (UTC)

I haven't seen anything like this before.
You can try removing rewrite rules, and see if accessing through index.php?title=Main_Page works.
Another thing you can do is setting a debug log and post here the output of one request. Ciencia Al Poder (talk) 18:30, 22 September 2013 (UTC)
Please post your .htaccess. Even accessing the urls with title= as Ciencia Al Poder suggests (here) gives the error. Very strange. MarkAHershberger(talk) 18:48, 22 September 2013 (UTC)
I have temporarily reverted to my backup from before the update. There were no issues after reverting, so I will try again at a later time. Zarggg (talk) 17:11, 1 October 2013 (UTC)

How to keep local wikipedia updated ?

What has been done :

1. Using mwdumper page-articles-latest.xml.bz (from wikipedia dumps) imported into database mediaWiki/maintenance/tables.sql

2. So now the local mediaWiki at IP/mediawiki/index.php/SearchTerm works fine.


What needs to be done :

1. The local wikipedia should reflect the changes being constantly made to wikipedia.

ie., The database should keep on reflecting all the changes made in wikipedia.

So, what are the ways by which the local wikipedia can get the changes from wikipedia and keep the database up to date ?


Some challenges :

1. Huge amount of revisions to pages made every minute in wikipedia.

2. No incremental dumps (only experimental) available in wikipedia. Reenu (talk) 05:12, 22 September 2013 (UTC)

See the recent changes feeds. MarkAHershberger(talk) 18:42, 22 September 2013 (UTC)
Thanks, I saw the recent changes feeds, it provides live feed of URL's that contain the diff between latest and previous revisions and their links.
example URL http://en.wikipedia.org/w/index.php?diff=574143282&oldid=573683548.
I still am unclear about how to use this data to update the local wikipedia database. In the above link, the new revision is at http://en.wikipedia.org/w/index.php?title=Cruelty_to_animals&oldid=574143282
Does this entire page needs to be downloaded by mediaWiki API and inserted to database replacing older entry ?
In this case, is one allowed to download so large amount of data from wikipedia ? (so many pages get changed)
Also is there some way by which only infoBox revisions can be listed ? Reenu (talk) 06:53, 23 September 2013 (UTC)
If you're interested in infobox revisions, check out wikidata's recent changes since my understanding is that this information is moving there. MarkAHershberger(talk) 15:43, 23 September 2013 (UTC)

Templates behaving strangely.

While setting up local wikipedia, by using latest wikipedia dumps, the templates were showing with redlink - saying page did not exist. So using Special:Export page in wikipedia, exported a template and imported it by Special:import page in local wiki.


So what happened is, now the template was not transcluded, but on clicking that template link, the page opened containing template source. After some time, the template was transcluded, and it worked as it should.


I tried some more templates, but sometimes it did work after some time, and in some cases it did not ever. Why this strange behavior ?


Also in the mediaWiki local database-tables.sql, the table templatelinks(which was initially empty) got filled when I created new templates. But also if the templatelinks is empty and I open a page in which I created a template, the table fills up automatically, what is the working and role of templatelinks table ?


To fill up all the templates in wikipedia for latest dumps, I found a file templatelinks.sql in latest dumps folder. So this filled up the templatelinks table, and it seems that this contains all the templates, so no need to import templates from wikipedia, but then also the templates did not transclude, after the templatelinks table got filled. Reenu (talk) 05:29, 22 September 2013 (UTC)

I would try running refreshLinks.php and/or rebuildrecentchanges.php. MarkAHershberger(talk) 19:18, 22 September 2013 (UTC)
I found out that some of the template which were not transcluding were not in database. So the new problem I got is
https://www.mediawiki.org/wiki/Project:Support_desk#Some_pages_missing_from_page_table._33600 Reenu (talk) 11:02, 25 September 2013 (UTC)

Not able to set permissions on page

I have got 2 Namespaces. In 1 namespace I wanted to have restricted access i.e page should not be editable without the person logged in. It is working fine(thanks to help from this forum only). Now I want to have the Main Page (in the 2nd name space) be accessible as readonly to all and only selective group be able to edit this main Page. Will appreciate if I can get some help here. Vivek.Prakash (talk) 10:17, 22 September 2013 (UTC)

If you're just worried about the main page, you can protect it. MarkAHershberger(talk) 18:37, 22 September 2013 (UTC)
Yes, it worked. Thanks a lot. Vivek.Prakash (talk) 14:47, 24 September 2013 (UTC)

Allow account creation only from specific email domains.

I'd like to allow teachers from my school board to create an account on our wiki, but ONLY if they have an email addresses from a specific domain. (Ex. ___@schoolboard.com). The end result would be only teachers from specific school boards would be able to create accounts and edit.
An array to add multiple school board domains would be great.
Any ideas?
Thanks! MarkJurgens (talk) 18:19, 22 September 2013 (UTC)
This is easy to do by using the AbortNewAccount hook. Something like the following (untested, but based on code I use):
function abortOnBadDomain($user, &$message) {
	global $wgRequest;
	$allowedDomains = array( "school.edu", "k12.us" );
	$email = $wgRequest->getText( 'wpEmail' );
	$emailSplitList = explode("@", $email, 2);
	if ( isset( $emailSplitList[1] ) ) {
		foreach( $allowedDomains as $domain ) {
			if ( $emailSplitList[1] === $domain ) ) {
				return true;
			}
		}
	}
	$message = "Domain blocked";
	return false;
}
$wgHooks['AbortNewAccount'][] = 'abortOnBadDomain';
MarkAHershberger(talk) 19:14, 22 September 2013 (UTC)
Thanks Mark,
I may have sounded like a programmer in my initial request, and I've got a good handle on configuring Mediawiki, so excuse my ignorance:
Where do I put this code?
On another note, are there a way to find a coder(s) who might want to help me with an educational project? I can float server costs but developer might tank my non-existent budget. :)
Thanks again!
P.s. Nice blog. MarkJurgens (talk) 01:02, 28 September 2013 (UTC)
You can put the code at the bottom of your LocalSettings.php file. It should work there. Let me know if you run into problems with it.
I'm not sure how to find a volunteer coder, but you might find someone who has some interest, or who can offer you pointers by writing about your project on mail:mediawiki-l.
Thanks! MarkAHershberger(talk) 02:48, 28 September 2013 (UTC)
this might be helpful for others:
http://www.mediawiki.org/wiki/Extension:EmailDomainCheck 192.203.160.241 20:19, 28 May 2015 (UTC)
Due to the deprecation of AbortNewAccount hook, the previous the previous answer from @MarkAHershberger does not work anymore (so as the EmailDomainCheck extension).
Here is an updated version that you can include in LocalSettings.php (tested on 1.41)
class AllowedDomainPreAuthenticationProvider extends \MediaWiki\Auth\AbstractPreAuthenticationProvider {
    public function testForAccountCreation( $user, $creator, array $reqs ) {
        $allowedDomains = array( "school.edu", "k12.us" );
        $email = $user->mEmail;
        $emailSplitList = explode("@", $email, 2);
        if ( isset( $emailSplitList[1] ) ) {
            foreach( $allowedDomains as $domain ) {
                if ( $emailSplitList[1] === $domain ) {
                    return \StatusValue::newGood();
                }
            }
        }
        $message = "Blocked domain ($emailSplitList[1]). Allowed domains are : " . implode(', ', $allowedDomains);
        return \StatusValue::newFatal($message);
    }
}
$wgAuthManagerAutoConfig['preauth'] = [
    'AllowedDomainPreAuthenticationProvider' => [
        'class' => 'AllowedDomainPreAuthenticationProvider',
        'sort' => 1,
    ],
];
FabienAndre (talk) 19:39, 5 May 2024 (UTC)

Account creation from a specific token.

An alternate to my previous question might be to create an account by providing a token.

Currently I've tried to use Questy Captcha and pass out the answer as a 'token'.

Maybe there's a better way?

Can users be given two account creation methods? (Token or pre-approved school board email?) Thanks again! MarkJurgens (talk) 18:19, 22 September 2013 (UTC)

Sure, you just need to ask the CAPTCHA to users without the approved email address. MarkAHershberger(talk) 19:19, 22 September 2013 (UTC)

Forgot Password and wiki isn't emailing me a new one.

Officialasim. I cant reset my password using the normal technique. I really would appreciate any help. Also as proof I guess I could say I tried to change my name to officialwiki123 or something and you can check that.

Wiki doesnt email me a temporary one at all. 182.185.101.227 (talk) 06:54, 23 September 2013 (UTC)

Hi!
In which wiki are you trying to reset your password? Are you speaking about wikipedia or another wiki (e.g. one which you are administrating)? 88.130.127.189 12:41, 23 September 2013 (UTC)

[RESOLVED] Trying to update mediawiki from 1.19.0 to latest version with update.php

Hi,

i'm trying to update my mediawiki to latest version with

php update.php

from the maintenance folder but it is not working.

It do get output after executing the command, but the version is still the same:

MediaWiki 1.19.0 Updater

Going to run database updates for my_wiki
Depending on the size of your database this may take a while!
Abort with control-c in the next five seconds (skip this countdown with --quick) ... 0
...have ipb_id field in ipblocks table.
...have ipb_expiry field in ipblocks table.
...already have interwiki table
...indexes seem up to 20031107 standards.
...hitcounter table already exists.
...have rc_type field in recentchanges table.
...have user_real_name field in user table.
...querycache table already exists.
...objectcache table already exists.
...categorylinks table already exists.
...have pagelinks; skipping old links table updates
...il_from OK
...have rc_ip field in recentchanges table.
...index PRIMARY already set on image table.
...have rc_id field in recentchanges table.
...have rc_patrolled field in recentchanges table.
...logging table already exists.
...have user_token field in user table.
...have wl_notificationtimestamp field in watchlist table.
...watchlist talk page rows already present.
...user table does not contain user_emailauthenticationtimestamp field.
...page table already exists.
...have log_params field in logging table.
...logging table has correct log_title encoding.
...have ar_rev_id field in archive table.
...have page_len field in page table.
...revision table does not contain inverse_timestamp field.
...have rev_text_id field in revision table.
...have rev_deleted field in revision table.
...have img_width field in image table.
...have img_metadata field in image table.
...have user_email_token field in user table.
...have ar_text_id field in archive table.
...page_namespace is already a full int (int(11)).
...ar_namespace is already a full int (int(11)).
...rc_namespace is already a full int (int(11)).
...wl_namespace is already a full int (int(11)).
...qc_namespace is already a full int (int(11)).
...log_namespace is already a full int (int(11)).
...have img_media_type field in image table.
...already have pagelinks table.
...image table does not contain img_type field.
...already have unique user_name index.
...user_groups table exists and is in current format.
...have ss_total_pages field in site_stats table.
...user_newtalk table already exists.
...transcache table already exists.
...have iw_trans field in interwiki table.
...wl_notificationtimestamp is already nullable.
...index times already set on logging table.
...have ipb_range_start field in ipblocks table.
...no page_random rows needed to be set
...have user_registration field in user table.
...templatelinks table already exists
...externallinks table already exists.
...job table already exists.
...have ss_images field in site_stats table.
...langlinks table already exists.
...querycache_info table already exists.
...filearchive table already exists.
...have ipb_anon_only field in ipblocks table.
...index rc_ns_usertext already set on recentchanges table.
...index rc_user_text already set on recentchanges table.
...have user_newpass_time field in user table.
...redirect table already exists.
...querycachetwo table already exists.
...have ipb_enable_autoblock field in ipblocks table.
...index pl_namespace on table pagelinks includes field pl_from.
...index tl_namespace on table templatelinks includes field tl_from.
...index il_to on table imagelinks includes field il_from.
...have rc_old_len field in recentchanges table.
...have user_editcount field in user table.
...page_restrictions table already exists.
...have log_id field in logging table.
...have rev_parent_id field in revision table.
...have pr_id field in page_restrictions table.
...have rev_len field in revision table.
...have rc_deleted field in recentchanges table.
...have log_deleted field in logging table.
...have ar_deleted field in archive table.
...have ipb_deleted field in ipblocks table.
...have fa_deleted field in filearchive table.
...have ar_len field in archive table.
...have ipb_block_email field in ipblocks table.
...index cl_sortkey on table categorylinks includes field cl_from.
...have oi_metadata field in oldimage table.
...index usertext_timestamp already set on archive table.
...index img_usertext_timestamp already set on image table.
...index oi_usertext_timestamp already set on oldimage table.
...have ar_page_id field in archive table.
...have img_sha1 field in image table.
...protected_titles table already exists.
...have ipb_by_text field in ipblocks table.
...page_props table already exists.
...updatelog table already exists.
...category table already exists.
...category table already populated.
...have ar_parent_id field in archive table.
...have user_last_timestamp field in user_newtalk table.
...protected_titles table has correct pt_title encoding.
...have ss_active_users field in site_stats table.
...ss_active_users user count set...
...have ipb_allow_usertalk field in ipblocks table.
...pl_namespace, tl_namespace, il_to indices are already UNIQUE.
...change_tag table already exists.
...tag_summary table already exists.
...valid_tag table already exists.
...user_properties table already exists.
...log_search table already exists.
...have log_user_text field in logging table.
...l10n_cache table already exists.
...external_user table already exists.
...index ls_field_val already set on log_search table.
...index change_tag_rc_tag already set on change_tag table.
...have rd_interwiki field in redirect table.
...transcache tc_time already converted.
...eu_wiki_id already renamed to eu_local_id.
...*_mime_minor fields are already long enough.
...iwlinks table already exists.
...index iwl_prefix_title_from already set on iwlinks table.
...have ul_value field in updatelog table.
...have iw_api field in interwiki table.
...iwl_prefix key doesn't exist.
...iwl_prefix_from_title key doesn't exist.
...have cl_collation field in categorylinks table.
...categorylinks up-to-date.
...collations up-to-date.
...msg_resource table already exists.
...module_deps table already exists.
...ar_page_revid key doesn't exist.
...index ar_revid already set on archive table.
...ll_lang is up-to-date.
...user_last_timestamp is already nullable.
...index user_email already set on user table.
...up_property in table user_properties already modified by patch patch-up_property.sql.
...uploadstash table already exists.
...user_former_groups table already exists.
...index type_action already set on logging table.
...batch conversion of user_options: nothing to migrate. done.
...user table does not contain user_options field.
...have rev_sha1 field in revision table.
...have ar_sha1 field in archive table.
...index page_redirect_namespace_len already set on page table.
...ug_group in table user_groups already modified by patch patch-ug_group-length-increase.sql.
...have us_chunk_inx field in uploadstash table.
...have job_timestamp field in job table.
...ufg_group in table user_former_groups already modified by patch patch-ufg_group-length-increase.sql.
...site_stats is populated...done.
Purging caches...done.

Done.

I have also checked that the path to my mediawiki installation is defined in open_basedir (php.ini)

; http://php.net/open-basedir
open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/

Is there a file permission issue? Or am i missing something vital, like i have to download the latest tarball etc.?


Versions of php, MariaDB and Mediawiki:

MediaWiki  1.19.0
PHP        5.5.4 (apache2handler)
MySQL      5.5.32-MariaDB-log

80.203.20.152 (talk) 10:38, 23 September 2013 (UTC)

Hi!
No, this is definitely no file permission issue. You sound like you have "only" run update.php. This is not enough.
Yes, you do need to download the latest tarball and you have to replace the old MediaWiki source code with the contents of the new tarball. As of what you describe your wiki is still using the old files (and is nicely running version 1.19).
See Upgrade for a how-to, which contains all the steps needed to do an update. Most important: First, make a backup! 88.130.127.189 12:36, 23 September 2013 (UTC)
Yes, backup was already in place :) Extracted tarball and followed instructions. All good now! Thanks! :) 2A01:600:1:0:80F0:5497:38F2:AE17 15:04, 23 September 2013 (UTC)
Nice! 88.130.119.131 16:10, 23 September 2013 (UTC)

blocked editing

Hi, I have a problem with editing english version of our page: https://en.wikipedia.org/wiki/Prague_Philharmonia The czech one was ok (https://cs.wikipedia.org/wiki/PKF_%E2%80%93_Prague_Philharmonia) but I don't know why, editing of the eng. one is blocked for us. Could somebody help me please?

Barbora 213.151.91.242 (talk) 12:52, 23 September 2013 (UTC)

Hi Barbora,
Ihave just tried editing the page and for me it works; it seems like your IP address has been blocked from editing. You may want to check https://en.wikipedia.org/wiki/Wikipedia:Block#Unblocking to see how to change this. 88.130.127.189 13:53, 23 September 2013 (UTC)

[RESOLVED] GNU GPL

I'm building a site based on MediaWiki.


My questions are:

1) Can I change the layout of the site (example: add a right column with polls)?
2) It is permitted for commercial use (example: advertising on the page)?
3) "The GPL requires derivative works to be licensed under the same license.". I do not understand how to apply it to my site. Leonardonc (talk) 13:49, 23 September 2013 (UTC)
Hi!
1. Yes, you can. Just edit skins/Vector.php, or maybe better MediaWiki:Common.css or create an own skin.
2. I am unsure about that. Consult the text of the GPL to get tht information!
3. You got a "work" with the MediaWiki package, e.g. the source code itself, the CSS design and so on. If you change them (which you are allowed to do) in such a way, that you afterwards have a "derivative work", then this work must be licensed under the GPL as well. E.g. if you slightly modify the skin, then you must licence this skin itself under the GPL. If however, you create an own, new skin, then this skin is not derived, but is your work and you can licence it differently. All this does not apply to the actual content in your wiki. You can licence your own content in the way you like; there are several variables, which you can set to do that. See Manual:LocalSettings.php#Setting_copyright_for_the_site. 88.130.127.189 14:07, 23 September 2013 (UTC)
2) If the MediaWiki's GPL covered your website (it doesn't), then advertising and other commercial use would be ok. The GPL does not prohibit commercial use of covered items. It may limit some business models, though.
3) If you create a derivative of (say) the Vector skin, the GPL only covers your use if you decide to make your modifications available to others. The GPL requires that when you give other people your modified skin, you also give them the source code and the same rights you have under the GPL. Since this is PHP, HTML, and JS, if you give someone the skin, they have the source. The only real difference is that they can redistribute your work and you can't stop them.
It doesn't sound like you want to distribute your modifications, though, so this doesn't cover you.
However, IANAL. You should talk to a lawyer familiar with the GPL if you are really concerned about the owners of the copyright (Wikimedia et al) coming after you. MarkAHershberger(talk) 15:13, 23 September 2013 (UTC)
See https://en.wikipedia.org/wiki/Derivative_work for an explanation of "Derivative work". In general, be aware that interpretations of legal terms in this forum are... interpretations. AKlapper (WMF) (talk) 15:18, 23 September 2013 (UTC)
Okay, I'll talk to a lawyer. Thanks! Leonardonc (talk) 12:08, 24 September 2013 (UTC)

[RESOLVED] Blank page after clicking on 'file list' in special pages

Hi,

I have been trying to figure this out for the past week and can't come across a solution!

Basically- I uploaded a few files last week and everything was working well. Then, halfway through an upload, the screen went blank. I had one file that just wouldn't upload (even though it had the correct extensions etc).

Anyway, after this point, every time I go into 'special pages' and click on list files or anything that requires a directory of the uploaded files, I get a blank page. It half loads then seems to give up and just ends up blank.

I've tried to do the error thing in local settings.php; increase memory in php.ini and various other things and I can't seem to work out where the problem is.

I'm running on MAMP on my Mac.

Help! 81.149.212.167 (talk) 15:15, 23 September 2013 (UTC)

When output stops like that, I've found a good way to figure out what the error is is to add
error_reporting( -1 );
ini_set( 'display_errors', 1 );
to your LocalSettings.php.
If you add those two lines, do you see any error messages? MarkAHershberger(talk) 15:49, 23 September 2013 (UTC)
See also the documentation on blank pages. MarkAHershberger(talk) 15:50, 23 September 2013 (UTC)
Hi,
Thanks, have tried all of it and it doesn't appear to be showing anything...
I've added the error reporting to the local settings and nothing has come up.. and I've increased the memory size.
Is there anything else I can try?
Thanks,
S 81.149.212.167 10:52, 24 September 2013 (UTC)
There's apparently an error log at /Applications/MAMP/logs/php_error.log
Check if it has an error message about that.
See also Ciencia Al Poder (talk) 13:06, 24 September 2013 (UTC)
hello, I have the same problem with the blank file-list page. I'm running the wiki on an extern server.
How can I fix it - all the "error-reporting" in the local settings.php didn't help.
I would be very very glad for any help!! 2.165.167.73 08:14, 7 November 2014 (UTC)
The error reporting thing is not to fix the issue, but to know the cause of it being broken (which currently nobody knows) so it can be fixed.
If you post a detailed error message, it would help us diagnose the problem. Otherwise, we can't do anything since we can't reproduce the error in our environment. Ciencia Al Poder (talk) 10:25, 7 November 2014 (UTC)
I have the same problem - a blank page when trying to upload an image file. My Wiki is 2 yrs old and this problem has never occurred before. Also, after trying to upload a 3MB .jpeg I am unable to view Special:ListFiles. Adding the error-reporting lines to LocalSettings.php didn't produce an error message on the blank page. However, my error log file contains the following:
PHP Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 9216 bytes) in /home/xxxxx/public_html/wiki/includes/media/Bitmap.php on line 566
I'm using MediaWiki 1.23.5, PHP 5.3.24
Any advice would be gratefully received. Greylin (talk) 21:34, 22 November 2014 (UTC)
Your memory limit currently is set to 50MB. However, this obviously is not enough; try setting the PHP setting memory_limit to something higher, e.g. to 128MB and try again! 88.130.125.89 21:38, 22 November 2014 (UTC)
I took a guess (!) at how to do this and added
$wgMemoryLimit = "128M";
to LocalSettings.php and it has worked. Thank you very much!
Is the problem likely to recur if we keep uploading images? I'm just wondering if I will need to increase the limit again at some point in the future. Greylin (talk) 21:51, 22 November 2014 (UTC)
I don't think this will reoccur any time soon: The memory limit is per request, so if you don't do anything with many images in the same website call, then there should be no problem. Maybe you have to raise this again some time in the future, when 128MB has become "small". Anyway, I guess that's not any time soon. 88.130.125.89 21:57, 22 November 2014 (UTC)
Perfecto. Again, many thanks. Greylin (talk) 21:58, 22 November 2014 (UTC)
For days i had the same problem after upgrading from 1.23 --> 1.28.
Strangly the MemoryLimit variable was not part of the lLocalSetting file
After manualy adding this gives me the fileslist option back and even uploading a 500 kb image works now Gharryh (talk) 15:47, 14 February 2017 (UTC)

[RESOLVED] problem with upgrading my wiki from 1.15.1 to latest stable

Hi,

I downloaded and extracted the latest tarball an copied it to my wiki-installation. Afterwards I tried to open the web-upgrade which ended up with a blank page ... fine. I started ssh and uses this update.php from the maintenance folder. As far as I saw it worked properly. The thing is ... I still have only blank pages on my wiki Did I miss out something? The update.php threw many infos like this

... Data of revision with rev_id=3643 unavailable! Data of revision with rev_id=3644 unavailable! Data of revision with rev_id=3645 unavailable! Data of revision with rev_id=3646 unavailable! Data of revision with rev_id=3647 unavailable! ...


Thx for help Jan Pixmap (talk) 16:41, 23 September 2013 (UTC)

found it this second ... I had to rename the StartProfiler.php Pixmap (talk) 16:44, 23 September 2013 (UTC)

wikicode doesn´t work properly

Hi, the problem is that the wikicode doesn't work, if I put a table like said in the tutorial it just print the same wikicode on the page, if I put < code> (whitout the space) when I save, the page prints the tag and doesn't print the code in the right format.

Is there a configuration that I miss?

Thanks a lot.

Ramses Hernández 189.210.174.146 (talk) 19:50, 23 September 2013 (UTC)

The versions of my server are:
Apache 2.2.15
PHP 5.3.3
MySQL 5.1.69
MediaWiki 1.21.1
Thanks 189.210.174.146 21:21, 23 September 2013 (UTC)
Is it possible for you to share the link to your wiki? If you edit a page on your wiki and put
<code>this should be code</code>
does it show:
this should be code MarkAHershberger(talk) 02:38, 24 September 2013 (UTC)
Hi, thanks for your reply, unfortunately that words just show me exactly the same that I wrote.
And my wiki is just visible for intranet.
Any advice.
Thanks.
RH 189.210.174.146 17:00, 24 September 2013 (UTC)
Do wiki links like [[this]] work? MarkAHershberger(talk) 18:01, 24 September 2013 (UTC)
Yes, that links works fine. 189.210.174.146 19:11, 24 September 2013 (UTC)
<code> isn't handled by MediaWiki. MediaWiki should just output an un-escaped tag whenever you use it. If you examine the source code that MW is sending, does it show the angle brackets escaped like &lt;code&gt; ?
If not, then you're probably running into a browser issue, not a MW issue. MarkAHershberger(talk) 17:31, 25 September 2013 (UTC)

Formatting and images often don't load

If I load any of my wiki pages, and hit refresh over and over, the page will load with minimal formatting (left aligned, no skin, blue floating links etc) about every other refresh. Half the time, it loads correctly.

I have $wgServer set to the host url prefix.

MediaWiki 1.21.1 PHP 5.3.13 (cgi-fcgi) MySQL 5.0.91-log Xenomacabre (talk) 01:32, 24 September 2013 (UTC)

Check your error log. load.php is probably spewing errors. MarkAHershberger(talk) 02:35, 24 September 2013 (UTC)
I thought that too, but I just get the usual /* No modules requested. Max made me put this here */ when i brows load.php Xenomacabre (talk) 03:10, 24 September 2013 (UTC)
I shoot, I just realized I should be hitting refresh on .../load.php
The page shows up blank half the time. Xenomacabre (talk) 03:13, 24 September 2013 (UTC)
I figured out how to get the php error log. This is what I got:
wsLoginToken|s:32:"923191797c6213f5b1bdc28bc476c4b0";
wsUserID|i:1;
wsToken|s:32:"9e0fc38200df7264e294518c2fb382c8";
wsUserName|s:11:"Nameredacted";
wsEditToken|s:32:"0bd25c81c145af2399ea06889cc84a10";
wsCreateaccountToken|s:32:"acf1317c70c9b633243e0eedb504e2cb";
I have no idea what any of that means. Xenomacabre (talk) 03:43, 24 September 2013 (UTC)
Hi!
Are you sure that what you posted is the content of the PHP error log? Normally this content looks quite different, e.g. like
[PHP Warning] Unexpected character in input: '\' (ASCII=92) state=1 in /foo_bar.php on line 4711. Parse error: syntax error, unexpected...
A good way to figure out what the error is is to add
error_reporting( -1 );
ini_set( 'display_errors', 1 );
to your LocalSettings.php.
Afterwards, call load.php and when it is blank again, do you see any error messages? (I hope that load.php does read LocalSettings.php before it produces any output...) 88.130.119.131 11:36, 24 September 2013 (UTC)
error reporting has been enabled for a while, and yes, load.php is still blank half the time. My assumption was that was not reading localsettings.php before output.
The other "error log" which I posted was from telling php.ini to print an error log to a specific directory. Xenomacabre (talk) 13:48, 24 September 2013 (UTC)
OK, then try putting the 2 lines I gave you in load.php so that the beginning of the file looks like this:
<?php
error_reporting( -1 );
ini_set( 'display_errors', 1 );
/**
* (here comes the normal content of the file...)
There must be some error in your case... 88.130.119.131 13:55, 24 September 2013 (UTC)
Nope. And on further inspection, I just noticed load.php reads as a blank page EXACTLY every other refresh (otherwise it reads "max made me put this here"), whereas the wiki reads all messed up in an unpredictable pattern. So maybe they're not related... Xenomacabre (talk) 14:03, 24 September 2013 (UTC)
Even if it is predictable when you are pointing it directly at load.php, that doesn't mean load.php isn't the culprit.
Unfortunately, I don't know how to debug IIS, so I'm not sure what else to do. Perhaps you could ask on the IIS forum? If you do and find a solution, let us know. MarkAHershberger(talk) 18:00, 24 September 2013 (UTC)
I contacted my hosting service and they disabled caching, which seems to have solved the issue. Xenomacabre (talk) 03:10, 25 September 2013 (UTC)
Hi Xenomacabre, I have the exact same problem. When you say your ISP disabled caching to which are you referring? PHP? SQL? Html?
Any comment would be welcome, thanks!
MediaWiki 1.21.1
PHP 5.3.13 (cgi-fcgi)
MySQL 5.5.32-log Mborg (talk) 18:43, 22 January 2014 (UTC)
It's probably PHP caching (xcache, eAccelerator, APC...)
Some PHP installations can cause random segfaults. I've seen this in ubuntu's PHP Ciencia Al Poder (talk) 11:54, 23 January 2014 (UTC)

PHP Warning:require(/Applications/MAMP/htdocs... No such file or directory..

Could someone help?

I have two errors coming up:


PHP Warning:require(/Applications/MAMP/htdocs/mediawiki-1.21.2/includes/WebStart.php) failed to open stream: No such file or directory in /Applications/MAMP/htdocs/mediawiki-1.21.2/index.php on line 55

What does this mean and how can I fix it?

Also...

PHP Fatal error: allowed memory size of 52428800 bytes exhausted (tried to allocate 9920 bytes) in /Applications/MAMP/htdocs/mediawiki-1.31.3/includes/media/Bitmao.php on line 552

I've looked at both of these files in the lines stated and can't see anything wrong....

I am getting one blank page on my wiki under specialpages:list files... this is the only thing I am experiencing a problem with.

HELP 81.149.212.167 (talk) 12:43, 24 September 2013 (UTC)

Hi!
For the second error: Your memory_limit in PHP is set to 40MB, which is not enough. Increase it by setting a higher value in php.ini, maybe 128MB or so, and then restart your server and check the output of the PHP function phpinfo() to see, if your change took effect.
For the first error, please check in which folder MediaWiki is installed. Your index.php file obviously is located in /Applications/MAMP/htdocs/mediawiki-1.21.2. Then there must be a subfolder called includes, which contains a lot of files and folders, among them the file WebStart.php. In your case, this file obviously is missing. Make sure that you have extracted all(!) files and folders of the MediaWiki tar-ball! 88.130.119.131 12:59, 24 September 2013 (UTC)

Securing Mediawiki website while new user account

Hi all,

Please how can I secure my mediawiki website when I am creating new user accounts. By default we create new user account by setting $wgGroupPermissions['*']['createaccount'] = true; in the LocalSettings.php and then "create account" shows up on the home page but this can be a securing risk as someone anywhere in the world can also create user accounts during this time!

Is there a way to keep it more secure so that the admin can create new user accounts without someone seeing the "create account" or not being able to take advantage of that period to also create accounts or hack the site?

Thanks Kuxy09 (talk) 13:20, 24 September 2013 (UTC)

See Manual:Preventing access#Restrict_account_creation. Ciencia Al Poder (talk) 13:23, 24 September 2013 (UTC)
Hi
I have read the documentation. I am currently using mediawiki 1.20.5. There is a function
function NoLoginLinkOnMainPage( &$personal_urls ){
    unset( $personal_urls['login'] );
    unset( $personal_urls['anonlogin'] );
    return true;
}
that is used to hide the 'log in / create account' message from the homepage but this doesn't seem to work with my current version of mediawiki; it however worked with older versions.
Is there a way I can make this to work as this is really what I needed i.e. a way to enable the 'create account' but to stop prying eyes from taking advantage of that short interval to also create account in my wiki since 'all' have the ability to create account once the
$wgGroupPermissions['*']['createaccount'] = false;
is set to true.
Thanks Kuxy09 (talk) 15:00, 25 October 2013 (UTC)
What hook is used to invoke the "NoLoginLinkOnMainPage" function? Where is that function referred to in your LocalSettings.php file? If you tell us that, we can either tell you if you've found a bug or what you need to update. MarkAHershberger(talk) 19:58, 4 November 2013 (UTC)
Hi Mark,
Thanks for responding. The hook is
$wgHooks['PersonalUrls'][]='NoLoginLinkOnMainPage';
. I am not really sure the function it refers to in my localsettings.php. Actually I got the code from the Wiki documentation using the link above that Ciencia sent to me. The full function is
function NoLoginLinkOnMainPage( &$personal_urls ){
    unset( $personal_urls['login'] );
    unset( $personal_urls['anonlogin'] );
    return true;
}
$wgHooks['PersonalUrls'][]='NoLoginLinkOnMainPage';
My wiki version where it works is an old version 1.14 which i am no longer using. I had upgraded other important wikis running version 1.14 to version 1.20.5 using the link
function NoLoginLinkOnMainPage( &$personal_urls ){
    unset( $personal_urls['login'] );
    unset( $personal_urls['anonlogin'] );
    return true;
}
$wgHooks['PersonalUrls'][]='NoLoginLinkOnMainPage';
so my current 1.20.5 wasn't a fresh installation but an upgrade. To make it easier, here is my current localsettings.php from the version 1.14 (I have only removed contact and database settings info)
LocalSettings.php
<?php
# This file was automatically generated by the MediaWiki installer.
# If you make manual changes, please keep track in case you need to
# recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# http://www.mediawiki.org/wiki/Manual:Configuration_settings
# If you customize your file layout, set $IP to the directory that contains
# the other MediaWiki files. It will be used as a base to locate files.
if( defined( 'MW_INSTALL_PATH' ) ) {
	$IP = MW_INSTALL_PATH;
} else {
	$IP = dirname( __FILE__ );
}
$path = array( $IP, "$IP/includes", "$IP/languages" );
set_include_path( implode( PATH_SEPARATOR, $path ) . PATH_SEPARATOR . get_include_path() );
require_once( "$IP/includes/DefaultSettings.php" );
# If PHP's memory limit is very low, some operations may fail.
# ini_set( 'memory_limit', '20M' );
if ( $wgCommandLineMode ) {
	if ( isset( $_SERVER ) && arrRtayloray_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
		die( "This script must be run from the command line\n" );
	}
}
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename         = "Phrc";
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs please see:
## http://www.mediawiki.org/wiki/Manual:Short_URL
$wgScriptPath       = "/phrc";
$wgScriptExtension  = ".php";
## UPO means: Sysopthis is also a user preference option
$wgEnableEmail      = false;
$wgEnableUserEmail  = false; # UPO
$wgEmergencyContact = "";
$wgPasswordSender = "";
$wgEnotifUserTalk = false; # UPO
$wgEnotifWatchSysoplist = false; # UPO
$wgEmailAuthentication = false;
## Database settings
$wgDBtype           = "";
$wgDBserver         = "";
$wgDBname           = "";
$wgDBuser           = "";
$wgDBpassword       = "";
# MySQL specific settings
$wgDBprefix         = "";
# MySQL table options to use during installation or update
$wgDBTableOptions   = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Experimental charset support for MySQL 4.1/5.0.
$wgDBmysql5 = true;
## Shared memory settings
$wgMainCacheType = CACHE_NONE;
$wgMemCachedServers = array();
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads       = true;
# $wgUseImageMagick = true;
# $wgImageMagickConvertCommand = "/usr/bin/convert";
## Added by Stephen Brown File types allowed;
$wgFileExtensions = array('jpg', 'jpeg', 'png', 'gif', 'doc', 'docx', 'pdf', 'tif', 'xls', 'xlsx', 'ppt', 'pptx', 'mp3', 'mp4', 'wav', 'mov', 'wmv');
$wgVerifyMimeType = false;
$wgCheckFileExtensions = true;
## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
$wgShellLocale = "en_US.utf8";
## If you want to use image uploads under safe mode,
## create the directories images/archive, images/thumb and
## images/temp, and make them all writable. Then uncomment
## this, if it's not already uncommented:
# $wgHashedUploadDirectory = false;
## Additional permissions settings to make the wiki private
# Added by Stephen Brown
# Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = true;
# Enable anonymous access to the login page though...
$wgWhitelistRead = array ("Special:Usindex.php5?title=Special:UserLogin&action=submitlogin&type=signuperlogin", "MediaWiki:Common.css", "MediaWiki:Common.js", "MediaWiki:Monobook.css", "MediaWiki:Monobook.js", "-");
# Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;
# Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = true;
function NoLoginLinkOnMainPage( &$personal_urls ){
    unset( $personal_urls['login'] );
    unset( $personal_urls['anonlogin'] );
    return true;
}
$wgHooks['PersonalUrls'][]='NoLoginLinkOnMainPage';
## If you have the appropriate support software installed
## you can enable inline LaTeX equations:
$wgUseTeX           = false;
$wgLocalInterwiki   = strtolower( $wgSitename );
$wgLanguageCode = "en";
$wgSecretKey = "xxx";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
$wgDefaultSkin = 'monobook';
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
# $wgEnableCreativeCommonsRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used
$wgDiff3 = "/usr/bin/diff3";
# When you make changes to this configuration file, this will make
# sure that cached pages are cleared.
$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );
$wgLogo = "$wgScriptPath/skins/common/images/seeds.png";
# To add a simple calendar
include ( "$IP/extensions/SimpleCalendar.php");
I will greatly appreciate your help when it works. At the moment the "NoLoginLinkOnMainPage" function works on this version 1.14 and all I need is for it (or similar thing) to work on 1.20.5.
Thanks. Kuxy09 (talk) 15:19, 5 November 2013 (UTC)
I tried this on my installation and I did notice a bug in the handling of this. If I went to the main page with no cookies, the upper right showed nothing (as expected). If I navigated off the page and then back it showed my IP and then the "talk for this ip" link.
There was no login link, though.
What do you see? MarkAHershberger(talk) 00:44, 7 November 2013 (UTC)
With newer mediawiki it seems like removing 'login-private' seems to do the trick. Opoplawski (talk) 17:04, 2 November 2022 (UTC)

Unable to change message on a special page (cache problem?)

Hi,

I am trying to change a message displayed on a Special page, but it doesn't seem to work. I made the same change on an identical wiki (running from the same code) and it worked there, so I am not sure why it didn't work the first time. Would someone mind taking a look and seeing if they can work out what the problem is? Perhaps the page content is cached somewhere? Trying to purge the page doesn't help.

The message I am trying to change is inside the "Personal information" box. It is the paragraph directly below the bold text "Your biography will be set..."

Any help would be much appreciated! Malvineous (talk) 08:09, 25 September 2013 (UTC)

Both wikis look the same to me. Perhaps you're running into a caching problem? MarkAHershberger(talk) 17:38, 25 September 2013 (UTC)
Oh interesting. Could you please confirm that you can find the word "contribute" on both wikis? For me, this word only appears on one of the Special:RequestAccount pages. Malvineous (talk) 20:12, 26 September 2013 (UTC)
I see the following on both pages: "(such as what you would like to contribute)".
That is the only instance of "contribute" I can find on either page. MarkAHershberger(talk) 20:18, 26 September 2013 (UTC)
Thank you for testing. Upon further investigation it looks like I see the correct text only when I am logged out. When I log in, it reverts back to the default text!
Luckily this message is only important for logged out users.
Thanks again for your help! Malvineous (talk) 07:08, 27 September 2013 (UTC)

Some pages missing from page table.

I noticed in local mediaWiki database for wikipedia, entries for some of the pages were missing. So using enwiki-latest-page.sql recreated the page table. But as page table is linked to revision table which in turn is linked to text table, the corresponding new records were not present in revision table. How do I get the complete data for revision table and text table ? Reenu (talk) 09:18, 25 September 2013 (UTC)

Hi!
What are you trying to do? Is this your own wiki with your own data or is this a wikipedia clone? 88.130.101.172 11:53, 25 September 2013 (UTC)
It is wikipedia clone. 61.17.77.20 04:26, 26 September 2013 (UTC)

Hooks and Parsers duplicate pages

MediaWiki 1.21.2 PHP 5.3.2-1ubuntu4.21 (apache2handler) MySQL 5.1.70-0ubuntu0.10.04.1

I recently upgraded from Mediawiki 1.17. I was using the ArticleAfterFetchContent hook to format code onto various other wikipages which worked fine in the old wiki, but do not in the new version. The only way to get the code to look correct is to use the hook 'ParserBeforeInternalParse'. However, this duplicates the information on each page, and when I go to edit the wiki page, the Save Page, Show Preview, and Show changes buttons are hidden amongs the rendered code. 206.71.84.68 (talk) 21:03, 25 September 2013 (UTC)

Did you try ArticleAfterFetchContentObject which is supposed to replace ArticleAfterFetchContent?
Also, if you post your code, then maybe we can help you figure out what how to fix this. MarkAHershberger(talk) 00:31, 26 September 2013 (UTC)
<?php
// Check environment
if (!defined('MEDIAWIKI')) {
    echo ("This is an extension to the MediaWiki package and cannot be run standalone.\n");
    die(-1);
}
#$wgHooks['ArticleAfterFetchContentObject'][] = 'regions';
#$wgHooks['ParserAfterStrip'][] = 'regions';# Maybe
#$wgHooks['ParserBeforeStrip'][] = 'regions';# Maybe
#$wgHooks['CategoryPageView'][] = 'regions';# Maybe
$wgHooks['InternalParseBeforeLinks'][] = 'regions';# Maybe
function regions($article, $content) {
  $EnterCode = $article-> getTitle();
  $x=0;
  if ($EnterCode == "Deinstalled")  $x=1;
  if ($EnterCode == "Active")  $x=2;
  //if ($EnterCode == "ETVcheck")  $x=3;
  if ($x<>0) {
    $database="wikidb";
    @mysql_select_db($database) or die( "Unable to select database");
    if ($EnterCode == "Deinstalled")  {
      $query="SELECT sitecode, country, active, state FROM ccrcopy ".
        "WHERE active <> 'Y'"; #
    }
    if ($EnterCode == "Active")  {
      $query="SELECT sitecode, country, active, state FROM ccrcopy ".
        "WHERE active = 'Y'"; #
    }
    if ($EnterCode == "ETVcheck")  {
      $query="SELECT sitecode, country, active, state FROM ccrcopy"; #
    }
    $result=mysql_query($query);
    $num=mysql_numrows($result);
    $US1 = "";
    $CALA1 = "";
    $EMEA1 = "";
    $ENENA1 = "";
    $ASPAC_South1 = "";
    $ASPAC_North1 = "";
    $US_East1 = "";
    $US_West1 =  "";
    $i=0;
    $USi = 0;
    $CALAi = 0;
    $EMEAi = 0;
    $ENENAi = 0;
    $ASPAC_Northi = 0;
    $ASPAC_Southi = 0;
    $US_Easti = 0;
    $US_Westi =  0;
    while ($i < $num) {
      $sitecode1=mysql_result($result,$i,"sitecode");
      $country1=mysql_result($result,$i,"country");
      $state1=mysql_result($result,$i,"state");
      if($sitecode1 == "DIASY" || $sitecode1 == "KULDT" || $sitecode1 == "KWEST" ||
        $sitecode1 == "RYLCA" || $sitecode1 == "CDFFI" || $sitecode1 == "EDISC" ||
        $sitecode1 == "GREST" || $sitecode1 == "HALKI")  {
        $secure = 'http://';
      } else {
        $secure = 'https://';
      }
      if ($country1 == "CA" ||  $country1 == "VI" ||  $country1 == "PR") {
        $Region1 = "US";
        if (strripos($US,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $US1 = $US1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $USi = $USi + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $US1 = $US1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $USi = $USi + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $US1 = $US1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $USi = $USi + 1;
            }
          }
        }
        if ($USi > 10) {
          $USi = 0;
          $US1 = $US1  . "</tr><tr>";
        }
      }
      if ($state1 == "AL" || $state1 == "CT" || $state1 == "DE" || $state1 == "FL" || $state1 == "GA" ||
        $state1 == "IN" || $state1 == "KY" || $state1 == "ME" || $state1 == "MD" || $state1 == "MA" ||
        $state1 == "MI" || $state1 == "MS" || $state1 == "NH" || $state1 == "NJ" || $state1 == "NY" ||
        $state1 == "NC" || $state1 == "OH" || $state1 == "PA" || $state1 == "RI" || $state1 == "SC" ||
        $state1 == "TN" || $state1 == "VT" || $state1 == "VA" || $state1 == "WV") {
        #$Region = "US_East";
        if (strripos($US_East,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $US_East1 = $US_East1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $US_Easti = $US_Easti + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $US_East1 = $US_East1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $US_Easti = $US_Easti + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $US_East1 = $US_East1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $US_Easti = $US_Easti + 1;
            }
          }
 
        }
        If ($US_Easti > 10) {
          $US_Easti = 0;
          $US_East1 = $US_East1  . "</tr><tr>";
        }
      }
      if($state1 == "AK" || $state1 == "AR" || $state1 == "AZ" || $state1 == "CA" || $state1 == "CO" ||
        $state1 == "HI" || $state1 == "IA" || $state1 == "ID" || $state1 == "IL" || $state1 == "KS" ||
        $state1 == "LA" || $state1 == "MN" || $state1 == "MO" || $state1 == "MT" || $state1 == "ND" ||
        $state1 == "NE" || $state1 == "NM" || $state1 == "NV" || $state1 == "OK" || $state1 == "OR" ||
        $state1 == "SD" || $state1 == "TX" || $state1 == "UT" || $state1 == "WA" || $state1 == "WI" ||
        $state1 == "WY") {
        #$Region = "US_West";
        if (strripos($US_West,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $US_West1 = $US_West1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $US_Westi = $US_Westi + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $US_West1 = $US_West1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $US_Westi = $US_Westi + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $US_West1 = $US_West1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $US_Westi = $US_Westi + 1;
            }
          }
        }
        If ($US_Westi > 10) {
          $US_Westi = 0;
          $US_West1 = $US_West1  . "</tr><tr>";
        }
      }
      If ($country1 == "AR" ||  $country1 == "MX" ||  $country1 == "DO" ||  $country1 == "BS" ||
        $country1 == "GP" ||  $country1 == "CL" ||  $country1 == "CR" ||  $country1 == "JM" ||
        $country1 == "AN" ||  $country1 == "AW" ||  $country1 == "BR" ||  $country1 == "GT" ||
        $country1 == "KY" ||  $country1 == "PA" ||  $country1 == "PE" ||  $country1 == "SV" ) {
        #$Region = "CALA";
        if (strripos($CALA,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $CALA1 = $CALA1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $CALAi = $CALAi + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $CALA1 = $CALA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $CALAi = $CALAi + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $CALA1 = $CALA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $CALAi = $CALAi + 1;
            }
          }
        }
        If ($CALAi > 10) {
          $CALAi = 0;
          $CALA1 = $CALA1  . "</tr><tr>";
        }
      }
      If ($country1 == "UK" ||  $country1 == "DE" ||  $country1 == "FR" ||  $country1 == "BE" ||
        $country1 == "ES" ||  $country1 == "IE" ||  $country1 == "AT" ||  $country1 == "CH" ||
        $country1 == "PL" ||  $country1 == "HU" ||  $country1 == "IT") {
        #$Region = "EMEA";
        if (strripos($EMEA,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $EMEA1 = $EMEA1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $EMEAi = $EMEAi + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $EMEA1 = $EMEA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $EMEAi = $EMEAi + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $EMEA1 = $EMEA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $EMEAi = $EMEAi + 1;
            }
          }
        }
        If ($EMEAi > 10) {
          $EMEAi = 0;
          $EMEA1 = $EMEA1  . "</tr><tr>";
        }
      }
      If ($country1 == "NL" ||  $country1 == "EG" ||  $country1 == "AE" ||  $country1 == "KW" ||
        $country1 == "LY" ||  $country1 == "OM" ||  $country1 == "SA" ||  $country1 == "SC" ||  $country1 == "ZA") {
        #$Region = "ENENA";
        if (strripos($ENENA,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $ENENA1 = $ENENA1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $ENENAi = $ENENAi + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $ENENA1 = $ENENA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $ENENAi = $ENENAi + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $ENENA1 = $ENENA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $ENENAi = $ENENAi + 1;
            }
          }
        }
        If ($ENENAi > 10) {
          $ENENAi = 0;
          $ENENA1 = $ENENA1  . "</tr><tr>";
        }
      }
      If ($country1 == "JP" ||  $country1 == "SG" ||  $country1 == "CN" ||  $country1 == "TH" ||
        $country1 == "IN" ||  $country1 == "HK" ||  $country1 == "RU" ||  $country1 == "KR" ||
        $country1 == "MY" ||  $country1 == "ID" ||  $country1 == "PH" ||  $country1 == "BD" ||
        $country1 == "LB" ||  $country1 == "MO" ||  $country1 == "TR" ||  $country1 == "TW") {
        #$Region = "ASPAC_North";
        if (strripos($ASPAC_North,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $ASPAC_North1 = $ASPAC_North1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $ASPAC_Northi = $ASPAC_Northi + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $ASPAC_North1 = $ASPAC_North1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $ASPAC_Northi = $ASPAC_Northi + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $ASPAC_North1 = $ASPAC_North1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $ASPAC_Northi = $ASPAC_Northi + 1;
            }
          }
        }
        If ($ASPAC_Northi > 10) {
          $ASPAC_Northi = 0;
          $ASPAC_North1 = $ASPAC_North1  . "</tr><tr>";
        }
      }
      If ($country1 == "AU" ||  $country1 == "NZ" ) {
        #$Region = "ASPAC_South";
        if (strripos($ASPAC_South,$sitecode1) > 0 ) {
        } else {
          if ($x==3) {
          } else {
            $ASPAC_South1 = $ASPAC_South1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
            $ASPAC_Southi = $ASPAC_Southi + 1;
          }
          if ($x==3) {
            $ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
            if ($ip == $sitecode1 . ".dc.ibahn.com")  {
            } else{
              $ASPAC_South1 = $ASPAC_South1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $ASPAC_Southi = $ASPAC_Southi + 1;
            }
            $ip = gethostbyname($sitecode1 . ".etvinteractive.com");
            if ($ip == $sitecode1 . ".etvinteractive.com")  {
            } else {
              $ASPAC_South1 = $ASPAC_South1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
              $ASPAC_Southi = $ASPAC_Southi + 1;
            }
          }
        }
        If ($ASPAC_Southi > 10) {
          $ASPAC_Southi = 0;
          $ASPAC_South1 = $ASPAC_South1  . "</tr><tr>";
        }
      }
      $i++;
    }
    $resultsall = "";
    if ($num <> 0 ) {
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode US West Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $US_West1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode US East Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $US_East1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode other US Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $US1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode CALA Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $CALA1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode EMEA Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $EMEA1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode ENENA Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $ENENA1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode ASPAC_North Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $ASPAC_North1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "\n";
      $resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
      $resultsall = $resultsall . "<table><tr><b> == All $EnterCode ASPAC_South Sites: == </b><br></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr></tr>";
      $resultsall = $resultsall . "<tr>" . $ASPAC_South1 . "</tr>";
      $resultsall = $resultsall . "</table>";
      $resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
      $resultsall = $resultsall . "\n";
      $content= $content . $resultsall;
      $resultsall = "";
    }
  }
  return true;
}
206.71.84.68 15:36, 26 September 2013 (UTC)
<?php
// Check environment
if (!defined('MEDIAWIKI')) {
    echo ("This is an extension to the MediaWiki package and cannot be run standalone.\n");
    die(-1);
}
#$wgHooks['ArticleAfterFetchContentObject'][] = 'regions';
#$wgHooks['ParserAfterStrip'][] = 'regions';# Maybe
#i$wgHooks['ParserBeforeStrip'][] = 'regions';# Maybe
#$wgHooks['CategoryPageView'][] = 'regions';# Maybe
$wgHooks['InternalParseBeforeLinks'][] = 'regions';# Maybe
function regions($article, $content)
{
	$EnterCode = $article-> getTitle();
	
$x=0;
if ($EnterCode == "Deinstalled")  $x=1;
if ($EnterCode == "Active")  $x=2;
//if ($EnterCode == "ETVcheck")  $x=3;
if ($x<>0) {
$database="wikidb";
@mysql_select_db($database) or die( "Unable to select database");
if ($EnterCode == "Deinstalled")  {
$query="SELECT sitecode, country, active, state FROM ccrcopy WHERE active <> 'Y'"; #
}
if ($EnterCode == "Active")  {
$query="SELECT sitecode, country, active, state FROM ccrcopy WHERE active = 'Y'"; #
}
if ($EnterCode == "ETVcheck")  {
$query="SELECT sitecode, country, active, state FROM ccrcopy"; #
}
$result=mysql_query($query);
$num=mysql_numrows($result);
$US1 = "";
$CALA1 = "";
$EMEA1 = "";
$ENENA1 = "";
$ASPAC_South1 = "";
$ASPAC_North1 = "";
$US_East1 = "";
$US_West1 =  "";
$i=0;
$USi = 0;
$CALAi = 0;
$EMEAi = 0;
$ENENAi = 0;
$ASPAC_Northi = 0;
$ASPAC_Southi = 0;
$US_Easti = 0;
$US_Westi =  0;
while ($i < $num) {
$sitecode1=mysql_result($result,$i,"sitecode");
$country1=mysql_result($result,$i,"country");
$state1=mysql_result($result,$i,"state");
			if ($sitecode1 == "DIASY" || $sitecode1 == "KULDT" || $sitecode1 == "KWEST" || $sitecode1 == "RYLCA" || $sitecode1 == "CDFFI" || $sitecode1 == "EDISC" || $sitecode1 == "GREST" || $sitecode1 == "HALKI")  {
				$secure = 'http://';
				} else {
				$secure = 'https://';
				}
If ($country1 == "CA" ||  $country1 == "VI" ||  $country1 == "PR") {
$Region1 = "US";
if (strripos($US,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$US1 = $US1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$USi = $USi + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$US1 = $US1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$USi = $USi + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$US1 = $US1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$USi = $USi + 1;
			}
}
}
If ($USi > 10) {
	$USi = 0;
	$US1 = $US1  . "</tr><tr>";
}
}
If ($state1 == "AL" || $state1 == "CT" || $state1 == "DE" || $state1 == "FL" || $state1 == "GA" || $state1 == "IN" || $state1 == "KY" || $state1 == "ME" || $state1 == "MD" || $state1 == "MA" || $state1 == "MI" || $state1 == "MS" || $state1 == "NH" || $state1 == "NJ" || $state1 == "NY" || $state1 == "NC" || $state1 == "OH" || $state1 == "PA" || $state1 == "RI" || $state1 == "SC" || $state1 == "TN" || $state1 == "VT" || $state1 == "VA" || $state1 == "WV") {
#$Region = "US_East";
if (strripos($US_East,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$US_East1 = $US_East1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$US_Easti = $US_Easti + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$US_East1 = $US_East1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$US_Easti = $US_Easti + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$US_East1 = $US_East1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$US_Easti = $US_Easti + 1;
			}
}
 
}
If ($US_Easti > 10) {
	$US_Easti = 0;
	$US_East1 = $US_East1  . "</tr><tr>";
}
}If ($state1 == "AK" || $state1 == "AR" || $state1 == "AZ" || $state1 == "CA" || $state1 == "CO" || $state1 == "HI" || $state1 == "IA" || $state1 == "ID" || $state1 == "IL" || $state1 == "KS" || $state1 == "LA" || $state1 == "MN" || $state1 == "MO" || $state1 == "MT" || $state1 == "ND" || $state1 == "NE" || $state1 == "NM" || $state1 == "NV" || $state1 == "OK" || $state1 == "OR" || $state1 == "SD" || $state1 == "TX" || $state1 == "UT" || $state1 == "WA" || $state1 == "WI" || $state1 == "WY") {
#$Region = "US_West";
if (strripos($US_West,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$US_West1 = $US_West1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$US_Westi = $US_Westi + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$US_West1 = $US_West1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$US_Westi = $US_Westi + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$US_West1 = $US_West1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$US_Westi = $US_Westi + 1;
			}
}
}
If ($US_Westi > 10) {
	$US_Westi = 0;
	$US_West1 = $US_West1  . "</tr><tr>";
}
}
If ($country1 == "AR" ||  $country1 == "MX" ||  $country1 == "DO" ||  $country1 == "BS" ||  $country1 == "GP" ||  $country1 == "CL" ||  $country1 == "CR" ||  $country1 == "JM" ||  $country1 == "AN" ||  $country1 == "AW" ||  $country1 == "BR" ||  $country1 == "GT" ||  $country1 == "KY" ||  $country1 == "PA" ||  $country1 == "PE" ||  $country1 == "SV" ) {
#$Region = "CALA";
if (strripos($CALA,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$CALA1 = $CALA1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$CALAi = $CALAi + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$CALA1 = $CALA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$CALAi = $CALAi + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$CALA1 = $CALA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$CALAi = $CALAi + 1;
			}
}
}
If ($CALAi > 10) {
	$CALAi = 0;
	$CALA1 = $CALA1  . "</tr><tr>";
}
}
If ($country1 == "UK" ||  $country1 == "DE" ||  $country1 == "FR" ||  $country1 == "BE" ||  $country1 == "ES" ||  $country1 == "IE" ||  $country1 == "AT" ||  $country1 == "CH" ||  $country1 == "PL" ||  $country1 == "HU" ||  $country1 == "IT") {
#$Region = "EMEA";
if (strripos($EMEA,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$EMEA1 = $EMEA1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$EMEAi = $EMEAi + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$EMEA1 = $EMEA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$EMEAi = $EMEAi + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$EMEA1 = $EMEA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$EMEAi = $EMEAi + 1;
			}
}
}
If ($EMEAi > 10) {
	$EMEAi = 0;
	$EMEA1 = $EMEA1  . "</tr><tr>";
}
}
If ($country1 == "NL" ||  $country1 == "EG" ||  $country1 == "AE" ||  $country1 == "KW" ||  $country1 == "LY" ||  $country1 == "OM" ||  $country1 == "SA" ||  $country1 == "SC" ||  $country1 == "ZA") {
#$Region = "ENENA";
if (strripos($ENENA,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$ENENA1 = $ENENA1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$ENENAi = $ENENAi + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$ENENA1 = $ENENA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$ENENAi = $ENENAi + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$ENENA1 = $ENENA1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$ENENAi = $ENENAi + 1;
			}
}
}
If ($ENENAi > 10) {
	$ENENAi = 0;
	$ENENA1 = $ENENA1  . "</tr><tr>";
}
}
If ($country1 == "JP" ||  $country1 == "SG" ||  $country1 == "CN" ||  $country1 == "TH" ||  $country1 == "IN" ||  $country1 == "HK" ||  $country1 == "RU" ||  $country1 == "KR" ||  $country1 == "MY" ||  $country1 == "ID" ||  $country1 == "PH" ||  $country1 == "BD" ||  $country1 == "LB" ||  $country1 == "MO" ||  $country1 == "TR" ||  $country1 == "TW") {
#$Region = "ASPAC_North";
if (strripos($ASPAC_North,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$ASPAC_North1 = $ASPAC_North1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$ASPAC_Northi = $ASPAC_Northi + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$ASPAC_North1 = $ASPAC_North1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$ASPAC_Northi = $ASPAC_Northi + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$ASPAC_North1 = $ASPAC_North1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$ASPAC_Northi = $ASPAC_Northi + 1;
			}
}
}
If ($ASPAC_Northi > 10) {
	$ASPAC_Northi = 0;
	$ASPAC_North1 = $ASPAC_North1  . "</tr><tr>";
}
}
If ($country1 == "AU" ||  $country1 == "NZ" ) {
#$Region = "ASPAC_South";
if (strripos($ASPAC_South,$sitecode1) > 0 ) {
} else {
if ($x==3) {
	} else {
$ASPAC_South1 = $ASPAC_South1  . "<td>[[Site:$sitecode1|$sitecode1]][[Talk:Site:$sitecode1|+]]&nbsp;</td>";
$ASPAC_Southi = $ASPAC_Southi + 1;
}
if ($x==3) {
			$ip = gethostbyname($sitecode1 . ".dc.ibahn.com");
			if ($ip == $sitecode1 . ".dc.ibahn.com")  {
			} else{
			$ASPAC_South1 = $ASPAC_South1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$ASPAC_Southi = $ASPAC_Southi + 1;
			}
			$ip = gethostbyname($sitecode1 . ".etvinteractive.com");
			if ($ip == $sitecode1 . ".etvinteractive.com")  {
			} else {
			$ASPAC_South1 = $ASPAC_South1  . "<td>[[Site:". $sitecode1 . "]]  &nbsp;</td>";
			$ASPAC_Southi = $ASPAC_Southi + 1;
			}
}
}
If ($ASPAC_Southi > 10) {
	$ASPAC_Southi = 0;
	$ASPAC_South1 = $ASPAC_South1  . "</tr><tr>";
}
}
$i++;
}
$resultsall = "";
if ($num <> 0 ) {
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode US West Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $US_West1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode US East Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $US_East1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode other US Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $US1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode CALA Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $CALA1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode EMEA Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $EMEA1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode ENENA Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $ENENA1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode ASPAC_North Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $ASPAC_North1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "\n";
$resultsall = $resultsall . "<!--delete all HTML code after this point when saving-->";
$resultsall = $resultsall . "<table><tr><b> == All $EnterCode ASPAC_South Sites: == </b><br></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr></tr>";
$resultsall = $resultsall . "<tr>" . $ASPAC_South1 . "</tr>";
$resultsall = $resultsall . "</table>";
$resultsall = $resultsall . "<hr><!--delete all HTML code up to this point when saving-->";
$resultsall = $resultsall . "\n";
$content= $content . $resultsall;
$resultsall = "";
}
}
    return true;
}
?>
206.71.84.68 17:43, 26 September 2013 (UTC)
(I've tidied up your code a smidge with indention and such.)
What is the difference between this code and the next one you pasted?
I haven't dealt a lot with the two hooks you're focusing on here, but I do think you could go with the ArticleAfterFetchContentObject hook instead of the one you're using. You just have to check it and make sure you're dealing with the right sort of content. And you'd have to put the text back into the content object rather than just "returning" text.
That said, I noticed that you are using the DB via mysql_connect instead of re-using MediaWiki's connection. Any reason why? MarkAHershberger(talk) 18:09, 26 September 2013 (UTC)
ArticleAfterFetchContentObject just leaves me with a blank wiki page, no content. We're pulling data from a few various mysql databases, which is why we're using mysql_connect 206.71.84.68 20:24, 26 September 2013 (UTC)
The only mysql_select_db() I see is connecting to wikidb -- which sounds like the db for the wiki.
Anyway, if you end up with a blank page there is a whole troubleshooting section for that: You see a Blank Page. Have you tried the things there? MarkAHershberger(talk) 21:05, 26 September 2013 (UTC)
206.71.84.68 21:16, 26 September 2013 (UTC)
I have, and the list is quite long.
Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: ASPAC_South in /var/www/mwiki/extensions/Deinstalled2.php on line 323 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ASPAC_North in /var/www/mwiki/extensions/Deinstalled2.php on line 290 Notice: Undefined variable: ASPAC_North in /var/www/mwiki/extensions/Deinstalled2.php on line 290 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: ASPAC_South in /var/www/mwiki/extensions/Deinstalled2.php on line 323 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: CALA in /var/www/mwiki/extensions/Deinstalled2.php on line 190 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ASPAC_North in /var/www/mwiki/extensions/Deinstalled2.php on line 290 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: CALA in /var/www/mwiki/extensions/Deinstalled2.php on line 190 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ASPAC_South in /var/www/mwiki/extensions/Deinstalled2.php on line 323 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: ASPAC_South in /var/www/mwiki/extensions/Deinstalled2.php on line 323 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: CALA in /var/www/mwiki/extensions/Deinstalled2.php on line 190 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: ASPAC_South in /var/www/mwiki/extensions/Deinstalled2.php on line 323 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87 Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87 Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87 Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87 Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87 Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87 Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87 Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155 Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223 Catchable fatal error: Object of class WikitextContent could not be converted to string in /var/www/mwiki/extensions/Deinstalled2.php on line 458
206.71.84.68 16:48, 27 September 2013 (UTC)
Breaking it into separate lines and removing duplicates leaves us with something much more managable:
Notice: Undefined variable: ASPAC_North in /var/www/mwiki/extensions/Deinstalled2.php on line 290
Notice: Undefined variable: ASPAC_South in /var/www/mwiki/extensions/Deinstalled2.php on line 323
Notice: Undefined variable: CALA in /var/www/mwiki/extensions/Deinstalled2.php on line 190
Notice: Undefined variable: EMEA in /var/www/mwiki/extensions/Deinstalled2.php on line 223
Notice: Undefined variable: ENENA in /var/www/mwiki/extensions/Deinstalled2.php on line 254
Notice: Undefined variable: US_East in /var/www/mwiki/extensions/Deinstalled2.php on line 122
Notice: Undefined variable: US in /var/www/mwiki/extensions/Deinstalled2.php on line 87
Notice: Undefined variable: US_West in /var/www/mwiki/extensions/Deinstalled2.php on line 155
Catchable fatal error: Object of class WikitextContent could not be converted to string in /var/www/mwiki/extensions/Deinstalled2.php on line 458
MarkAHershberger(talk) 19:52, 27 September 2013 (UTC)
What changes need to be done to explicitly hand the content back into the variable? 206.71.84.68 17:05, 27 September 2013 (UTC)
First, you should get rid of the E_STRICT notices about undefined variables. These are caused when a variable is used before it is assigned and are indicative of bigger problems.
Next, you're trying to use an object (WikitextContent) as a string. You should probably look at the getSection and replaceSection methods. (Not tested, I haven't worked with the WikitextContent object.) MarkAHershberger(talk) 20:16, 27 September 2013 (UTC)

New Topic Template

Good day,

I am trying to decide on a wiki platform, so before I get too deep, I am trying to find if wikimedia has the capability I am after.

I need to be able to define a template structure for a new topic / series of pages, so that when a new topic is added, the users must adhere to the template structure by filling in the text fields.

For instance, if a topic was made about "MY NEW TOPIC", I would like the page to be pre-formatted wherein they would have to enter details such as:

Page Title Description Background Related Info Sources

I would like it this way so that all pages are consistent.

If it is not too far off, it would be awesome to have a new topic automatically create with multiple tabs, and each tab a new pre-formatted template per my design.

Is this possible? 67.247.80.61 (talk) 23:39, 25 September 2013 (UTC)

A wiki depends more on social rather than technical constraints to enforce structure. It sounds like you really want a CMS.
That said, you could use Semantic Forms to do a lot of what you want. MarkAHershberger(talk) 00:25, 26 September 2013 (UTC)
Thank you for your reply. I will look into your suggestion. I am quite experienced with other CMS's, such as DotNetNuke, Joomla!, and Wordpress, but I am new to wikis.
When I look at something like http://en.wikipedia.org/wiki/Italy, I see that there is a well defined structure under the TOC. (Etymology, History, Geography, Politics, Economy, etc.).
That is really what I am after. Something of structure, so that the pages are adhered to.
When you say "social constraints", is that what you are referring to? That these are guidelines or best practices that we, in good faith, expect them to adhere to, but there really isn't a technical guideline to help control it?
So when the page for Italy was first created, had it been created by someone new and uneducated with wikis, it may have greatly deviated from the desired resulting page, and was left up to an educated community to bring it in line with the operating policy?
I am hoping to make it easier than that so it doesn't take so much effort. Hopefully your Semantic Forms will do the job.
Thank you again for the proper direction. 67.247.80.61 00:49, 26 September 2013 (UTC)
Wikipedia has a large community that enforces the structure you see. Yes, the [https://en.wikipedia.org/w/index.php?title=Italy&oldid=258502 original Italy article[ was much different.
(Previous revision links on that article show this bug: "Previous" revision link on oldest version of wiki article points to a *newer* revision.)
A better example (using an article created more recently) might be the Twerking article which was first created in December 2012.
Even better would be the w:Westgate shopping mall shooting article. But even in the earliest form you can see that the person creating the stub had an idea what sort of structure would later be required. The user who created that stub has been active for around 5 years, though, so xe knew what would be wanted. MarkAHershberger(talk) 17:35, 26 September 2013 (UTC)

Discussion/Talk page UI

Hi there,

I am implementing MediaWiki within my company. I would like to ask how to make the UI of Discussion/Talk page on each article to look like this (like this site I'm writing discussion on).

Thanks very much! 203.162.126.157 (talk) 02:26, 26 September 2013 (UTC)

See Extension:LiquidThreads.
However, I do not recommend the use of it because the extension is no longer being developed (only occasional bug fixes). In particular, it suffers from scalability issues and has a buggy UI. Jasper Deng (talk) 03:56, 26 September 2013 (UTC)
If you can wait a few months and you are willing to experiment, you can watch the progress of Flow, which is the project currently under development willing to fix that problem. Qgil (talk) 14:52, 27 September 2013 (UTC)

Creating and checking a userright

Hello, i'm trying to write an extension.

What's the best way to create a new userright and checking whether a particular right is set for the user?

thank you Finswimmer (talk) 07:46, 26 September 2013 (UTC)

Ok, i guess I got it.
To define a right one can do this:
$wgAvailableRights[] = 'myright';
$wgGroupPermissions['bureaucrat']['myright'] = true;
To ask whether on have a particular right one can use
User::isAllowed Finswimmer (talk) 10:58, 26 September 2013 (UTC)

Class WikiPage, Article, Title???

Hello,

can someone please explain to me what are the differences between the classes WikiPage, Article and Title. What are the use cases for each?

Thank you. Finswimmer (talk) 07:49, 26 September 2013 (UTC)

https://www.mediawiki.org/wiki/Manual:WikiPage.php
https://www.mediawiki.org/wiki/Manual:Article.php
https://www.mediawiki.org/wiki/Manual:Title.php
Maybe the diagrams on https://doc.wikimedia.org/mediawiki-core/master/php/html/classWikiPage.html also help? AKlapper (WMF) (talk) 12:22, 26 September 2013 (UTC)
Thanks, that helps a lot. (Why i didn't find these manuals? :( )
Just to be sure.
If i like to work with information about an article in general like revision, editors etc. I should prefer the wikipage class.
And if i like to work with the content of an article i should use the article class? Finswimmer (talk) 14:22, 26 September 2013 (UTC)

Scribunto / Lua error: Cannot create process.

Problems installing Scribunto / Lua. Hi guys, another lua Scribunto issue. Please help! I have done my research and tried a number of things, see below. Looks like php related error.

  • CentOS
  • MediaWiki 1.20.2
  • PHP 5.3.23
  • Lua 5.1.4
  1. I have Chmod 755 extensions/Scribunto files and dirs.
  2. Chmod all lua locations /usr/bin/lua /usr/lib/lua
  3. Scribunto showing installed on Special:Version
  4. PCRE version 8.33

LocalSettings.php fragment

 
require_once( "$IP/extensions/Scribunto/Scribunto.php" );
$wgScribuntoDefaultEngine = 'luastandalone';
$wgScribuntoEngineConf['luastandalone']['luaPath'] = '/extensions/Scribunto/engines/LuaStandalone/biaries/lua5_1_5_linux_32_generic';
$wgShowExceptionDetails = true;
  • Phpinfo - disable_functions = no value
  • D/L Scribunto mediawiki again, re-installed, same issue.

ERROR - Lua error: Cannot create process.

Backtrace:
#0 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(136): ScribuntoEngineBase->newException('scribunto-luast...')
#1 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(60): Scribunto_LuaStandaloneInterpreter->__construct(Object(Scribunto_LuaStandaloneEngine), Array)
#2 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(69): Scribunto_LuaStandaloneEngine->newInterpreter()
#3 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(8): Scribunto_LuaEngine->load()
#4 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(26): Scribunto_LuaStandaloneEngine->load()
#5 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/common/Hooks.php(210): Scribunto_LuaStandaloneEngine->getLimitReport()
#6 [internal function]: ScribuntoHooks::reportLimits(Object(Parser), 'NewPP limit rep...')
#7 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Hooks.php(216): call_user_func_array('ScribuntoHooks:...', Array)
#8 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/GlobalFunctions.php(3823): Hooks::run('ParserLimitRepo...', Array)
#9 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/parser/Parser.php(492): wfRunHooks('ParserLimitRepo...', Array)
#10 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/WikiPage.php(3110): Parser->parse('{{pp-move-indef...', Object(Title), Object(ParserOptions), true, true, 3990)
#11 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/PoolCounter.php(209): PoolWorkArticleView->doWork()
#12 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Article.php(631): PoolCounterWork->execute()
#13 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/actions/ViewAction.php(37): Article->view()
#14 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(427): ViewAction->show()
#15 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(304): MediaWiki->performAction(Object(Article))
#16 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(536): MediaWiki->performRequest()
#17 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(446): MediaWiki->main()
#18 /var/www/vhosts/mywiki.org/httpdocs/wiki/index.php(59): MediaWiki->run()
#19 {main}

Thanks! Ausrpdesigns (talk) 12:23, 26 September 2013 (UTC)

The path you're giving in $wgScribuntoEngineConf['luastandalone']['luaPath'] is probably wrong. Could you try:
$wgScribuntoEngineConf['luastandalone']['luaPath'] = "$IP/extensions/Scribunto/engines/LuaStandalone/biaries/lua5_1_5_linux_32_generic";
MarkAHershberger(talk) 18:18, 26 September 2013 (UTC)
In fact, what happens if you just delete that line? MarkAHershberger(talk) 18:19, 26 September 2013 (UTC)
Thanks for quick reply! I corrected the line, no luck. I removed it, same errors. Ausrpdesigns (talk) 14:46, 29 September 2013 (UTC)
could you try replacing the line? MarkAHershberger(talk) 04:25, 2 October 2013 (UTC)
Yes already replaced it as advised. Now getting -
Lua error: Internal error: The interpreter exited with status 126.
Extended content
Backtrace: #0/var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(448): ScribuntoEngineBase->newException('scribunto-luast...', Array)
#1/var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(318): Scribunto_LuaStandaloneInterpreter->checkStatus()
#2/var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(281): Scribunto_LuaStandaloneInterpreter->receiveMessage()
#3/var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(213): Scribunto_LuaStandaloneInterpreter->dispatch(Array)
#4 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(112): Scribunto_LuaStandaloneInterpreter->registerLibrary('mw_interface', Array)
#5 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(87): Scribunto_LuaEngine->registerInterface('mw.lua', Array, Array)
#6/var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(8): Scribunto_LuaEngine->load()
#7/var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(26): Scribunto_LuaStandaloneEngine->load()
#8 /var/www/vhosts/mywiki.org/httpdocs/wiki/extensions/Scribunto/common/Hooks.php(210): Scribunto_LuaStandaloneEngine->getLimitReport()
#9 [internal function]: ScribuntoHooks::reportLimits(Object(Parser), 'NewPP limit rep...')
#10 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Hooks.php(216): call_user_func_array('ScribuntoHooks:...', Array)
#11 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/GlobalFunctions.php(3823): Hooks::run('ParserLimitRepo...', Array)
#12 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/parser/Parser.php(492): wfRunHooks('ParserLimitRepo...', Array)
#13 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/WikiPage.php(3110): Parser->parse('{{pp-move-indef...', Object(Title), Object(ParserOptions), true, true, 3990)
#14 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/PoolCounter.php(209): PoolWorkArticleView->doWork()
#15 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Article.php(631): PoolCounterWork->execute()
#16 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/actions/ViewAction.php(37): Article->view()
#17 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(427): ViewAction->show()
#18 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(304): MediaWiki->performAction(Object(Article))
#19 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(536): MediaWiki->performRequest()
#20 /var/www/vhosts/mywiki.org/httpdocs/wiki/includes/Wiki.php(446): MediaWiki->main()
#21 /var/www/vhosts/mywiki.org/httpdocs/wiki/index.php(59): MediaWiki->run()
#22 {main}
Also placed the error log output in localsettings -
$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/tmp/lua-error.log';
In this -
.../wiki/extensions/Scribunto/engines/LuaStandalone/lua_ulimit.sh: line 6:
.../wiki/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic: is a directory
.../wiki/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic: cannot execute: Success
I have made all the files executable(755).
Thx Ausrpdesigns (talk) 11:32, 3 October 2013 (UTC)
Hello? Is there any support for this guys? Multiple posts around the web with same issues, all with no resolutions... Ausrpdesigns (talk) 12:35, 7 October 2013 (UTC)
"multiple posts around the web" means nothing to me. I only answer questions here. And Scribunto is relatively new, so there aren't a lot of people answering questions about it. I'm not sure what else I can say without offending you, so I'll just stop. MarkAHershberger(talk) 00:37, 8 October 2013 (UTC)
I'm not having a go at you mate. Its just frustrating the lack of support 'around the web'.. I appreciate your help. Ausrpdesigns (talk) 09:52, 9 October 2013 (UTC)
The error message was giving you a clue. It says "...lua5_1_5_linux_32_generic: is a directory" and "...lua5_1_5_linux_32_generic: cannot execute".
This indicates that it is trying to execute the bit in 'luaPath'. So the bit I gave you wasn't quite right. Change it to
$wgScribuntoEngineConf['luastandalone']['luaPath'] = "$IP/extensions/Scribunto/engines/LuaStandalone/biaries/lua5_1_5_linux_32_generic/lua";
MarkAHershberger(talk) 00:56, 8 October 2013 (UTC)
You made a mistake '/biaries/'.. should be '/binaries/' :P
Ok different errors now. The page is getting
"Lua error: Internal error: The interpreter exited with status 1." - following the same #1 - #22 errors as stated before.
Log file -
.../lua5_1_5_linux_32_generic/lua: /lib/libc.so.6: version `GLIBC_2.7' not found (required by .../lua5_1_5_linux_32_generic/lua)
.../lua5_1_5_linux_32_generic/lua: /lib/libc.so.6: version `GLIBC_2.11' not found (required by .../lua5_1_5_linux_32_generic/lua)
analyzing & researching the errors now.
Thanks for your help so far. Ausrpdesigns (talk) 11:41, 9 October 2013 (UTC)
You don't say what version of CentOS you have, but this looks like you are using a version other than the one that matches the included binaries.
Do you have lua in /usr/bin/lua? You may need to point $wgScribuntoEngineConf['luastandalone']['luaPath'] there. MarkAHershberger(talk) 12:08, 9 October 2013 (UTC)
Cool its working! kinda.. I tried - $IP/usr/bin/lua"; that failed as it was attempting to look inside the wiki directory, got it working with - '/usr/bin/lua';
Now getting "Script error: No such module." on pages..
Imported all pages Template:Infoxbox & Module:Infobox from Wikipedia again and tacking down the remaining missing mods.
Cheers Ausrpdesigns (talk) 13:50, 13 October 2013 (UTC)
It sounds like we were/are having the same issues. Can you spell out all the setting you have used to get it to work? Lestatdelc (talk) 19:46, 13 October 2013 (UTC)
What problem do you currently have? MarkAHershberger(talk) 20:47, 15 October 2013 (UTC)
Was getting similar error reporting whenever Lua is being cooled by a module. Lestatdelc (talk) 10:02, 12 November 2013 (UTC)
do you still see this problem? If so, start a new thread with your description, please. MarkAHershberger(talk) 17:36, 12 November 2013 (UTC)
Let me know if you have any problems getting all the modules in place. MarkAHershberger(talk) 20:47, 15 October 2013 (UTC)
Ok so there’s still plenty of 'Script Errors' where Lua is calling modules.
I tried to re-import them from Wikipedia (With all 3 options ticked on export page) with no luck.
I then tried to visit the modules pages e.g. 'Module:Coordinates' and the page was blank.. So I enabled error reporting in Localsettings.php, it was complaining about GeSHi extension. I downloaded GeSHi again and imported it, can access module pages fine, re-imported modules. However same module errors. Any ideas?
Found a few threads but no help –
A few examples -
Lua error in Module:Coordinates at line 22: attempt to index field 'title' (a nil value).
Backtrace:
(tail call): ?
Module:Coordinates:22: in main chunk
(tail call): ?
(tail call): ?
[C]: in function "xpcall"
MWServer.lua:73: in function "handleCall"
MWServer.lua:266: in function "dispatch"
MWServer.lua:51: in function "dispatch"
(tail call): ?
mw.lua:248: ?
Module:Infobox:313: in function "preprocessArgs"
Module:Infobox:366: in function "chunk"
mw.lua:425: in function "chunk"
(tail call): ?
[C]: in function "xpcall"
MWServer.lua:73: in function "handleCall"
MWServer.lua:266: in function "dispatch"
MWServer.lua:33: in function "execute"
mw_main.lua:7: in main chunk
[C]: ?
Lua error in Module:Namespace_detect at line 250: attempt to index field 'text' (a nil value).
Backtrace:
(tail call): ?
Module:Namespace_detect:250: in function "chunk"
mw.lua:425: in function "chunk"
(tail call): ?
[C]: in function "xpcall"
MWServer.lua:73: in function "handleCall"
MWServer.lua:266: in function "dispatch"
MWServer.lua:33: in function "execute"
mw_main.lua:7: in main chunk
[C]: ?
Ausrpdesigns (talk) 11:26, 16 October 2013 (UTC)
Hi Mark,
Any ideas? Ausrpdesigns (talk) 09:43, 24 October 2013 (UTC)
Sorry, Life happened.
Could you let paste wikitext that is giving you this error?
It may be some incompatibility between your /usr/bin/lua and the lua that Scribunto expects. What lua version shows up on your [[Special:Version]] page? MarkAHershberger(talk) 18:17, 4 November 2013 (UTC)
ah I hate when that happens. Well it doesn't like most modules. I have tried uploading the fresh exports from wikipedia (templates included) but no change. The Scribunto extension page suggests to update the Scribunto extension. No change.
Lua error in Module:Footnotes at line 147: attempt to call method 'extensionTag' (a nil value).
Backtrace:
(tail call): ?
Module:Footnotes:147: in function "chunk"
mw.lua:425: in function "chunk"
(tail call): ?
[C]: in function "xpcall"
MWServer.lua:73: in function "handleCall"
MWServer.lua:266: in function "dispatch"
MWServer.lua:33: in function "execute"
mw_main.lua:7: in main chunk
[C]: ?
Lua error in Module:Namespace_detect at line 224: attempt to index field 'text' (a nil value).
Backtrace:
(tail call): ?
Module:Namespace_detect:224: in function "chunk"
The Special:version page doesn't show Lua. Strangely only Scribunto.. Is this because I'm using the standalone? or this could be my issue? If I run Lua on my server - Lua 5.1.4. Ausrpdesigns (talk) 13:28, 13 November 2013 (UTC)
Could you point me to the file you're trying to import? Would you be willing to try the MediaWiki 1.22rc1 that I just put out or (at least) MW 1.21?
There have been a few updates in Scribunto. Since MW 1.20 is about to go out of maintenance, I think it is worth your while to upgrade. MarkAHershberger(talk) 14:47, 13 November 2013 (UTC)
So I installed 1.21, installed the correct Scribunto version. failed with 'ERROR - Lua error: Cannot create process.'
1.22 came out few days ago so I'm just upgrading the 1.21 and see how I go. Is there anything in 1.22 to improve the Scribunto/Lua issues people are having? Ausrpdesigns (talk) 11:41, 11 December 2013 (UTC)
setenforce 0 Enemyx (talk) 18:34, 17 December 2013 (UTC)
Hi,
I am using:
  • MediaWiki 1.24alpha
  • PHP 5.3.21 (apache2handler)
  • MySQL 5.5.29-log
  • Lua 5.1.5
  • Scribunto - Master
I have Chmod 755 extensions/Scribunto files and dirs
Scribunto showing installed on Special:Version
The last dumps from mediawiki.
I am always getting the 'Script Error' display on the pages.
There are 2 kinds of messages:
1) Script error: No such module "Module_name".
2) Lua error in package.lua at line 80: module `Module:Convert/text' not found.
Backtrace:
(tail call): ?
[C]: in function "error"
package.lua:80: in function "load"
package.lua:99: ?
(tail call): ?
(tail call): ?
mw.lua:704: in function "loadData"
Module:Convert:91: in function "set_config"
Module:Convert:3230: in function "chunk"
mw.lua:468: ?
(tail call): ?
[C]: in function "xpcall"
MWServer.lua:87: in function "handleCall"
MWServer.lua:301: in function "dispatch"
MWServer.lua:40: in function "execute"
mw_main.lua:7: in main chunk
[C]: ?
I tried different combinations but no luck so far.
If I add to the LocalSettings_en.php:
$wgScribuntoEngineConf['luastandalone']['luaPath'] = 'usr/bin/lua' or $wgScribuntoEngineConf['luastandalone']['luaPath'] ='...Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_64_generic/lua'
The Lua version disapear frm the 'Special:Version' site.
Adding this line to the LocalSettings_en.php:
$wgScribuntoEngineConf['luastandalone']['errorFile'] = '/data/servers/wikimirror_mediawiki_renderer_apache/lua.log';
RX <== loadString
TX ==> return
RX <== return
TX ==> call
RX <== return
TX ==> error
RX <== getStatus
TX ==> return
RX <== loadString
TX ==> return
RX <== getStatus
Any ideas how to make it works?
Thanks in advance 64.236.4.25 09:42, 23 May 2014 (UTC)

[RESOLVED] How to insert some template to article which can be deleted only by administrator

Hallo all. I would like to ask Hhw to insert some template to article which can be deleted only by administrator? So there are some articles that should be remade and I would like to make a template which note this so that noone (except administrator) can delete this notice Thx for help Fokebox (talk) 12:49, 26 September 2013 (UTC)

Hi!
I would say: What you want is not possible. MediaWiki only allows you either to protect a page or not to protect it. If you do not protect a page, then everyone can edit it (and so also remove a template, which you included). If you do protect it, then people will not be able to remove the template (and they won't be able to edit the whole page).
A solution would be to add the template not inside the different pages, but directly via PHP: Use a hook, which is called before the page is rendered. In PHP create a list of pages, which should get this template (maybe it is even possible to read this list from a wiki page) and then add the inclusion of the template to the page, if it is in this list.
I don't know, if it's worth the hassle... ;-) 88.130.123.71 14:33, 26 September 2013 (UTC)
I see. And as I guess it is not possible to protect some part of the page, is it? Fokebox (talk) 15:02, 26 September 2013 (UTC)
No; MediaWiki only allows you either to protect a page or not to protect it. There is no inbetween. 88.130.123.71 16:07, 26 September 2013 (UTC)
There are hacks to support partial page protection (ProtectSection,PageProtectionPlus, ProtectText), but they are just that: hacks. MarkAHershberger(talk) 17:07, 26 September 2013 (UTC)
Well It works Extension:ProtectSection: I hope it is good extension and hasn't security holes ) Fokebox (talk) 12:57, 28 September 2013 (UTC)
I do not know of security holes like XSS or data leackage or such. However, if with security hole you also mean that it really is absolurely imposible to modify the texts inside protect tags, then I am not so sure. As said, it's only a hack, the last version is years old; there may be ways to get around this kind of protection. 88.130.126.140 14:22, 28 September 2013 (UTC)

How do I change the location of the captcha?

My captcha when users register appears at the top of the registration page. How do I move so that it is the last thing the the new user does before pressing the Submit button?

In other words, I want the captcha right above the submit button on the registration page. 50.173.47.199 (talk) 14:14, 26 September 2013 (UTC)

Are you sure that you don't have some CSS moving the captcha? I think everywhere I've seen it it has been right around the submit button. If you provide a link, maybe we can help you figure that out. MarkAHershberger(talk) 16:55, 26 September 2013 (UTC)
Sorry about the delay. My site is www.termiteknowledgebase.org and I'm using KeyCaptcha in the registration process. 50.173.47.199 01:12, 1 October 2013 (UTC)
You may add <div id="div_for_keycaptcha" /> before submit buttons and captcha will be placed before them. 217.65.22.22 04:40, 1 October 2013 (UTC)
I mean (gt)div id='div_for_keycaptcha'/(lt)
(replace lt and gt with "greater than" and "less than" signs) 217.65.22.22 04:47, 1 October 2013 (UTC)
Isn't there a register.php file and I can just cut and paste the keycaptcha line? 50.173.47.199 14:24, 4 October 2013 (UTC)
Looks like you should edit file /includes/templates/UserLogin.php and paste this code before submit buttons.
But you should also modify plugin a bit and add some js code around backs...cap.js call to ensure that it's a register page and add wait function, because without such modification page will load cap.js code before div_for_keycaptcha will be added to the DOM, so this code will not find this divand captcha will be placed at the begin of the registration form. 217.65.22.22 10:29, 7 October 2013 (UTC)
Thanks. Why isn't the captcha location standard with mediawiki like other websites. Do you use captcha on a mediawiki site and is it appearing first (above the username, password and real name sections) on your register page? Jason1234h (talk) 18:08, 27 October 2013 (UTC)
I'm plugin developer, but I have no my own wiki(
It's not default captcha place. Captcha is placed to the form by hooks but there are no hook in MW which runs before addin submit button:
Could you open spport ticket on keycaptcha site and provide me ftp access - I'll try to do my best to help you. 217.65.22.22 02:48, 31 October 2013 (UTC)
I'm sorry it took so long to get back to you. I will open a support ticket asap. Jason1234h (talk) 22:20, 29 November 2013 (UTC)
I will right away. I'm sorry it took so long to get back to you. Jason1234h (talk) 22:21, 29 November 2013 (UTC)

Adding new tab like page extra actions

Hello, how can I add a new Tab (Dropdown-List) like the one with the extra action like deletion, protection etc.

What I found out until now:

I need the hook 'SkinTemplateNavigation'.

With the $content_actions['actions']['myaction'] array I can put an entry in the list with deletion etc.

With the $content_actions['views']['myaction'] array I can create a new tab.

But how can I create a list? Finswimmer (talk) 10:40, 27 September 2013 (UTC)

Are you asking how to create another drop-down menu? It looks like you would need to copy skins/Vector.php and start creating your own skin. Vector isn't made to have multiple drop-downs like that. MarkAHershberger(talk) 22:51, 27 September 2013 (UTC)

[RESOLVED] preg_match() Unknown modifiers in EditPage.php

I get the following warning in my error log:

PHP Warning: preg_match(): Unknown modifier '/' in /.../includes/EditPage.php on line 1581, referer: http://www.example.com/index.php?title=Example_page&action=submit

I suspect that it is caused by the $wgSpamRegex setting in my LocalSettings.php

$wgSpamRegex = "/". 
		"#s-e-x|zoofilia|sexyongpin|grusskarte|geburtstagskarten|animalsex|".
        	"sex-with|dogsex|adultchat|adultlive|camsex|sexcam|livesex|sexchat|".
        	"chatsex|onlinesex|adultporn|adultvideo|adultweb.|hardcoresex|hardcoreporn|".
        	"teenporn|xxxporn|lesbiansex|livegirl|livenude|livesex|livevideo|camgirl|".
        	"spycam|voyeursex|casino-online|online-casino|cheapest-phone|".
        	"laser-eye|eye-laser|fuelcellmarket|lasikclinic|cragrats|parishilton|".
        	"paris-hilton|paris-tape|2large|fuel-dispenser|fueling-dispenser|huojia|".
        	"jinxinghj|telematicsone|telematiksone|a-mortgage|diamondabrasives|".
        	"reuterbrook|sex-plugin|sex-zone|lazy-stars|eblja|liuhecai|enlargement|".
        	"Registrierungsnummer|medicines|cheapest|medication|".
        	"buy-viagra|-cialis|-levitra|boy-and-girl-kissing|".
        	"style\s*=\s*\s*display\s*:\s*none|".
		"display\s*:\s*none|".
        	"dirare\.com|".
        	"overflow:\s*auto;\s*height:\s*[0-4]px;|".
        	"hoodia|porn-movie|online-auction|clanpage.de|".
		"ixy.de|http://buy|dirare.com|ringtone|amoxicillin|".
		"xanax|valium|mortgage|craigslist|".
	       	"win-for-|superiorpapers|college-paper|".
        	"[0-9][0-9][0-9][0-9][0-9]\.info|free.info".
	       "/i";

If there is a Regex fan out here to verify and help, it would be utterly cool. Cheers [[kgh]] (talk) 17:09, 27 September 2013 (UTC)

The following line is probably causing the error:
"ixy.de|http://buy%7Cdirare.com%7Cringtone%7Camoxicillin%7C".
Try changing it to
"ixy.de|http:\/\/buy|dirare.com|ringtone|amoxicillin|". MarkAHershberger(talk) 19:43, 27 September 2013 (UTC)
Hmm... by looking at it again I suspect that I could have figured it out by myself, too. Sometimes ... Yeah, thanks for helping!. I will adjust the LocalSettings.php and see what happens. Cheers [[kgh]] (talk) 10:58, 28 September 2013 (UTC)
Affirmative, this fixed the issue. Sanity in the error log regained. :) Thanks again! [[kgh]] (talk) 06:23, 29 September 2013 (UTC)

ParserFunctions #ifeg not working

In my Wiki I have ParserFunctions installed by the #ifeg logic is not working; it is simply dumping the arguments. 173.165.184.50 (talk) 18:02, 27 September 2013 (UTC)

Version information and a link to your wiki (if available) would help us help you. MarkAHershberger(talk) 19:03, 27 September 2013 (UTC)
The wiki is here: wiki.tankpedia.org
An example of the error is here: wiki.tankpedia.org/Template:POTD/2013-10-01
This is using the latest build. 173.165.184.50 17:51, 2 October 2013 (UTC)
It works fine.
You have {{#ifeq:{{BASEPAGENAME}}|POTD protected||_protected}} on a page called Template:POTD/2013-10-01, and it's outputting _protected because {{BASEPAGENAME}} is not POTD protected Ciencia Al Poder (talk) 09:41, 3 October 2013 (UTC)

[RESOLVED] MediaWiki 1.21 internal error

I just updated 5 wikis, all on the same webspace, to version 1.21. All the updates were successful, and 4 of the 5 wikis run without any problem. One of them gives me the error "MediaWiki 1.21 requires at least PHP version 5.3.2, you are using PHP 5.2.17." This is very odd, because the others work, and according to my service provider (1and1.com) the wikis are using PHP 5.4. The upgrade process recognized that the wiki is using PHP 5.4.20. and completed the entire process successfully.

What would cause this to happen? This wiki dates back to 2007, but it was previously upgraded and running fine under version 1.17 or so (I'm not exactly sure of the version, but that is what I remember.) What do I do to get this running? The wiki is here. Thanks in advance for any advice offered. Sam (talk) 07:52, 28 September 2013 (UTC)

Hi!
I just wanted to write the following:
---
It may be that the other wikis are working properly, however on this domain you are using PHP 5.2.17, which is too old. I don't know how it is with 1&1, but usually you have a customer menu and there you should be able to change the PHP version used. Maybe you also have to add a line to the file called .htaccess, but if this is the case depends on how 1&1 have set up the server.
---
However, then I realized that when you call http://wiki.wantman.net/ you are redirected to http://wantman.net/w2/index.php5?title=Main_Page, which shows the error. When you however call http://wantman.net/w2/index.php?title=Main_Page (without the "5" in it), then you can see your wiki and then the page Special:Version also displays PHP 5.4. Also load.php5(!) is called instead of load.php, which is the reason why you do not see any styles when you call the index.php file.
I don't know how that can happen; first I would try to prevent the redirect to the php5 file. Use the php file instead. Maybe you have also made a setting in LocalSettings.php, which makes MediaWiki use the php5 files instead of the php files. This should then be changed as well. 88.130.126.140 12:08, 28 September 2013 (UTC)
It looks like the relevant setting is $wgScript. If this is set to "{$wgScriptPath}/index.php5", you should change it to "{$wgScriptPath}/index.php". Lethosor (talk) 15:07, 28 September 2013 (UTC)
188.32.3.112 17:10, 28 September 2013 (UTC)
The offending line in LocalSettings was:
$wgScriptExtension = ".php5";
which I changed to
$wgScriptExtension = ".php";
and now everything works just fine. Thanks for steering me in the right direction. Sam (talk) 22:44, 28 September 2013 (UTC)
You're welcome! :-) 88.130.126.140 00:05, 29 September 2013 (UTC)

Make wikipedia available for totally paralized people

Hi,

I want to make wikipedia available for totally paralized people. U have random article button. I am not a programmer, but maybe u can do or connect me with man that can.

I want him make voice recognition for 1 signal and 2 signals that invalid gives with something from his mouth.

When wikipedia hears 1 signal it scrolls down page. When wikipedia hears 2 signals it moves to next random article.

Can we do this?

Vika 88.130.126.140 (talk) 00:02, 29 September 2013 (UTC)

Browsers which can be controlled by voice already have commands to scroll up and down the page.
The random article link has the access key "x". I guess voice-commanded browsers can trigger access keys in some way, so just use it to easily access the random article link. Ciencia Al Poder (talk) 11:18, 29 September 2013 (UTC)

[RESOLVED] Error After Installation (Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home2/calzado/public_html/wiki/extensions/ConfirmEdit/ConfirmEdit.i18n.php on line 2111)

I'm getting this error after a successful installation. I searched the help and Google, but no answer available.

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE in /home2/calzado/public_html/wiki/extensions/ConfirmEdit/ConfirmEdit.i18n.php on line 2111 207.108.197.156 (talk) 01:16, 30 September 2013 (UTC)

Hi!
I guess that the file somehow got broken during upload to your server. Just try to take the tarball, extract the file again and use that one.
If that does not solve the problem, open the file and copy the lines around 2111 here. Maybe a variable is quoted incorrectly or something like that - that can cause that kind of error. 88.130.74.137 01:28, 30 September 2013 (UTC)
Thank you! That fixed it! 67.183.110.227 07:46, 30 September 2013 (UTC)
Nice to hear! :-) 88.130.74.137 10:49, 30 September 2013 (UTC)

mwdumper fails while importing page-articles dump

8,871,000 pages (143.783/sec), 8,871,000 revs (143.783/sec)
8,872,000 pages (143.761/sec), 8,872,000 revs (143.761/sec)
8,873,000 pages (143.735/sec), 8,873,000 revs (143.735/sec)
8,874,000 pages (143.707/sec), 8,874,000 revs (143.707/sec)
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 2048
	at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
	at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
	at org.apache.xerces.impl.XMLEntityScanner.scanContent(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:392)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:195)
	at org.mediawiki.importer.XmlDumpReader.readDump(XmlDumpReader.java:88)
	at org.mediawiki.dumper.Dumper.main(Dumper.java:142)

Due to which all pages are not imported.

How to resolve this problem ? 61.17.77.20 (talk) 04:58, 30 September 2013 (UTC)

What are steps to reproduce the problem? AKlapper (WMF) (talk) 14:17, 30 September 2013 (UTC)

I have a new wiki that we're using for internal documentation (so unfortunately I can't link to it here) and for some reason the page links don't seem to work on non-existent pages.

I have a bunch of articles such as [[Server1]], [[Server2]], [[Server3]] and so on.

For pages that exist, these are correctly turned into links to /Server1, /Server2, /Server3 and so on.

For pages that don't exist though, I get links like this: /Main_Page?title=Server1&action=edit&redlink=1

My wiki is installed in the root of the domain/site, and this is my .htaccess:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?title=$1 [NC,L,QSA]

And part of my LocalSettings:

# SEF on
$wgScript = "";
$wgScriptPath = "";
$wgScriptExtension = ".php";
$wgArticlePath = "$wgScript/$1";


MediaWiki 1.21.2 PHP 5.4.9 MySQL 5.5.32 208.49.123.2 (talk) 11:03, 30 September 2013 (UTC)

Hi Mark,
what is the problem with this behaviour? I have seen this behaviour as well and it in fact is helpful, as you are not shown a page, which MediaWiki knows does not exit and you have to click an edit button or so to create it, but you can directly edit (and create) the missing page. I think that what you see is a usability feature. :-) 88.130.74.137 12:26, 30 September 2013 (UTC)
The problem here is that red links point to /Main_Page instead of /index.php
Having both $wgScriptPath and $wgArticlePath pointing to the same path on the server is a very bad practice that can make some pages inaccessible.
To fix your particular problem, this is how you must configure it:
$wgScriptPath = "";
$wgScript = "{$wgScriptPath}/index.php";
$wgScriptExtension = ".php";
$wgArticlePath = "/$1";
But I recommend moving your installation to /w and use this instead:
$wgScriptPath = "/w";
$wgScript = "{$wgScriptPath}/index.php";
$wgScriptExtension = ".php";
$wgArticlePath = "/$1";
and change rewrite rules accordingly:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /w/index.php?title=$1 [NC,L,QSA]
Ciencia Al Poder (talk) 09:25, 1 October 2013 (UTC)
That seems to have worked perfectly, thanks.
What's your reasoning behind recommending a /w/ path for everything? 208.49.123.2 15:03, 1 October 2013 (UTC)
I suggested /w/ because that's the typical installation here on Wikimedia foundation wikis, but you can use whatever path you want. Just don't use the same for $wgArticlePath, otherwise you won't be able to access articles that have the same title as files on the server (like index.php, README, HISTORY, images, etc), because of rewrite rules. Ciencia Al Poder (talk) 18:50, 1 October 2013 (UTC)
Ahh, I only saw the part with action=edit and thought it was fine, but the part with Main_Page is wrong. I didn't see that. 88.130.103.16 19:53, 1 October 2013 (UTC)

Wrong image display

http://wiki.westeros.pl/index.php?title=Medger_Cerwyn

Look at this site. Why my coat images is in wrong place.

This is good one: http://awoiaf.westeros.org/index.php/Medger_Cerwyn TraaBBIT (talk) 13:51, 30 September 2013 (UTC)

Well... wiki code is different. On the "good" site, both images are inside a table, while the "wrong" one they aren't. Ciencia Al Poder (talk) 09:28, 1 October 2013 (UTC)
Please download the update for extension:MobileFrontend to your computer and then delete your files in extension file then go to MobileFrontend and then delete all files in the folder and then upload the files from your computer to there please for http://wiki.westeros.pl/index.php?title=Medger_Cerwyn because it seems your website I sent working 90.219.26.181 15:23, 1 October 2013 (UTC)
Please update Mediawiki from 1.17 to 1.21 please for http://awoiaf.westeros.org/index.php/Special:Version because 1.17 is unsupported now 90.219.26.181 15:25, 1 October 2013 (UTC)

Hi. I'm useing Vector and like to add a banner to my Sidebar. This is easy to do with Monobook http://collectivesolver.com/wiki/How_to_add_a_banner_to_the_MediaWiki_sidebar but does not work in Vector. What to do? 31.45.54.164 (talk) 17:57, 30 September 2013 (UTC)

Hi!
the most simple approach can be to modify the content of the wiki page MediaWiki:Sidebar. Before manipulating the PHP files or something like that, I would try to start with that. 88.130.74.137 21:54, 30 September 2013 (UTC)
Any idea what to do? 31.45.54.164 17:54, 2 October 2013 (UTC)
See Manual:Interface/Sidebar. 88.130.65.67 18:23, 2 October 2013 (UTC)
That does not answer my question. how to add a image to the Vector Sidebar :-( 31.45.54.164 20:59, 2 October 2013 (UTC)
There is no way to do that out of the box. You would have to edit skins/Vector.php in your wiki. MarkAHershberger(talk) 17:03, 3 October 2013 (UTC)
Is there a code to do that in skins/Vector.php ? 31.45.54.164 16:48, 5 October 2013 (UTC)
I did do some small changes to the Extension:SidebarDonateBox and it worked perfectly for this purpose. Now I can have a Sidebar-banner in Vector :-) 31.45.54.164 09:17, 6 October 2013 (UTC)
http://en.touhouwiki.net/wiki/Touhou_Wiki see their donation box. Their admin said they use Extension:SidebarDonateBox too. Zoglun (talk) 18:09, 6 October 2013 (UTC)

"MediaWiki:Vector.css" - Broken!

I'm trying to edit the css theme vector in "MediaWiki: Vector.css" and when I access the page I get this message:

Could not acquire 'wssouza01-wiki_:messages:en:status' lock. Backtrace:

  1. 0 /home/wteachers/www/wiki/includes/cache/MessageCache.php(710): MessageCache->load('en')
  2. 1 /home/wteachers/www/wiki/includes/cache/MessageCache.php(650): MessageCache->getMsgFromNamespace('January/en', 'en')
  3. 2 /home/wteachers/www/wiki/includes/Message.php(720): MessageCache->get('january', true, Object(Language))
  4. 3 /home/wteachers/www/wiki/includes/Message.php(464): Message->fetchMessage()
  5. 4 /home/wteachers/www/wiki/includes/Message.php(553): Message->toString()
  6. 5 /home/wteachers/www/wiki/languages/Language.php(923): Message->text()
  7. 6 /home/wteachers/www/wiki/languages/Language.php(942): Language->getMessageFromDB('january')
  8. 7 /home/wteachers/www/wiki/languages/Language.php(951): Language->getMonthName(1)
  9. 8 /home/wteachers/www/wiki/includes/OutputPage.php(3025): Language->getMonthNamesArray()
  10. 9 /home/wteachers/www/wiki/includes/OutputPage.php(2770): OutputPage->getJSVars()
  11. 10 /home/wteachers/www/wiki/includes/OutputPage.php(2475): OutputPage->getHeadScripts()
  12. 11 /home/wteachers/www/wiki/includes/SkinTemplate.php(462): OutputPage->headElement(Object(SkinVector))
  13. 12 /home/wteachers/www/wiki/includes/OutputPage.php(2034): SkinTemplate->outputPage()
  14. 13 /home/wteachers/www/wiki/includes/Wiki.php(572): OutputPage->output()
  15. 14 /home/wteachers/www/wiki/includes/Wiki.php(458): MediaWiki->main()
  16. 15 /home/wteachers/www/wiki/index.php(59): MediaWiki->run()
  17. 16 {main}

how do I fix this problem? 189.81.74.38 (talk) 22:16, 30 September 2013 (UTC)

Might be related to your memcached installation. Are you using memcached? If so, what version and how is it configured. Perhaps try turning disabling that temporarily by disabling the configuration for it in your LocalSettings file.
Possibly related incidents:

upgrading mediawiki when using postgresql database on non-default port

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


I'm upgrading MediaWiki from 1.20.5 to 1.21.2 (or to 1_22wmf18, same issue), backed by Postgresql database.
MediaWiki	1.20.5
PHP	5.4.5 (apache2handler)
PostgreSQL	9.2.4
I've set $wgDBport to a non-default port.
I'm using the web update method. When it prompts for the wgUpgradeKey, I enter it. I got an error that it cannot connect, and asks Is the server running on host "foobar.example.local" (127.0.0.1) and accepting TCP/IP connections on port 5432?.
Note that 5432 is the default port for PostgreSQL, but is not the port I am using.
It then asks for the upgrade key again, which I provide again. This time, it works and the upgrade completes. Why does it ignore $wgDBport the first time I enter the upgrade key, but then accepts it the second time?
That is rather confusing. Worse, it might upgrade the wrong database if one were to have multiple wikis and multiple databases.
I tried to assess the behavior when using MySQL instead of PostgreSQL, but it appears that is not possible to use MySQL on a non-default port, so this does not apply there. Jeff.janes (talk) 22:27, 30 September 2013 (UTC)
Before I attempt to reproduce this, could you tell me if you're still having this problem? (Sorry for the month+ delay). MarkAHershberger(talk) 16:10, 7 November 2013 (UTC)
This is really sad that I cant use different port instead but 5432, there is my LocalSettings.php configuration:
$wgDBtype = "postgres";
$wgDBserver = "127.0.0.1";
$wgDBport = 11111;
$wgDBname = "mydatabase";
$wgDBmwschema = "myscheme";
$wgDBuser = "postgres";
$wgDBpassword = "postgres";
Errors:
  • Cannot connect to database mydatabase: Cannot access the database: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?
  • Cannot connect to database template1: Cannot access the database: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?
  • Cannot connect to database postgres: Cannot access the database: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432? 185.42.60.232 (talk) 18:27, 14 August 2018 (UTC)
I solved it by creating port link:
ln -s /var/run/postgresql/.s.PGSQL.$port /path/to/wiki/.s.PGSQL.5432
LocalSettings.php configuration:
$wgDBserver = "/path/to/wiki"
$wgDBport is blank Makeev95 (talk) 11:29, 15 August 2018 (UTC)
Is that documented somewhere? It seems like it should be here. MarkAHershberger(talk) 15:20, 16 August 2018 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.
Category:Pages with script errors Category:Support desk archives Category:Support desk archives using deprecated source tags Category:Support desk archives with syntax highlighting errors