Project:Support desk

      vde   This page is for questions relating to the MediaWiki software.

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

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

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

      Before you post

      ↑Jump back a section

      Post a new question

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

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

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

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

      Archiving topics

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

      First page
      First page
      Previous page
      Previous page
      Last page
      Last page

      How can I add to wiki page Google Map from MarineTraffic?

      I need to add to my wikisite google map from www.marinetraffic.com There are example of script of map which can be placed to html. Below there is it:

      <script type="text/javascript">
              width='80%';          //the width of the embedded map in pixels or percentage
              height=400;         //the height of the embedded map in pixels or percentage
              border=1;           //the width of border around the map. Zero means no border
              notation=false;     //true or false to display or not the vessel icons and options at the left
              shownames=false;    //true or false to dispaly ship names on the map
              latitude=37.4460;   //the latitude of the center of the map in decimal degrees
              longitude=24.9467;  //the longitude of the center of the map in decimal degrees
              zoom=9;             //the zoom level of the map. Use values between 2 and 17
              maptype=3;          //use 0 for Normal map, 1 for Satellite, 2 for Hybrid, 3 for Terrain
              trackvessel=0;      //the MMSI of the vessel to track, if within the range of the system
              fleet='';           //the registered email address of a user-defined fleet to display
              remember=false;     //true or false to remember or not the last position of the map
      </script>
      <script type="text/javascript" src="http://www.marinetraffic.com/ais/embed.js"></script>
      

      Could anybody help me to solve this problem?

      84.204.22.13011:53, 21 June 2013

      Have you checked http://www.mediawiki.org/wiki/Manual:$wgRawHtml ?

      AKlapper (WMF) (talk)11:23, 22 June 2013

      I'll check. Thank you!

      84.204.22.13007:43, 24 June 2013
       

      I have the same problem as topicstarter. However i've already checked $wgRawHtml, that did not work. May be someone could advise something else? Thank you in advance!

      84.204.22.13008:44, 24 June 2013
       
       
      Edited by 2 users.
      Last edit: 08:11, 24 June 2013

      hello!

      nike free20:13, 8 March 2012

      I have fixed this error. It turns out that my PHP's session folder wasn't writable. The issue was that I couldn't see this folder via FTP and I needed to login via root SSH access to fix it. All is good now.

      Mases (talk)07:27, 9 March 2012

      This also fixed my problem - thank you for sharing.


      Ade.

      66.83.172.11418:32, 16 May 2012
       

      I can't find the PHP session file anywhere. I even connected we SSH as per your recommendation... where is it?

      71.57.105.24121:37, 30 January 2013

      It depends on your server. You can find it with the following command:

      $ php -r 'echo ini_get("session.save_path"),"\n";'
      
      MarkAHershberger(talk)22:02, 30 January 2013
       
       
       

      Is it possible to search within attached documents?

      I want to create a Wiki page and have an attachment to that article (word, visio, excel, notepad++, etc.). I then went to be able to use the Search feature to be able to search for data not only within the Wiki page, but also for data within the attachment. I have yet to see any information or extensions regarding this search feature. Is this possible?

      74.11.231.9818:03, 16 July 2012

      While Extension:FileIndexer claims to be able to, but it appears to have quite a few issues, so I can't reccomend it.

      bugzilla:21061 is the bug to make uploaded files searchable in core. Its one of those long-term we-really-should-do-it-but-is-rather-low-priority-so-no-one-ever-does issues (in my opinion anyways).

      Bawolff (talk)20:00, 17 July 2012

      Extension:FileIndexer has now even be deleted. We would need an uploaded file indexing functionality very urgently. Who could implement this?

      G.Hagedorn (talk)05:26, 24 June 2013

      Just a sidenote: Some of the aforementioned formats are binary data (e.g. older Microsoft Word files) so extracting the text for those formats would require quite some efforts.

      AKlapper (WMF) (talk)08:01, 24 June 2013
       
       
       

      Category Gallery

      I'm looking for an extension to mediawiki that extends the gallery with an attribute taking specific category images on update. This to simply retag the image to move it to another tag.

      Today the example of gallery is:


      <gallery widths=60px heights=60px>

      File:Example.jpg

      File:Example.jpg

      </gallery>


      The extension takes a category tag in the gallery that looks for all images with that category. f.e:


      <galleryExt widths=60px heights=60px category="sunflowers" />


      will list all images that is tagged with category sunflowers.

      83.253.128.18407:47, 24 June 2013

      Problem after moving Bigotry Wiki with SQLite

      Bigotry Wiki uses SQLite for the db from when it was at GoDaddy which charged for better plans to create more databases. I moved it to a new server and it gets an error.

      http://bigotry.sashaweb.net

      It's the same files and database, no error. I've also changed the SQLite db path to the new location. I followed the directions at SQLite and used sudo apt-get install php5-sqlite for Ubuntu. I didn't see the extension=php_pdo_sqlite.so line in /etc/php5/apache2/php.ini, but I added the lines under the SQLite section and restarted Apache2, but it still doesn't work. I don't know if there's a php_pdo_sqlite.so file or where it would be. I have found these files:

      /etc/php5/conf.d/20-pdo_sqlite.ini
      /etc/php5/conf.d/mcrypt.ini
      /etc/php5/conf.d/20-gd.ini
      /etc/php5/conf.d/20-sqlite3.ini
      /etc/php5/conf.d/10-pdo.ini
      /etc/php5/conf.d/20-mysql.ini
      /etc/php5/conf.d/20-pdo_mysql.ini
      /etc/php5/conf.d/20-mysqli.ini
      /etc/php5/mods-available/pdo_sqlite.ini
      /etc/php5/mods-available/mysqli.ini
      /etc/php5/mods-available/pdo.ini
      /etc/php5/mods-available/gd.ini
      /etc/php5/mods-available/sqlite3.ini
      /etc/php5/mods-available/pdo_mysql.ini
      /etc/php5/mods-available/mysql.ini
      

      This is also one of the errors:

      Error: 8 attempt to write a readonly database

      I set the database directory to chmod a+rw

      Does PHP say that SQlite would be available as database?

      88.130.105.23222:40, 23 June 2013

      Is that in phpinfo()?

      Yes, you can check the SQLite and PDO_SQLite library versions there.

      88.130.105.23200:51, 24 June 2013

      SQLite3 and PDO_SQLite are listed there.

       

      It's up after I changed the file permissions of the database. However, the create box on the main page displays weird and doesn't work for some reason.

       

      Not a fix, but I replaced it with InputBox, which seems to work.

       
       
       
       

      [RESOLVED] Short URL help please

      Hello,

      I've followed the tutorial, but am confused on one part.

      My wiki is - http://wiki.smartenit.com/index.php?title=Main_Page and if you click the Main Page link, you'll see it goes to the short URL, but I have a 404 error.

      I ran the wizard and it made it say wiki.smartenit.com/wiki/Main_Page...so I didn't want wiki in there twice, since I already have "wiki" as the subdomain, so I just modified the script in localsettings to be $wgArticlePath = "/$1";

      Now, I don't know what to do to not get the 404 error.

      Thanks for your help!

      98.189.165.21322:29, 29 April 2013

      Since, I'm not able to edit the post I did...I wanted to add that I only have everything in a "wiki" folder currently, and don't understand why I would need everything in a "w" folder, or if I really do. That's one part I don't understand in the tutorial.

      98.189.165.21322:41, 29 April 2013

      Ok...so reading further, I see that setting the directory as "w" or anything other than "wiki" is advisable, but it seems to be if the URL is going to be domain/wiki/Main_Page...if I have a subdomain set up, I don't know if this works the same.

      98.189.165.21323:07, 29 April 2013

      Could you post your .htaccess file here? Maybe we'll spot a problem.

      One of the reasons that the tutorial says to use /w for the files and /wiki for the wiki so that you can have wiki pages named anything you like, including "Index.php".

      Anything could be used instead of /wiki as long as it matches what you put in your LocalSettings.php.

      MarkAHershberger(talk)23:51, 29 April 2013
      Edited by another user.
      Last edit: 01:10, 30 April 2013

      Thanks Mark,

      Here is my htaccess code:

      RewriteEngine On
      RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/index.php [L]
      
      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
      RewriteRule ^/?images/thumb/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/thumb.php?f=$1&width=$2 [L,QSA,B]
      
      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
      RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d
      RewriteRule ^/?images/thumb/archive/[0-9a-f]/[0-9a-f][0-9a-f]/([^/]+)/([0-9]+)px-.*$ %{DOCUMENT_ROOT}/thumb.php?f=$1&width=$2&archived=1 [L,QSA,B] 
      
      98.189.165.21300:29, 30 April 2013

      Try this:

      RewriteEngine On
      RewriteBase /
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule ^/?wiki/(.*)$ /index.php/$1 [L,QSA]
      

      (This doesn't take care of the last two bits, but maybe we can get those next.)

      This will also require that the you have the (something like) the following in your LocalSettings.php:

      $wgArticlePath      = "/$1";
      $wgUsePathInfo = true;
      
      MarkAHershberger(talk)02:01, 30 April 2013
       
       
       
       
       

      talk page suggestion for mw

      hi I would like to suggest the talk page has a new design I would like to suggest that when someone clicks add topic and puts there topic title and the comment and click on submit and the comment would be at the bottom of the page instead could it be at the top of the page so it is easer for people to help people how about including the liquid discussion extension into the core and cite extension into core and parser function into core and wikieditor extension into core and diff extension into core please

      109.150.66.19815:08, 22 June 2013

      How about some punctuation marks? Maybe you can rephrase your question.

      88.130.113.23416:56, 22 June 2013

      what I mean is could someone add extension wikieditor, cite, vector, parserfunction, mwsearch and diff to the core because they seem to be more important to be an extension so why not put it into the core of mediawiki and to redo the talk page by instead of it show old to new changing it new to old would be helpful to people who want to help other but have to go to the bottom to find the latest comment

      109.150.66.19817:41, 22 June 2013

      It would make more sense for new messages to appear at the top, but I don't see a change like that being implemented. You would probably need to make an extension.

       
       
       

      wikibase download git

      hi please could some one upload a new file to git because I downloaded the file a few weeks ago and there were more files and was working downloaded it today and some files arnt there and there are issues because the old git website and all the files were moved to the new git I think that the new git has the old files instead of the new files because datamodel isent there I downloaded it through the master instead of the other rel_21 and 20 I am running 1.22 wmf8

      109.150.66.19812:54, 23 June 2013
      Edited by 0 users.
      Last edit: 12:55, 23 June 2013

      I am getting this error with the file I downloaded today Fatal error: Class 'Wikibase\EntityId' not found in /home/u293717925/public_html/extensions/Wikibase/lib/WikibaseLib.php on line 164

      109.150.66.19812:55, 23 June 2013

      because the old files arnt working I thought that you would have updated the files for master but they wernmt working with 1.22 wmf 8 so please could you upload a new version of the file to git the new git

      109.150.66.19813:18, 23 June 2013

      the file master has been token off wikibase download now could someone please upload the new file to master thanks

      109.150.66.19813:20, 23 June 2013

      could someone upload a differnet file of master for wikibase and upload a different master file of wikibase because the other worked well with quary and datamodel files included too

      109.150.66.19813:46, 23 June 2013

      I am uploading the file that works to https://sourceforge.net/projects/wikibase/files/ please add it to your git so we can download it please through master

      109.150.66.19814:24, 23 June 2013
       
       
       
       
       

      [RESOLVED] Post 1.19 -> 1.21 upgrade: Nested table formatting fail

      Hello, I just executed the upgrade from 1.19 to 1.21 (on windows) at a customer site. The process was flawless, however the one casualty of the process seems to be that the wikitable styling does not get applied to nested tables.

      The following code sample rendered nicely before the upgrade:


      Linked Table(s) Information
      Name Type Source Details
      Index Control Linked C:\somefolder\some.file This table stores information which is used by the application.
      Database Table Information (with sample data)
      Day No. Day Name Run Index: [Y/N]
      1 Sunday N
      3 Tuesday Y

      Is it possible that I missed updating an extension or something? It does not appear that the base installation was modified to include any custom, or updated extensions prior to performing the upgrade.

      Any assistance is appreciated. Thanks !

      PaysonSolutions (talk)22:57, 18 June 2013

      Works for me after fixing the code. You had a ", table centered" after class="wikitable" on the inner table, which is bad syntax. Maybe it was somehow allowed on previous versions.

      Linked Table(s) Information
      Name Type Source Details
      Index Control Linked C:\somefolder\some.file This table stores information which is used by the application.
      Database Table Information (with sample data)
      Day No. Day Name Run Index: [Y/N]
      1 Sunday N
      3 Tuesday Y
      Ciencia Al Poder (talk)11:39, 20 June 2013

      Yes, I discovered that comma as well. I came back to check this article, and to post my solution.

      Funny that it worked under an earlier release.

      Thanks for the help !

      PaysonSolutions (talk)16:18, 21 June 2013
       
       

      [RESOLVED] PHP Fatal error: Maximum execution time of 30 seconds exceeded in \includes\HttpFunctions.php on line 693

      Hey, I recently kept getting this error message when I am editing a page.

      PHP Fatal error: Maximum execution time of 30 seconds exceeded in \includes\HttpFunctions.php on line 693

      This have never happened to me before. And the server resources are pretty much free. e.g: CPU usage low, Memory usage low as well.

      I can create a page without any problems, but I somehow can't edit a page.

      I can't seem to find the reason causing this.

      any help will be appreciated.

      Lnasterio (talk)13:53, 19 June 2013

      Are you on a shared server? Did you recently install any extensions?

      MarkAHershberger(talk)15:30, 19 June 2013

      It's my own server, I recently modified the "Vector" skin. just to add Google Analysis codes.

      After few tests, I found that the error will only occur when the page name contain "DATA/" this seem to be causing the problem.

      any page without it, works perfectly fine.

      Lnasterio (talk)17:42, 19 June 2013

      Is the wiki public? Could you give us a URL so we can see this problem in action?

      MarkAHershberger(talk)18:43, 19 June 2013
       

      If you can easily reproduce the problem (as it seems it happens when pagename contains DATA/), try disabling all extensions to see if one of them is causing the problem, and/or undo your changes to the Vector skin, to try to isolate the problem and see if the problem comes from any of the extensions.

      Ciencia Al Poder (talk)11:30, 20 June 2013
       

      I found the problem, it appears to be caused by my analytical scripts written inside the vector skin. For some reason, wiki has to load up the skin before submission of each edit. Since I was having trouble connecting to the analytical site. That's why vector fails to load up completely, thus in the end causing me unable to submit edit. PS: because my DATA pages contain more information than other, that's why only these pages causes problem. Although problem is solved, however, I think this should be considered as a bug. "Load vector skin before submission" this logic in the program may cause more trouble in the future.

      Lnasterio (talk)13:20, 21 June 2013
       
       
       

      Mediawiki database size problem

      Hi.

      My viki database is 1.6GB. This is a problem? "Objectcache" table is 1.4gb, how it works this table? How i minimize "objectcache" table?

      Thank you for answers.

      78.160.13.11711:29, 23 June 2013

      Hi!

      No, generally such a size is not a problem. MySQL and PHP can handle that. However, you might want to make certain settings especially in MySQL to keep things running fast.

      For example the objectcache table contains only temporary data. You can manually purge this table, so that it is empty again. After that the objectcache needs some time until it is filled again. However, when a row in that table has expired, it should normally be removed from the table automatically. Is this not the case for you?

      Another thing I notice: Your DB without the cache is 200MB of size. The cache is 1.2GB - this ratio does not seem very efficient. Is the cache used properly at all? To me it seems like hundreds of rows might just be inserted, but never again used - and instead new rows are being inserted. Things are cached, but MediaWiki might for some reason think, that they are not reusable so that pages are rendered uncached again and again.

      88.130.105.23212:30, 23 June 2013
       

      wikibase extension

      hi how do I add links to my website because when I create item and then click add item and then it says add the site id and site link how do I add my site link because it is only letting me use the en Wikipedia site link not mine I would like to know how can I add my site Id

      5.66.159.20813:24, 12 June 2013

      It only allows me to use enwiki as the database which means it is using wikiepdia database I would like it to use mine how do I do that

      90.219.95.11918:20, 13 June 2013
       

      How do I add geo-coordinates to a wiki page?

      Edited by another user.
      Last edit: 08:58, 23 June 2013

      I want to add geographic coordinates to my wiki page so that it shows geo-coordinates like the top right corner of this wiki page: http://en.wikipedia.org/wiki/One_Wall_Centre

      Can someone verify how I do this? Do I need to use a template called Template:Coord and install the Scribunto extension? And then when add this on my wiki page: {{coord|40.744924|-74.006943|display=it}} I should see the coordinate link right?

      I'm also curious how I get the globe and map at the top right corner? I believe this requires WikiMiniAtlas but I'm not sure if I can just pull the map from Wikimedia's main WikiMiniAtlas server or if I have to host the wikiminiatlas on my own server. Thanks for your help.

      Peter321 (talk)17:16, 18 June 2013

      It should work if you import that template and all its dependencies and install Scribunto. You'll have to ask User:Magnus Manske and User:Kolossos since they manage that service, but given that they are volunteers providing a free service using resources provided by the Wikimedia Foundation, I don't think they'll mind.

      MarkAHershberger(talk)15:12, 19 June 2013

      Thanks for the info Mark. I will ask Magnus and Kolossos. Do you know if I have to run Scribunto in conjunction with the WikiMiniAtlas javascript files in order to get the globe icon and drop-down map?

      Backto1992 (talk)06:17, 20 June 2013

      I do not. Magnus probably will.

      MarkAHershberger(talk)15:23, 20 June 2013
       
       
       

      Why does new MediaWiki installation stop?

      Edited by another user.
      Last edit: 06:53, 23 June 2013

      I am trying to install a new MediaWiki installation. I can reach the index.php page and get the following page:

      MediaWiki 1.21.1

      LocalSettings.php not found.

      Please set up the wiki first.

      When I click on the Please set up the wiki first. hyperlink,

      This is the URL, which is correct.

      http://appcentral:8587/mw-config/index.php

      The page stays blank, and nothing happens. What should I check to see what is going wrong. This is a fresh, clean installation. There is no existing MySQL DB for the wiki.

      Here are my versions:

         Server version: Apache/2.2.15 (Unix)
         Server built:   May 13 2013 22:11:16
         
         PHP 5.3.3 (cli) (built: Feb 22 2013 02:51:11) 
         Copyright (c) 1997-2010 The PHP Group
         Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
         
         MediaWiki 1.21.1
      

      `mysql Ver 14.14 Distrib 5.1.69, for redhat-linux-gnu (x86_64) using readline 5.1`

      Charles M Norton Municipal Programmer (talk)19:15, 20 June 2013

      You probably need to install the php-xml package.

      MarkAHershberger(talk)19:40, 20 June 2013

      Thanks. That fixed it.

      Charles M Norton Municipal Programmer (talk)20:25, 20 June 2013

      I have this exact same problem except that I already have php-xml installed...

      Package php-xml-5.4.16-1.fc18.x86_64 already installed and latest version Nothing to do

      What do I do? I can't find a file named LocalSettings.php anywhere...

      166.70.121.3120:25, 21 June 2013

      Did you restart Apache?

      AKlapper (WMF) (talk)11:21, 22 June 2013
       
       

      For the records, this is filed as https://bugzilla.wikimedia.org/show_bug.cgi?id=42205 in the bug database.

      AKlapper (WMF) (talk)11:20, 22 June 2013
       
       

      Is it possible to redirect external links from https to http?

      I have a self signed SSL certificate for using with PHPmyAdmin and email, and I'd like to provide it as an option for MW users who understand the warning it generates and who would like to use the security it provides. The problem is that such users would copy links that are https, which would trigger warnings for anyone using them. Is there a way that https links from external domains can be redirected to http?

      E.g. via .htaccess or in the server config.

      88.130.113.23422:24, 22 June 2013
       

      Wiki is getting 500 error after server move [RESOLVED]

      Edited by author.
      Last edit: 16:48, 22 June 2013

      http://www.sturmkrieg.us

      I added the files and the database, and set new connection settings for the new database after moving from GoDaddy shared hosting to a VPS server. The wiki is getting a 500 error, but seems to be working since going to the domain seems to bring up the name of the main page in the URL. I suspect maybe this is a PHP error and it's just not displaying the file and line with the error.

      So, when you already presume that its a PHP error, why don't you activate error logging and look it up?

      88.130.113.23416:57, 22 June 2013

      I just enabled it with

      display_errors = On error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

      I got this:

      Notice: Use of undefined constant NS_FORUM - assumed 'NS_FORUM' in /home/sasha/web_servers/sturmkrieg.us/www/LocalSettings.php on line 307
      
      Notice: Use of undefined constant NS_FORUM_TALK - assumed 'NS_FORUM_TALK' in /home/sasha/web_servers/sturmkrieg.us/www/LocalSettings.php on line 308
      
      Fatal error: Smarty error: unable to write to $compile_dir '/home/sasha/web_servers/sturmkrieg.us/www/extensions/Widgets/compiled_templates'. Be sure $compile_dir is writable by the web server user. in /home/sasha/web_servers/sturmkrieg.us/www/extensions/Widgets/smarty/Smarty.class.php on line 1095
      
       

      I just set the compiled templates directory to writable by the web server as instructed by Extension:Widgets and the wiki displays now, although not totally correctly and it still displays the errors about forum namespace protection lines at the top of the page.

      This is the code from LocalSettings.php:

      # ----------Banned from forum settings-----------
      
      $wgNamespaceProtection[NS_FORUM]      = array( 'forum-edit' );
      $wgNamespaceProtection[NS_FORUM_TALK]      = array( 'forum-talk-edit' );
      
      $wgGroupPermissions ['user']['forum-edit'] = true;
      $wgGroupPermissions ['user']['forum-talk-edit'] = true;
      
      $wgRevokePermissions ['forumban']['forum-edit'] = true;
      $wgRevokePermissions ['forumban']['forum-talk-edit'] = true;
      

      The two namespace protection lines are 307 and 308.

      You have to define the constants, which you use for your custom namespaces, before you actually use them.

      88.130.113.23417:25, 22 June 2013

      How do I do that? Sorry, I didn't have this problem before, or maybe the error reporting settings just didn't display what was happening.

      error reporting tells you all: You are using a constant without having defined it before. Just define namespace and a number for it:

      define('NS_FORUM', 100);
      define('NS_FORUM_TALK', 101);
      

      That is all.

      88.130.113.23417:35, 22 June 2013
       
       
       
       
       

      wfLoadExtensionMessages() removed from 1.21.1?

      My web host recently prompted me to upgrade to MW 1.21.1, so I did. Now several of my pages are broken. The error message is:

      Fatal error: Call to undefined function wfLoadExtensionMessages() in [path to one of my installed extensions]

      Was this function removed, or do I just need to re-enable it somehow?

      70.176.119.20018:59, 8 June 2013

      You need to upgrade your extensions, too.

      MarkAHershberger(talk)20:41, 8 June 2013

      The extension that's giving me problems isn't very well maintained. I've fixed a few bugs in it myself, and I'm probably capable of fixing this. But in order to do so, I need to know why wfLoadExtensionMessages() was removed, and what replaced it.

      70.176.119.20001:10, 9 June 2013

      You may simply remove the call to wfLoadExtensionMessages() and it will continue to work, you don't need to replace it by something else.

      IAlex (talk)07:37, 9 June 2013

      I have the same problem. This may fix the problem, but it doesn't answer Mark's question.

      Nick

      109.238.67.212:00, 10 June 2013

      It was removed. wfLoadExtensionMessages() used to load messages from the given extension so that they could be used. Since the addition of the "localisation cache" in 1.16 messages are always loaded and thus calling wfLoadExtensionMessages() was useless (for more details see r52503).

      That was the point of the last part of my previous post.

      IAlex (talk)12:19, 10 June 2013
       

      Thanks for the info, it helped me out too.

      Pchestek (talk)14:20, 22 June 2013
       
       
       
       

      centralauth

      hi how can I add my doamins for wikis so that people who register for global account on differnent wikis can look at what projects they are on

      90.218.233.18421:00, 14 June 2013

      You might also want to ask at http://www.mediawiki.org/wiki/Extension_talk:CentralAuth and use punctuation to make your comments more readable.

      AKlapper (WMF) (talk)11:19, 22 June 2013
       

      Chechen Wikipedia: Translation of namespaces

      Greetings. I would like to speed up the process of renaming. Do not want to wait until 2014. regards?

      Дагиров Умар (talk)20:01, 7 June 2013

      As they point out on the bug, WMF has moved to a weekly deployment cycle. So you need to wait one week after the i18n updates from TranslateWiki are committed to gerrit and merged to the WMF branch for them to be deployed.

      MarkAHershberger(talk)22:21, 8 June 2013

      Thank you very much. But it seems to me that bugzile do not know that they themselves do

      Дагиров Умар (talk)09:21, 22 June 2013
       
       

      Cannot connect My Wiki

      Edited by another user.
      Last edit: 11:04, 21 June 2013

      Think my Wiki used the old version and it was hosted by this group

      Okay I had to register a new Account, just to get help for my wiki site which I got through you.

      Problem: My wiki site: Starbase 51gamewiki.me hosted the wiki for me. This does not work at the moment, why? I tried to connect to it today 21 June 2013 and got a web page saying it failed to connect. If I need to update How? I cannot connect to the site to update.

      when I tried to log in to this Wiki site with my "other account" I could not, so I had to create a new account just to ask for help.

      It is linked to the following account: Paul73

      Could you please help me out here?

      Thanks

      Paul19738 (talk)10:53, 21 June 2013

      There is no response, when you query the server on port 80. This problem also affects wikis from other subdomains like goldminers... or redstone..., so it is most likely not a problem with your wiki, but with the whole server. You should ask the guys from gamewiki.me for help as it is their server. This page here only is a help page for MediaWiki related problems; however, currently you cannot even reach your MediaWiki installation, because the server does not work at all.

      88.130.115.25511:50, 21 June 2013

      I got my wiki via this site, but is there a link for gamewiki.me so I can contact them personally please?

      Nevermind their whole site is down, looks like it is their end *sigh*

      Which link on "this" site allows for free hosting after registering for a Wiki please?

      I am referring to an Ad supported wiki like the one I had with gamewiki.me, I see the links but unsure which to click on as for me to do it FTP leaves me puzzled and I do not have a hosting FTP site anyway, would not know how to operate one. Hence why I am asking about an Ad supported one where the basic wiki "frame" is preset up for the user, but it is upto the user to fill the Wiki with information?

      thanks

      Paul19738 (talk)16:58, 21 June 2013

      gamewiki.me is offered by Wikkii.com - their site is currently down as well. I also found no contact information. They obviously also don't have a twitter account, but people already wrote there that the site would be broken, e.g. on June 16th or 15th.

      Mediawiki.org does not offer free hosting. But you can get a wiki for free from someone else. Not from mediawiki.org, but from someone else. E.g. from Wikia. They set it up all for you and you can just use it. Is that what you want?

      88.130.68.16123:52, 21 June 2013

      Thanks for the information, I was only currently enquiring at this moment in time, I always like to find things out before I go for something.

      But for now I will just leave it at the questions asked and those that have been answered.

      Thanks for your all your help it is truly appriciated, if I decide to start another I will take you up on your offer of getting one with wikia through yourselves.

      Paul19738 (talk)08:26, 22 June 2013
       
       
       
       
      First page
      First page
      Previous page
      Previous page
      Last page
      Last page
      ↑Jump back a section
      Last modified on 13 January 2012, at 05:47