Talk:MediaWiki/2016
Add topicThis page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Archives: Template talk:Main page: 1 (pre-2020), 2 (original Flow board), 2020, 2022, 2023, 2024
Talk:MediaWiki (wikitext): 1 · 2 · 3 · 4 · 5 · 6
Talk:MediaWiki (Flow/LQT exports): 2012, 2013, 2014, 2015, 2016, 2019
Hidden topics: see history
image replication
[edit]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.
Is it possible to replicate images when setting up Mysql replication on our wiki database? Or would we have to use rsync or shared storage? Red0Menace (talk) 21:41, 8 January 2016 (UTC)
CirrusSearch Extention Issues
[edit]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.
Hey guys,
I'm trying to setup Cirrus Search with Elastica. I followed the steps on Extension:CirrusSearch. When I load Special:Version I see that Elastica (Version 1.3.0.0) is installed but as soon as I put require_once "$IP/extensions/CirrusSearch/CirrusSearch.php"; in my LocalSetting.php file and try to load Special:Version I now get "Fatal error: Class 'ConfigFactory' not found in /var/www/Wiki/extensions/CirrusSearch/includes/Hooks.php on line 946".
I did not modify this file manually "Hooks.php", I simply downloaded the file and extracted to EXTENSIONS as requested in the documentation.
Can anyone help please? Michal sirek (talk) 15:39, 12 January 2016 (UTC)
Wrong link to 1.23.13 patch
[edit]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.
The announcement message for 1.23.13 includes a patch link to the 1.23.12 version:
https://lists.wikimedia.org/pipermail/mediawiki-announce/2015-December/000187.html Xevo (talk) 19:58, 17 January 2016 (UTC)
Как запустить update.php
[edit]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.
Как запустить файл /public_html/maintenance/update.php? Markelovzahar (talk) 13:03, 9 April 2016 (UTC)
Which is the extension of the discussion section?
[edit]RESOLVED | |
Thats correct |
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.
Hello Any One knows which is the extension of the discussion section? 200.5.196.72 (talk) 18:16, 27 April 2016 (UTC)
- This is Extension:Flow, which is developped by the Wikimedia Foundation since some years, and currently deployed here and on some discussion pages on Wikipedia. ~ Seb35 [^_^] 19:13, 27 April 2016 (UTC)
how to set per default
[edit]RESOLVED | |
thanks |
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.
Hello, good afternoon guys.
I need to know how to set per default only when people want to create a page, automatically appears a custom head.
Best regards. Maxedrom (talk) 01:20, 28 April 2016 (UTC)
- As an administrator of the wiki, you can customise the system message MediaWiki:Newarticletext. If you want to customise the message in a language which is not the default language of the wiki (say, you wiki is in Deutsch (code=de), and you want to customise the message in Hungarian (code=hu)), you can customise the system message MediaWiki:Newarticletext/hu (the language code is generally wikipedia:ISO 639-1).
- For this type of question, a better appropriate place is Project:Support desk. ~ Seb35 [^_^] 07:29, 28 April 2016 (UTC)
Unable to post new query to PostgreSQL
[edit]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,
I am new at mediawiki.
I have postgres 9.3 installed and mediawiki 1.26.
I have created a table called pragas which has the following definition:
Column id_praga: Type private key integer
Column nome: Type character
I have added just 1 record to "pragas" table.
The table is created under Schemas/public.
I have granted access to my user within the database called "teste".
In my LocalSettings.php, I have the following:
wfLoadExtension( 'ExternalData' );
$edgDBServer['wikimedia'] = "localhost";
$edgDBServerType['wikimedia'] = "postgres";
$edgDBName['wikimedia'] = "wikimedia";
$edgDBUser['wikimedia'] = "teste";
$edgDBPass['wikimedia'] = "aaa";
I am trying to access the database through "get_db_data", as below:
"{{#get_db_data: db=wikimedia|from=pragas|data=nome=nome}}"
I am getting the following error:
[97e6ca33] /mediawiki/mediawiki-1.26.2/index.php?title=Main_Page&action=submit DBUnexpectedError from line 495 of /var/www/html/mediawiki/mediawiki-1.26.2/includes/db/DatabasePostgres.php: Unable to post new query to PostgreSQL
Backtrace:
- 0 /var/www/html/mediawiki/mediawiki-1.26.2/includes/db/Database.php(1032): DatabasePostgres->doQuery(string)
- 1 /var/www/html/mediawiki/mediawiki-1.26.2/includes/db/Database.php(1601): DatabaseBase->query(string, string)
- 2 /var/www/html/mediawiki/mediawiki-1.26.2/includes/db/Database.php(1690): DatabaseBase->select(string, array, array, string, array, array)
- 3 /var/www/html/mediawiki/mediawiki-1.26.2/includes/cache/LocalisationCache.php(1160): DatabaseBase->selectRow(string, array, array, string)
- 4 /var/www/html/mediawiki/mediawiki-1.26.2/includes/cache/LocalisationCache.php(349): LCStoreDB->get(string, string)
- 5 /var/www/html/mediawiki/mediawiki-1.26.2/includes/cache/LocalisationCache.php(263): LocalisationCache->loadItem(string, string)
- 6 /var/www/html/mediawiki/mediawiki-1.26.2/languages/Language.php(3299): LocalisationCache->getItem(string, string)
- 7 /var/www/html/mediawiki/mediawiki-1.26.2/includes/parser/Parser.php(2048): Language->linkPrefixExtension()
- 8 /var/www/html/mediawiki/mediawiki-1.26.2/includes/parser/Parser.php(2013): Parser->replaceInternalLinks2(string)
- 9 /var/www/html/mediawiki/mediawiki-1.26.2/includes/parser/Parser.php(1262): Parser->replaceInternalLinks(string)
- 10 /var/www/html/mediawiki/mediawiki-1.26.2/includes/parser/Parser.php(439): Parser->internalParse(string)
- 11 /var/www/html/mediawiki/mediawiki-1.26.2/includes/content/WikitextContent.php(331): Parser->parse(string, Title, ParserOptions, boolean, boolean, NULL)
- 12 /var/www/html/mediawiki/mediawiki-1.26.2/includes/content/AbstractContent.php(497): WikitextContent->fillParserOutput(Title, NULL, ParserOptions, boolean, ParserOutput)
- 13 /var/www/html/mediawiki/mediawiki-1.26.2/includes/EditPage.php(3627): AbstractContent->getParserOutput(Title, NULL, ParserOptions)
- 14 /var/www/html/mediawiki/mediawiki-1.26.2/includes/EditPage.php(2415): EditPage->getPreviewText()
- 15 /var/www/html/mediawiki/mediawiki-1.26.2/includes/EditPage.php(582): EditPage->showEditForm()
- 16 /var/www/html/mediawiki/mediawiki-1.26.2/includes/actions/EditAction.php(58): EditPage->edit()
- 17 /var/www/html/mediawiki/mediawiki-1.26.2/includes/actions/SubmitAction.php(40): EditAction->show()
- 18 /var/www/html/mediawiki/mediawiki-1.26.2/includes/MediaWiki.php(490): SubmitAction->show()
- 19 /var/www/html/mediawiki/mediawiki-1.26.2/includes/MediaWiki.php(287): MediaWiki->performAction(Article, Title)
- 20 /var/www/html/mediawiki/mediawiki-1.26.2/includes/MediaWiki.php(714): MediaWiki->performRequest()
- 21 /var/www/html/mediawiki/mediawiki-1.26.2/includes/MediaWiki.php(508): MediaWiki->main()
- 22 /var/www/html/mediawiki/mediawiki-1.26.2/index.php(41): MediaWiki->run()
- 23 {main}
I have already done all the changes suggested in FAQ and other links but the error continues the same.
Could anyone point me what am I missing or doing wrong? Or point me any link that could help me with this issue?
Thanks in advance Thiagomerino (talk) 00:19, 3 May 2016 (UTC)
How to show math formula?
[edit]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.
Hello,
I want make wiki for math web. Can i show math formula with mediawiki? 223.255.224.115 (talk) 01:17, 19 May 2016 (UTC)
- Hello. A wiki, is not a math web. If you want the skins of mediawiki, you can create a new skin for your math web, But Is not possible use the same skin in a math web, beccause the mediawiki skin is ONLY for wikis.
- A best regard. Nobita931 (talk) 09:19, 22 June 2016 (UTC)
How do I start a wikipedia
[edit]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.
If I start a wiki page, will it show on the mediawiki or on my own wiki? Tdayok202 (talk) 01:38, 4 June 2016 (UTC)
- MediaWiki is software which allows you to create your own wiki. Install it on your server and then you can create pages on your wiki. wargo (talk) 08:02, 4 June 2016 (UTC)
What can one do with MediaWiki
[edit]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.
The text on the front page assumes people already know what is a wiki and what can it be used for. It states many things which are irrelevant if you don't know why would you want to use MediaWiki. Nikerabbit (talk) 19:44, 10 November 2016 (UTC)
- Ping @AKlapper (WMF) just because. Elitre (WMF) (talk) 13:00, 15 December 2016 (UTC)
- I see a "What is a wiki?" link on the front page... AKlapper (WMF) (talk) 14:00, 15 December 2016 (UTC)
- what we can do with this page 2405:204:6187:CCE4:CCB2:121C:F303:1E8A (talk) 11:53, 27 December 2016 (UTC)