Project:Support desk

From MediaWiki.org
(Redirected from Support Desk)
Jump to: navigation, search
vde   This page is for questions relating to the MediaWiki software.

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

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

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

Before you post

Post a new question

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

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

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

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

Archiving topics

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

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

Intermittent "No file by this name exists, but you can upload it." problems

Hi, I have a mediawiki install and I'm getting this problem fairly frequently. A user uploads a file, but the resulting page says "No file by this name exists, but you can upload it." at the top, even though there's an entry for the file in the database and the file exists under the image directories like the others. I've tried deleting the page, deleting the file, re-uploading, but nothing works. Any suggestions? Here's an example of the problem: http://php.med.unsw.edu.au/cellbiology/index.php?title=File:CYK4_in_Central_Spindle_Formation.jpg

Thanks!

Evilhayama (talk)05:50, 21 May 2013

Looking at http://php.med.unsw.edu.au/cellbiology/index.php?title=Special:ListFiles, it looks like the "missing" files are not thumbnailed correctly, either.

Trying to run ImageMagick's convert on the file from http://php.med.unsw.edu.au/cellbiology/images/e/e7/Nuclear_reprogramming_03.jpg shows the following error:

$ convert -scale 50x50 Nuclear_reprogramming_03.jpg 
convert.im6: no images defined `Nuclear_reprogramming_03.jpg' @ error/convert.c/ConvertImageCommand/3044.
MarkAHershberger(talk)15:10, 21 May 2013

Ok, so that was me being an idiot. The invocation I gave is wrong.

MarkAHershberger(talk)01:11, 22 May 2013
 

The problem looks fixed now, what'd you do?

MarkAHershberger(talk)01:36, 22 May 2013

Unfortunately I did nothing. Overnight it seems to have resolved itself, I believe it was when the web service restarted. I'm not sure what that could be, something broken with IIS or PHP that works again when it restarts? I'll look into it on my end, might not be a mediawiki issue. thanks for your help.

Evilhayama (talk)01:58, 22 May 2013
 
 

[detailed]no respond to any clicks/actions.

I just realized my previous post includes little to no information for people to help. so I am re-posting with details. . I am using MediaWIKI 1.20.5. PHP version: 5.3.25 MYSQL version: 5.2.0 . I tried to setup WIKI manually for about 2 times. although the installation was successfully, my WIKI site does not respond to any clicks or actions. . you can try it your self if you want. . here is my WIKI site: . http://mabi.thelongnight.net/ .

(its Chinese, but the point is. it does not respond to any click/actions)

. after using different browser I get error message regarding to the file: includes\objectcache\SqlBagOStuff.php . I am out of ideas now. . any help will be appreciated. .

123.3.241.6806:25, 20 May 2013

Update, the site often cancels the loading automatically for no reason. . I really need help on this...

123.3.241.6810:37, 20 May 2013
 

I seriously have no idea about how and why. PHP Notice: unserialize(): Error at offset 1209 of 2469 bytes in E:\Inetpub\MabiWIKI\includes\objectcache\SqlBagOStuff.php on line 430 PHP Notice: unserialize(): Error at offset 1749 of 1767 bytes in E:\Inetpub\MabiWIKI\includes\objectcache\SqlBagOStuff.php on line 430

. . . my other forum site which is on the same server worked totally fine.

123.3.241.6811:36, 20 May 2013
 

I do not see a PHP error. When you call a wiki page, e.g. the main page at http://mabi.thelongnight.net/index.php?title=Main_Page, you get a server error 500. Check the server logs to see what's happening!

88.130.123.1512:16, 20 May 2013

the server log only said a person visited this site, nothing else...

if you turn off the "Show friendly HTTP error messages" in your internet options, you will see the actual error by then.

123.3.241.6813:11, 20 May 2013

We are excited...

88.130.123.1513:53, 20 May 2013

...what do you mean?... well, the error message appeared to be: . PHP Notice: unserialize(): Error at offset 0 of 738 bytes in E:\Inetpub\MabiWIKI\includes\objectcache\SqlBagOStuff.php on line 430

123.3.241.6814:29, 20 May 2013
 
 

All I see is a white page. You might also look at Manual:How to debug for some settings to put in your php.ini.

MarkAHershberger(talk)14:26, 20 May 2013

Facinating. Content-Length is sent, but no Content-Type, so Firefox doesn't show the content? Chrome does, though. Bug reported.

MarkAHershberger(talk)14:56, 20 May 2013

After reinstalling for about 10 times, I noticed an interesting phenomenon. . every time after installation, the wiki displays the correct main page. . however, the second after I click an internal link on the main page(e.g: click login / register) . The whole site becomes not accessible(e.g: display error or simply display a blank page). . Please do let me know if anything else can be done.

123.3.241.6815:33, 20 May 2013

Could you enable the debug log after you install it but before you hit the main page for the first time?

That is, when you save the LocalSettings.php file, add

 $wgDebugLogFile = "C:/temp/{$wgSitename}-debug_log.txt";

to the end of the file before you load the wiki for the first time.

Then reproduce the error and post the log file here or file a bug with the log file attached.

MarkAHershberger(talk)17:45, 20 May 2013
 
 
 
 

AFTER 3 DAYS, PROBLEM RESOLVED!

cause: forgot to change MYSQL default setting to UTF8

it was latin1, thus when Chinese char is used, it fails.

123.3.241.6820:56, 21 May 2013
 

[RESOLVED] Mediawiki 1.21.0

Hi what time is Mediawiki 1.21.0 coming out today

Paladox2014 (talk)18:30, 15 May 2013

Despite the my intention to release 1.21 today, I have to delay it until May 18. Yesterday someone pointed out a blocker to me.

While we have a work-around for this, I don't have time to integrate it right now, so the release needs to be delayed until Saturday.

http://www.gossamer-threads.com/lists/wiki/wikitech/358697

31.19.128.1820:41, 15 May 2013

Oh ok

Paladox2014 (talk)20:50, 15 May 2013

Is Mediawiki 1.21.0 coming out today if it is what time would it be coming out today

5.66.149.6210:17, 18 May 2013

I had given a time for making the release today, but I'm running into a problem of logistics. It will probably have to wait until Monday.

MarkAHershberger(talk)14:08, 18 May 2013

what time is mediawiki 1.21.0 coming out today

86.168.53.8919:18, 20 May 2013
 

is mediawiki 1.21.0 coming out today if it is what time is it coming out

86.168.53.8920:09, 20 May 2013
 
 
 
 
 

Create New Tab, Click on It and Create a New Page

Hi there! I was able of creating a new Tab using this code:

<?php if( !defined( 'MEDIAWIKI' ) ){

       die( "This is not a valid access point.\n" );

} $wgHooks['SkinTemplateNavigation'][] = 'replaceTabs'; function replaceTabs( $skin, &$links) {

       $maintitle = Title::newFromText( wfMsgForContent( 'mainpage' ) );// nuevo
       $links['namespaces']['name_of_tab'] = array(
               'class' => false or 'selected', // if the tab should be highlighted
               'text' => 'Documentacion Tecnica', // what the tab says
               'href' => _, // where it links to
               'context' => 'main',
       );
       return true;
       

} ?> I found that code in this website: http://stackoverflow.com/questions/12192641/how-to-add-custom-tab-button-with-external-link

But I also need that when I click in this new tab, a new page can be created in that specific tab(I don't want it to go to a new page in a different section after clicking on it), and that after the first time of clicking there, I can click on that tab and see the info it has been already entered.

Could you please help me?? I've tried several different options published in this website and others but haven't found anything that can help me. Thanks in advance!

My installation basic info is: MediaWiki: 1.20.2 PHP: 5.3.6 (cgi-fcgi) MySQL: 5.1.30

Vivihodal (talk)03:11, 16 May 2013

user authorisations

i dont find out to limit modification, creation only for users registred. I have many spams

Lunablues (talk)01:44, 20 May 2013

For your initial question (although you should read the page given by Ciencia Al Poder): add in your LocalSettings.php file:

$wgGroupPermissions['*']['edit'] = false;
~ Seb3511:45, 20 May 2013

I'll try, thanks

Lunablues (talk)18:58, 21 May 2013
 
 

Most basic thing- don't know what my URL is.

I just made a MediaWiki site a few minutes ago, I have no idea what I am doing and I have no idea what the actual URL of the site is. I can access it via localhost, but I don't know what the URL is for other users. Sorry for the stupid question.

82.81.67.6817:19, 21 May 2013

It sounds like you are trying to run your wiki on your local computer. Unless it is on all the time and accessible from the Internet, this probably isn't what you want.

MarkAHershberger(talk)17:25, 21 May 2013
 

[Resolved] using https

Dear all I have tried looking for this and am surprised by my lack of luck/competence finding anything :-) We have a mediawiki

Product Version

MediaWiki 1.20.5

PHP 5.4.14 (apache2handler)

MySQL 5.5.31


The server can use https but if I try to use https the style sheet seems to be missing as everything is in a single column. The line below shows why.

<link rel="stylesheet" href="http://wiki.humanities.manchester.ac.uk/ECLR/load.php?

Clicking on load unsafe script displays the site fine but with the https icon crossed out. You can see this at:

https://wiki.humanities.manchester.ac.uk/ECLR/index.php/RobInf

How can I force the site to use https, I know about the performance hit but that can take a back seat to "security".

Cheers Paul

Mcasspj (talk)08:49, 21 May 2013

Configure $wgServer as protocol-relative, or with https:// instead of http://

Ciencia Al Poder (talk)09:43, 21 May 2013

Magic thanks very much!

Mcasspj (talk)10:00, 21 May 2013
 
 

[RESOLVED] My Preferences page issue

My details: User Name: Rsmn

User id: 5877 on ta.wikipedia.org
MediaWiki 1.22wmf3 (c773203)
PHP 5.3.10-1ubuntu3.6+wmf1 (apache2handler)
MySQL 5.5.30-MariaDB-mariadb1~precise-log
LuaSandbox 1.6-1
Lua 5.1.4

For the last few days there was no edit option for leading paragraphs for me. When I browsed my preferences page, I found on my user profile, Member of group was mutilated as well as on gadjets tab, there were nothing against Appearance. Hence my option of add edit link to the leading paragraphs was not working. I dont know why my Preferences page got mutilated and I seek your help in setting things right. From the discussions on this page I undrstand this problem exists for other users also.

This issue seems to be resolved in my wiki by
Rsmn (talk)04:59, 21 May 2013

Is there a way to disable localization cache?

Edited by another user.
Last edit: 17:55, 20 May 2013

Sorry for my bad English.

The page http://www.mediawiki.org/wiki/Manual:Developing_extensions contains this note info:

"While developing, you may want to disable caching by setting $wgMainCacheType = CACHE_NONE and $wgCacheDirectory = false, otherwise system message and other changes may not show up."

Localization cache still enabled in Database, or not? I think that this will not affect on Localization cache because in "includes/DefaultSettings.php(1844)":

/**
 * Localisation cache configuration. Associative array with keys:
 * class:       The class to use. May be overridden by extensions.
 *
 * store:       The location to store cache data. May be 'files', 'db' or
 *              'detect'. If set to "files", data will be in CDB files. If set
 *              to "db", data will be stored to the database. If set to
 *              "detect", files will be used if $wgCacheDirectory is set,
 *              otherwise the database will be used.
 *
 * storeClass:  The class name for the underlying storage. If set to a class
 *              name, it overrides the "store" setting.
 *
 * storeDirectory:  If the store class puts its data in files, this is the
 *                  directory it will use. If this is false, $wgCacheDirectory
 *                  will be used.
 *
 * manualRecache:   Set this to true to disable cache updates on web requests.
 *                  Use maintenance/rebuildLocalisationCache.php instead.
 */
$wgLocalisationCacheConf = array(
        'class' => 'LocalisationCache',
        'store' => 'detect',
        'storeClass' => false,
        'storeDirectory' => false,
        'manualRecache' => false,
);

We can see that also on $wgLocalisationCacheConf page.

As I understand it, initially Localization cache store only in file system, and $wgCacheDirectory used as trigger for disable/enable Localization cache. But than by adding future for storing localization cache in database and by mistake continue use $wgCacheDirectory as trigger. Therefore currently with parameters $wgMainCacheType = CACHE_NONE and $wgCacheDirectory = false Localisation Cache is still enebled and use datebase.

Currently is no way to disable localization cache? Am I right?

Is it a bug of mediawiki?

But in $wgCacheDirectory "Set this to false to not use any local caches." - Its mistake, because in this case localization cache still enabled and use datebase as storage?

And in Localization caching "After finding out that a large number of the cached objects above were interface messages, the bits of text that are not content, an advanced localisation cache was introduced. Set $wgCacheDirectory in LocalSettings.php to a valid path to use." - Its mistake too?

If I'm right, this may confuse extensions developers. (Its confuse me when I set hook $wgHooks['MessagesPreLoad'][] that not work, thanx debugging i find table with cache and modify expire column, for row with cached messages). I think its necessary to add in Developing extensions a note about it, somthing like this: "For rebuild Localization cache, you also should to set 'manualRecache' to true in $wgLocalisationCacheConf" and use "maintenance/rebuildLocalisationCache.php."

Likemusic (talk)16:20, 20 May 2013

MediaWiki has lots of caches. I think that you are confusing the two separate caches for translations:

  1. Nowdays, the localisation cache caches messages from core and extension i18n php files. It can store the cache on the disk or in the database. It is managed via $wgLocalisationCacheConf.
  1. The second cache is called message cache, it caches messages defined in MediaWiki namespace inside the wiki itself. It can store the cache on memcached, apc, on the database etc. This cache is managed via $wgMessageCacheType.
Nikerabbit (talk)06:00, 21 May 2013
 

Where to ask improvement for a gadget ?

Where to ask improvement for a specific gadget ?

DavidL (talk)10:25, 19 May 2013

Interesting. I use that gadget on enwiki but not here. Reading your comments, I wonder if decreasing the size of the timeout as you suggest would cause problems. I'm willing to make the changes you request if I can get someone with more JS knowledge than me to say they're ok.

MarkAHershberger(talk)15:34, 20 May 2013
 

Gadgets are maintained on the wiki, including the source code itself. The appropriate place to report issues is therefor on the wiki. Within the wiki, I believe authors most commonly expect feedback to be placed on the talk page of the gadget script page.

Krinkle (talk)19:26, 20 May 2013
 

Krinkle has updated the gadget here. Does it work better now?

MarkAHershberger(talk)19:40, 20 May 2013
 

extension:wikibase

how do i run You will need to run the populateSitesTable.php maintenance script in Wikibase Lib: I have no access to ssh and my freehost for my website is 2freehost

86.171.33.22419:37, 14 May 2013

You would have to set up a web page to call the script. If you don't know how to do this, you should hire someone to work on it for you.

MarkAHershberger(talk)02:17, 15 May 2013

Oh ok do they have the guid on how to do it on mediawiki

Paladox2014 (talk)16:16, 15 May 2013

Wikibase is pretty new, not a lot of documentation has been written for it yet.

MarkAHershberger(talk)19:24, 20 May 2013
 
 
 

1.17+ backwards-compatibility with IE7 (jQuery issues!)

Hi all-

We're currently running 1.16.5 at my work, and were hoping to update to 1.20 soon for various reasons (one being the CKEditor extension for our many, many Wikitext-hatin' users).

Unfortunately, statistics show that the vast majority of our users are running Internet Explorer 7. They're slowly deploying IE8 (srsly), but it'll be another year or more before everyone has that version. Since we have no control over what browsers our users use (for example, Chrome is installed on every desktop but not everyone uses it), we have to make our products backwards-compatible.

I've upgraded our staging version to 1.20, and it seems to run OK on IE7, but the big issue is that anything jQuery-related doesn't want to play nicely -- for example, switching between tabs on the Preferences pages just doesn't work at ALL.

Are there any tips/tricks on what areas of the newer MediaWiki versions that can be altered to work with IE7? If there are only a few things I could fix, then it'd be a huge help toward pushing the upgrade so we're no longer in the stone ages.

Info
MediaWiki: 1.16.5
PHP: 5.3.24 (FastCGI)
MySQL: 5.1.58

Kchurch05 (talk)19:30, 14 May 2013

I don't know anything offhand. Try MW 1.19? It is the LTS version and will supported for a while.

MarkAHershberger(talk)19:17, 20 May 2013
 

Pagetitle encoding problems when upgrading a wiki

  • MediaWiki : 1.16.2 ([1]) -> 1.20.3
  • PHP : 5.3.3-7+squeeze15 (cgi-fcgi)
  • Database : MySQL 5.1.66-0+squeeze1

Hi,

I'm working on the upgrade of es.vikida.org and I have some problems. The DB (here is a screen of phpmyadmin) as some encoding "problems" but it's working with MW:1.16.2. When upgradding to MW:1.20.3 all the pagetitle with special characters aren't accessible File:Index es before migration.png - File:Index es after migration.png. Anyone as an idea to correct the problem ?

Vivi-1 (talk)13:31, 18 May 2013

Hi!

I have once fixed that kind of error; it is a tidysome work. :-(

The result, which you must have in the end is: Your database uses UTF-8 or binary encoding and the data in your database is (in any case) UTF-8-encoded.

First you need to know what kind of encoding your system uses:

  • What is the encoding of the database, of the different tables and of all columns, which have an encoding (that means of columns holding "text" and so on as opposed to "integers")?
    • Are all these encodings identical?
    • They should all be either "utf8_general_ci" or "binary" - and all the same.
  • What you see in the screenshot is that the data in the column, which you posted, does in fact not use the encoding, which you provide as "encoding declaration" for that column.
    • So what you need to do is: If the column's content in fact is already UTF-8 encoded, then convert the encoding declaration for that column (not the content in it!) to UTF-8. That worked in some way by temporarily making the column a BLOB, then converting it (MySQL does not change the content of blobs when you convert the charset) and then set the column back to the type it had before.
    • If the content in the column in fact is not UTF-8-encoded, you need to convert the encoding of the content to UTF-8. I think that worked same as above, but without changing the affected columns to blob before.

I know there also are some scripts around

88.130.104.21214:41, 18 May 2013

Hello,


So, I'm not on my main computer, so, can't test it on my test instalation :(

Interclassments are on utf8_bin or utf8_general_ci or ... latin1_swedish_ci, latin1_bin I (or maybe another dev who can try it faster than me) will try your solution. (I can try tomorrow only ^^)

Vivi-1 (talk)15:08, 18 May 2013
 

Hi,

I have try this :

ALTER TABLE `archive` CHANGE `ar_title` `ar_title` BLOB;
ALTER TABLE `archive` CHANGE `ar_title` `ar_title` TEXT CHARACTER SET utf8 COLLATE utf8_bin;

And MySQL respond:

#1170 - BLOB/TEXT column 'ar_title' used in key specification without a key length
(
Vivi-1 (talk)18:08, 19 May 2013

Hi,

I am not really a MySQL expert, but maybe the script here helps you. It shows you the logic, which you have to go through. That should be a help to understand, what is needed. The script is written for a database, which is used by TYPO3; this explains the first few lines, in which the script tries to get the MySQL credentials. These first lines cannot be transferred 1:1 to your situation, but for your needs, you could try setting the variables in the script directly. Maybe it then even works for you without the need of doing much additional manual work. :-)

88.130.88.21621:27, 19 May 2013
echo utf8_decode($data);

I feel stupid.

I'm making a script to correct all the affected collumns in the DB.

If you have any problem, have a look to : https://github.com/neitanod/forceutf8

Vivi-1 (talk)15:18, 20 May 2013
 

correcting (the test) DB doesn't seem to be a good idea :|


I'm lost. And I have no idea why There is problem.

When accessing DB with PHP, the data are show without error. But MW as a problem with the title name in pages.

Vivi-1 (talk)18:15, 20 May 2013
 
 
 
 

Automatically mark all pages as visited

I want to receive e-mail notifications about talk pages whenever possible. That's why is very uncomfortable having to press the "Mark all pages visited" all the time with the goal I can receive those notifications. How can I automate the process?


Thanks a lot.

190.250.168.1711:01, 17 May 2013

Seems like something you could write some javascript for.

MarkAHershberger(talk)17:39, 20 May 2013
 

Captcha isn't functional

Despite selecting the all requested cats I am unable to submit an addition.

69.250.231.15615:55, 18 May 2013

Could you clarify where you are having this problem? More details would also be good.

MarkAHershberger(talk)15:41, 20 May 2013
 

Set extention config variable before or after call require_once

Sorry for my bad English.

On page http://www.mediawiki.org/wiki/Manual:Developing_extensions "If you want to make your extension user configurable, you need to define and document some configuration parameters and your users setup should look something like this:

require_once( "$IP/extensions/MyExtension/MyExtension.php" );
$wgMyExtensionConfigThis = 1;
$wgMyExtensionConfigThat = false;"

Some extention may use configuration parameters in setup time (ie be used in "$IP/extensions/MyExtension/MyExtension.php") and therefore extention configs must be defined before including MyExtension.php:

$wgMyExtensionConfigThis = 1;
$wgMyExtensionConfigThat = false;
require_once( "$IP/extensions/MyExtension/MyExtension.php" );

Or I'm wrong?

Likemusic (talk)18:50, 16 May 2013

In general, extensions don't use those configuration variables at setup time, but when they should do actions (for example, on page rendering, page save, log action, etc). In such cases, the extension uses a Hook, so those variables are already defined when needed.

Ciencia Al Poder (talk)09:29, 17 May 2013

Thanx for answer. I understand it. But extension could set or not set some hooks according values of config variables. Currenty call wfRunHooks() for some hooks is idle. Therefore I think, that set extention variable values before require_once() would be logical. Why not?

Likemusic (talk)17:04, 17 May 2013
extension could set or not set some hooks according values of config variables

You should set those hooks anyway, and the function that runs on those hooks should then read the value of the configuration variables to decide if it should perform an action inside the hook or not.

If you think your extension needs a variable set before the require_once(), specify that in the installation instructions, but this seems a bad practice, and I haven't seen any example where this is needed.

Ciencia Al Poder (talk)08:16, 20 May 2013

«specify that in the installation instructions»

Is't a good option. Thanx for answers.

Likemusic (talk)14:38, 20 May 2013
 

The placement of configuration variables shouldn't matter in general for an extension. Several that I've seen do depend on the configuration variables being specified after the require_once() is executed, though. If your users need to specify them before the require_once() is loaded, though, that is unusual, so make sure your installation instructions make that clear.

MarkAHershberger(talk)15:23, 20 May 2013
 
 
 

The wiki handles not correctly templates, it shows system characters. See example here http://www.antifahahaha.com/fawiki/index.php?title=Jean-Pierre_Demol

Lunablues (talk)01:43, 20 May 2013

extension wikibase and wikibaselib andd wikibase client

hi please can I have some help to install it because ive downloaded the files but it isent letting m install it

86.171.33.22418:27, 14 May 2013

Please, elaborate. The description of your problem is very vague.

Ciencia Al Poder (talk)09:29, 15 May 2013

Well I have installed both of the extension but when I click on create new labe in special pages and type for example wiki and click create it says this error

A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "DatabaseBase::selectRow". Database returned error "1146: Table 'u719470057_my.wb_id_counters' doesn't exist (mysql.2freehosting.com)".

I doint have access to ssh

Paladox2014 (talk)12:54, 15 May 2013

Ok, Extension:Wikibase needs database changes to work (for example, creation of new tables). You must run update.php after installing the extension. If you don't have shell access, see the section about Web updater on that same page.

Ciencia Al Poder (talk)09:46, 16 May 2013

i have installed maintence shell on my wiki but it keeps saying for security reason you must have javascript enabled but i have it enabled please help

93.93.218.19612:18, 16 May 2013

Extension:MaintenanceShell is not needed to perform an upgrade. See Manual:Upgrading#Web_updater.

Ciencia Al Poder (talk)08:12, 20 May 2013
 
 
 
 
 

[RESOLVED] MediaWiki 1.20.5 LocalSettings.php not found (Mysql installation option not displayed)

I have copied MediaWiki 1.20.5 files to my linux (RHEL 6) server. Mysql database is also created. But when I try to start MediaWiki site by typing the MediaWiki URL in the browser, it shows "LocalSettings.php not found. Please set up the wiki first." When I start following the instructions by clicking the link "set up the wiki first",Mysql option is not displayed although Sqlite option is displayed.

Dighosh (talk)06:08, 8 May 2013

Most likely cause is that PHP is missing mysql support. You probably need to install the php-mysql package.

Ciencia Al Poder (talk)09:45, 8 May 2013

Thanks a lot! I had to install the compatible versions of php-mysql, php-common and php-pdo modules. Now Mysql option is displayed. Thanks again.

Dighosh (talk)06:12, 20 May 2013
 
 

Hi is there a template on Mediawiki which you can put on pages to ask for that page to be translated

5.66.149.6212:02, 18 May 2013

Not by default, but you can create one the way you need it. :-)

88.130.88.21621:31, 19 May 2013
 
 
First page
First page
Previous page
Previous page
Last page
Last page