Recently, I installed the mediawiki 1.33.0 and parsoid 0.8.0 on my win10 under the environment xampp. But I meed this problem all the time, how to fix this problem?
Talk:MediaWiki
Jump to navigation
Jump to search
Read https://www.mediawiki.org/wiki/Talk:MediaWiki - It says "This page is only for discussion of MediaWiki.org's main page"
Now that the header cannot longer be translated, I used this to make the main page in German somewhat sane (also applies to all other languages), the header needs to be hidden via CSS. Currently the header e.g. says "Template:Main page/de" and I believe we cannot be serious about this.
Well i tried something with Special:Diff/3254457.
This is much better. Not ideal but as good as before the switch to the new homepage layout and stuff. Thanks a lot.
Do not get me wrong, but the new image has issues. It is too dark, the people merge somehow with the background making it appear like an undifferentiated mass. Probably the top section needs to be cropped away and more brightness or so may help too.
I took a shot at making it a bit better: File:Wikimedia Hackathon Prague 2019 - 2019-05-18 - Group Picture - cropped.jpg. I cropped it down to the group of people and ran it through a filter to normalize the brightness.
Great, I personally believe this is much much better than the original version. Thanks a lot for working on this!
I suggest maybe using the other photo, the one where people aren't holding their hands in the air and thus obscuring many people's faces behind them. If easy, could you do the same brightening magic to File:Wikimedia_Hackathon_Prague_2019_-_Group_Photo_-_CLK.png? Thank you!
Took a shot -- https://www.mediawiki.org/w/index.php?title=Template:Main_page&diff=3249645&oldid=3247158 -- the thumbnail is not as pretty as I would like, so feel free to find people to try to do some more retouching.
Can an admin update the home page picture with the photo taken yesterday? File:Wikimedia_Hackathon_Prague_2019_-_Group_Photo_-_CLK.png. Thanks.
We should probably get it as a JPEG first. Have pinged Chris.
Is it possible to limit images uploaded to a certain pixel size,
maxWidth
MaxHeight
I'd like any size to be uploaded and then scaled down to the maximum dimensioned set.
Does anything like this exist?
Please ask on https://www.mediawiki.org/wiki/Project:Support_desk
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
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?
hi
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.
Ping @AKlapper (WMF) just because.
I see a "What is a wiki?" link on the front page...
This post was hidden by AKlapper (WMF) (history)
what we can do with this page
Hello!
I want to move my wiki installation from a Windows 2008 Server with IIS:
Software | Version |
---|---|
MediaWiki | 1.24.1 |
PHP | 5.5.8 (cgi-fcgi) |
MySQL | 5.5.25a-log |
to a Windows 2012 Server with Apache:
Software | Version |
---|---|
MediaWiki | 1.24.1 |
PHP | 5.6.8 (apache2handler) |
MySQL | 5.6.24 |
I exported the database on the old server and imported on the new one and copied the complete mediawiki directory to the new server. Most all is working fine but all images are not displayed. There is only the link (name of the image) shown and not the image itself:
Old Wiki:
New Wiki:
Imagemagick is installed on the new Server.
Does anyon have an idea what went wrong?
Thank you in advance
Michael
Hallo!
I found out the reason for the problem. All pages (and internal links) on the new Server are like this:
<servername>/mediawiki/index.php/Startseite
if I change the URL to:
<servername>/mediawiki/index.php?Titel=Startseite
all works fine.
But how or where can I change this?
Thank you in advance
Michael
ok I found the solution. I added the following two lines to the localsettings.php
$wgScript = "{$wgScriptPath}/index.php";
$wgArticlePath = "{$wgScript}?title=$1";
now all works fine like before :-)
This post was hidden by 69.131.20.168 (history)
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
This post was hidden by Kghbln (history)