<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediawiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=87.123.56.23</id>
	<title>MediaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediawiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=87.123.56.23"/>
	<link rel="alternate" type="text/html" href="https://www.mediawiki.org/wiki/Special:Contributions/87.123.56.23"/>
	<updated>2026-08-23T01:28:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.16</generator>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Tdu62xv5l0wfxsi9&amp;topic_postId=tdu7o0vt3xy8i713&amp;topic_revId=tdu7o0vt3xy8i713&amp;action=single-view</id>
		<title>Topic:Tdu62xv5l0wfxsi9</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Tdu62xv5l0wfxsi9&amp;topic_postId=tdu7o0vt3xy8i713&amp;topic_revId=tdu7o0vt3xy8i713&amp;action=single-view"/>
		<updated>2016-10-21T11:21:26Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/Special:Contributions/87.123.56.23&quot; class=&quot;mw-userlink mw-anonuserlink&quot; title=&quot;Special:Contributions/87.123.56.23&quot;&gt;&lt;bdi&gt;87.123.56.23&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/w/index.php?title=User_talk:87.123.56.23&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;mw-usertoollinks-talk new&quot; title=&quot;User talk:87.123.56.23 (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Tdu62xv5l0wfxsi9&amp;amp;topic_showPostId=tdu7o0vt3xy8i713#flow-post-tdu7o0vt3xy8i713&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Tdu62xv5l0wfxsi9&amp;amp;topic_showPostId=tdu7o0vt3xy8i713#flow-post-tdu7o0vt3xy8i713&quot;&gt;commented&lt;/a&gt; on &quot;Does Manual:searchindex_table used in MW 1.27 when elasticsearch enabled？&quot; (&lt;em&gt;The extension code does not contain any mention of the searchindex table. So I would guess that a. it does not modify how this table is u...&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Manual_talk:$wgLogo&amp;diff=2266841</id>
		<title>Manual talk:$wgLogo</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Manual_talk:$wgLogo&amp;diff=2266841"/>
		<updated>2016-10-21T09:28:51Z</updated>

		<summary type="html">&lt;p&gt;87.123.56.23: /* Logo compressed, now blurry */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Caching of the logo ==&lt;br /&gt;
The image would not display until I specifically clicked on the image. Initially the image showed up in the edit page only. Restarting apache and reloading the page is not sufficient.&lt;br /&gt;
:I have just added this to the manual. --[[User:Jörgi123|Jörgi123]] ([[User talk:Jörgi123|talk]]) 09:51, 29 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Relative path didn&#039;t work // Another question on how to use $wgScriptPath ==&lt;br /&gt;
Can&#039;t get relative path to work. Absolute path works fine though.&lt;br /&gt;
&lt;br /&gt;
  $wgLogo = &amp;quot;http://i-okul.net/i-okul_simge.png&amp;quot;;&lt;br /&gt;
Works fine&lt;br /&gt;
&lt;br /&gt;
  $wgLogo = &amp;quot;skins/common/images/logo-snf.png&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
Does not work at all&lt;br /&gt;
&lt;br /&gt;
--[[User:81.170.158.69|81.170.158.69]] 14:03, 1 June 2007 (UTC) /KristoferP&lt;br /&gt;
::I had to use $wgLogo = &amp;quot;/wiki/skins/common/images/logo.png&amp;quot;; [[User:Dejvid|Dejvid]] 14:48, 13 August 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: To the original poster: &amp;lt;code&amp;gt;$wgLogo = &amp;quot;$wgScriptPath/skins/common/images/logo-snf.png&amp;quot;;&amp;lt;/code&amp;gt; should work for you.&lt;br /&gt;
::: To Dejvid: &amp;lt;code&amp;gt;$wgLogo = &amp;quot;$wgScriptPath/skins/common/images/logo.png&amp;quot;;&amp;lt;/code&amp;gt; should allow you to use a relative path, rather than the full web-server path (useful if your wiki ever moves). --[[User:HappyDog|HappyDog]] 10:38, 16 January 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: To Dejvid: Using &amp;lt;code&amp;gt;$wgScriptPath&amp;quot;&amp;lt;/code&amp;gt; solved my problem with .htaccess, also absolute paths did work but I prefer not to use URLs, thank you. [[User:Mr.TAMER.Shlash|Mr.TAMER.Shlash]] ([[User talk:Mr.TAMER.Shlash|talk]]) 07:04, 7 October 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Using a larger logo ==&lt;br /&gt;
Another Noob needs detail on &amp;quot;modifying the site CSS&amp;quot; I would like to use a larger logo.&lt;br /&gt;
:The possible sizes are determined by the design of the according skin.Using a bigger logo is not currently supported. --[[User:Jörgi123|Jörgi123]] ([[User talk:Jörgi123|talk]]) 10:00, 29 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
==SELinux security context==&lt;br /&gt;
I too had this issue where the image would not display using the correct syntax.  In my case it was caused by using the improper SE Linux context for the file, which was assigned to it when I scp&#039;d the file to the server.  To correct change context with this command:&lt;br /&gt;
chcon -t httpd_sys_content_t logo.png&lt;br /&gt;
&lt;br /&gt;
== 9 May 2007 ==&lt;br /&gt;
&lt;br /&gt;
I struggled with this until I realized you can&#039;t use the variables $wgUnloadPath or $wgUploadDirectory in the script. I set the $wgLogo variable to the absolute path instead and it worked fine:&lt;br /&gt;
&lt;br /&gt;
  $wgLogo = &amp;quot;/wiki/images/Wiki_logo.gif&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
--[[User:Tamouse|Tamouse]] 23:49, 9 May 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks. Phew! (this php thing is pure evil) I gave up short URLs already lol, but I needed a logo lol. [[User:354d|354d]] 09:44, 15 August 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Where to edit LocalSettings.php==&lt;br /&gt;
For a logo at &amp;lt;nowiki&amp;gt;C:\wamp\www\mywikipedia\skins\common\images\mywikilogo.png&amp;lt;/nowiki&amp;gt; put an entry like this at the &#039;&#039;&#039;bottom&#039;&#039;&#039; LocalSettings.php&lt;br /&gt;
$wgLogo = &amp;quot;$wgScriptPath/skins/common/images/mywikilogo.png&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
This has to be &#039;&#039;&#039;after&#039;&#039;&#039; the line where $wgScriptPath is defined.&lt;br /&gt;
&lt;br /&gt;
Using $wgStylePath no longer works in 1.11, I understand, because of a change in DefaultSettings.php.&lt;br /&gt;
[[User:Svanslyck|Svanslyck]] 18:59, 27 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
That Worked!! Thank you so much for you help! It was starting to drive me bananas! [[User:70.71.250.152|70.71.250.152]] 22:18, 30 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Why simply overwriting the default image is bad advice ==&lt;br /&gt;
&lt;br /&gt;
It took me ages to get the logo working but now have success. In this version the directory includes /skins/ directory which is absent in the syntax listed in this page&lt;br /&gt;
&lt;br /&gt;
The path should be: mediawiki/skins/common/images&lt;br /&gt;
&lt;br /&gt;
Just rename the current image wiki.png to wikiOLD.png (in case you need to replace&lt;br /&gt;
&lt;br /&gt;
Then upload to this same directory a new image 135px x 135px and rename to wiki.png&lt;br /&gt;
&lt;br /&gt;
It will then work&lt;br /&gt;
&lt;br /&gt;
- oh if you find the logo does not appear (and no logo is appearing) check you local settings file has the $wgLogo variable commentted out with a hash&lt;br /&gt;
&lt;br /&gt;
: This is very bad advice! &#039;&#039;Never&#039;&#039; use this method of changing the logo.  Instead you should upload your image to your server and set $wgLogo to point to that location, as described in the manual page.  This applies to &#039;&#039;all&#039;&#039; versions of MediaWiki from the very beginning up to the latest development branch.  --[[User:HappyDog|HappyDog]] 10:35, 16 January 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Documentation is inaccurate ==&lt;br /&gt;
&lt;br /&gt;
What the documentation says to do does not work.&lt;br /&gt;
The correct way to write in the $wgLogo variable is:&lt;br /&gt;
&lt;br /&gt;
$wgLogo = &amp;quot;$wgScriptPath/skins/common/images/wiki.png&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
Where wiki.png can be changed to the name of your png logo image.  Make sure you put your image in that folder the path points to!&lt;br /&gt;
Hope this solves your frustrations.--[[Special:Contributions/98.207.22.59|98.207.22.59]] 00:57, 28 May 2008 (UTC)&lt;br /&gt;
:Maybe it depends on what version your mediawiki using at, which in my case, version 1.12.0., it doesn&#039;t work at all. the only thing that worked here is replacing mediawiki logo with yours. Agree, the instruction is useless--[[Special:Contributions/125.163.0.97|125.163.0.97]] 10:47, 5 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Not sure what you&#039;re talking about: All the article says you should do is not leave the path at its default. (The default value listed was incorrect, however.) —[[User:Emufarmers|Emufarmers]]&amp;lt;sup&amp;gt;([[User talk:Emufarmers|T]]|[[Special:Contributions/Emufarmers|C]])&amp;lt;/sup&amp;gt; 19:59, 5 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Random Logo ==&lt;br /&gt;
&lt;br /&gt;
The following code, added to your LocalSettings.php file, will randomize your site&#039;s logo.  A different logo (random) will appear for each page:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$logoNames[] = &amp;quot;Logo01.png&amp;quot;;&lt;br /&gt;
$logoNames[] = &amp;quot;Logo02.png&amp;quot;;&lt;br /&gt;
$logoNames[] = &amp;quot;Logo03.png&amp;quot;;&lt;br /&gt;
$logoNames[] = &amp;quot;Logo04.png&amp;quot;;&lt;br /&gt;
$logoNames[] = &amp;quot;Logo05.png&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
$wgLogo             = &amp;quot;/myWiki/skins/common/images/&amp;quot; . $logoNames[array_rand($logoNames)];&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Simply create your logos, put them in the proper directory (/skins/common/images in the above example), and modify the LocalSettings.php file.&lt;br /&gt;
&lt;br /&gt;
I don&#039;t think this should add too much overhead to page loads.  -[[User:Cedarrapidsboy|Cedarrapidsboy]] 16:05, 5 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:As there is no skins/common/ folder in current versions anymore, the paths for the files have to be changed, but the basic idea should still be working. Note however that nowadays, the CSS code, which contains the path to the logo, gets included using load.php. The according content gets cached inside a MediaWiki cache. After that, it will no longer be really random as it would be, if &amp;lt;tt&amp;gt;$logoNames[array_rand($logoNames)]&amp;lt;/tt&amp;gt; would really be executed on every single page hit. Instead, you will each time see the cached version - until the according cache expired. --[[User:Jörgi123|Jörgi123]] ([[User talk:Jörgi123|talk]]) 09:55, 29 May 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Remove Logo ==&lt;br /&gt;
&lt;br /&gt;
How do I remove the logo on my wiki. [[User:Sachein|Sachein]] 12:52, 23 March 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
$wgLogo = &amp;quot;c:\users\admin\desktop\logo.jpg&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:Use&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;$wgLogo = &amp;quot;&amp;quot;;&amp;lt;/syntaxhighlight&amp;gt; instead. --[[Special:Contributions/80.129.238.219|80.129.238.219]] 01:56, 13 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how to make this work 100% of the time. ==&lt;br /&gt;
&lt;br /&gt;
i run a number of mediawiki instances on bsd, ubuntu, and oel. each is slightly different in its implementation, especially ubuntu who breaks the installation up and symlinks the different parts together. the problem is that the $wgScriptPath and $wgStylePath go to different locations depending on the system you are on, and how mediawiki was installed. basically, they are unreliable.&lt;br /&gt;
&lt;br /&gt;
the key is to set $wgLogo to the relative path from your domain&#039;s [http://httpd.apache.org/docs/2.0/mod/core.html#documentroot DocumentRoot]. [this is an apache directive, not mediawiki]&lt;br /&gt;
&lt;br /&gt;
the following assumes your logo is &#039;&#039;&#039;$WIKINAME/skins/common/images/$LOGONAME.png&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
if your wiki url is &#039;&#039;&#039;domain.com/$WIKINAME/&#039;&#039;&#039;, your config should look like this:&lt;br /&gt;
 $wgLogo = &amp;quot;/$WIKINAME/skins/common/images/$LOGONAME.png&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
if your wiki url is &#039;&#039;&#039;domain.com/foo/blah/yakkity/$WIKINAME/&#039;&#039;&#039;, your config should look like this:&lt;br /&gt;
 $wgLogo = &amp;quot;/foo/blah/yakkity/$WIKINAME/skins/common/images/$LOGONAME.png&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
[[User:Zeefreak|Zeefreak]] 15:40, 28 May 2010 (UTC)&lt;br /&gt;
:Even better would be to get mediawiki from the [[Download]] page, and avoid the broken distro-specific packages :P. [[User:Bawolff|Bawolff]] 17:01, 28 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
::i agree, but many won&#039;t run it that way, especially on ubuntu where &amp;lt;code&amp;gt;sudo apt-get install mediawiki&amp;lt;/code&amp;gt; does it all and is automatically upgraded. [[User:Zeefreak|Zeefreak]] 18:00, 28 May 2010 (UTC)&lt;br /&gt;
:::...and one version broken by packagers gets updated to another version broken by packagers, great. [[User:MaxSem|Max Semenik]] 18:14, 28 May 2010 (UTC)&lt;br /&gt;
::::Heh.--[[User:Diego Grez|Diego Grez]] &amp;lt;sup&amp;gt;[[User talk:Diego Grez|return fire]]&amp;lt;/sup&amp;gt; 18:15, 28 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Why $wgLogo and not CSS? ==&lt;br /&gt;
&lt;br /&gt;
I tried to display a different logo for different namespaces.&lt;br /&gt;
The solution I came up with:&lt;br /&gt;
&lt;br /&gt;
To allow a different Logo for different namespaces, modify&lt;br /&gt;
&amp;lt;code&amp;gt;$wgScriptPath/skins/Monobook.php&amp;lt;/code&amp;gt;. Search for &amp;quot;background-image&amp;quot; (only one occurrence) and remove:&lt;br /&gt;
&lt;br /&gt;
 style=&amp;quot;background-image: url(&amp;lt;?php $this-&amp;gt;text(&#039;logopath&#039;) ?&amp;gt;);&amp;quot; &lt;br /&gt;
&lt;br /&gt;
now the Logo can be set in [[MediaWiki:Monobook.css]], e.g.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#p-logo a {&lt;br /&gt;
  background-image: url(&amp;quot;http://younameit&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.ns-100 #p-logo a  {&lt;br /&gt;
  background-image: url(&amp;quot;http://younameitdifferently&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why is the logo set via localSetting.php instead of css?&#039;&#039;&#039;&lt;br /&gt;
No hubris, I&#039;m asking because I think there is a catch to my hack.&lt;br /&gt;
:Note, your hack will still work without editing Monobook.php if you add !important to your style rules. I would assume the logo is done with a variable since Mediawiki is supposed to be configured generally using LocalSettings.php, not the css files. Also some skins may use a different method of outputting the logo that is incompatible with what you&#039;re doing. [[User:Bawolff|Bawolff]] 11:26, 15 August 2010 (UTC)&lt;br /&gt;
::Thank you. I did not read the CSS specs right. Now I know highest specificity by style attribute can be overridden by !important. Franky, 22:48 15 Aug 10 UTC&lt;br /&gt;
&lt;br /&gt;
== Place the new logo in the correct Directory ==&lt;br /&gt;
My LocalSettings.php is at /etc/mediawiki and the $ScriptPath points to /usr/share/mediawiki. First, I placed the logo file into /etc/mediawiki and specified the absolute path in the $wgLogo parameter in LocalSettings.php - but the logo was not loaded. Only copying the file to the /usr/share/mediawiki/images and changing the path to the new destination helped. &lt;br /&gt;
Can&#039;t mediawiki read the /etc/mediawiki folder?&lt;br /&gt;
:It has to be a web-accessible path. [[User:Reach Out to the Truth|Reach Out to the Truth]] 21:31, 25 January 2011 (UTC)&lt;br /&gt;
:By that I mean you need to enter the image&#039;s web-accessible URL, not its path in the file system. [[User:Reach Out to the Truth|Reach Out to the Truth]] 21:55, 25 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Logo compressed, now blurry ==&lt;br /&gt;
&lt;br /&gt;
It seems there is a compression of some sort with my logo. It doesn&#039;t appear as sharp as when opened on my computer. [[Special:Contributions/93.89.134.1|93.89.134.1]] 21:32, 22 September 2011 (UTC)&lt;br /&gt;
:By default the original image should be used. It may however be scaled, if this image does not fit the necessary size. --[[Special:Contributions/87.123.31.8|87.123.31.8]] 00:35, 31 December 2015 (UTC)&lt;br /&gt;
::Actually, on the side of MediaWiki scaling will not happen. Instead, only part of the image will be shown. The manual page says that correctly. Compression &#039;&#039;may&#039;&#039; happen depending on other factors, e.g. when the page is accessed with a mobile device using a mobile connection, e.g. LTE or so. However, these factors are not MediaWiki related. --[[Special:Contributions/87.123.56.23|87.123.56.23]] 09:28, 21 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== $wgConf ==&lt;br /&gt;
&lt;br /&gt;
Is this configurable with [[Manual:$wgConf|$wgConf]]? If so, how?[[User:Jasper Deng|Jasper Deng]] ([[User talk:Jasper Deng|talk]]) 07:01, 26 February 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== 1.19.1 $wgLogo variable not working==&lt;br /&gt;
I had and issue with the logo not showing up for relative path, full url, and using $wgLogo = &amp;quot;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
I had to disable the php apc caching module and now everything works fine. It is probably just a apc config issue, but i am not going to use apc in the mean time for my small deployment.&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
&lt;br /&gt;
The logo location is accessible via API somehow, isn&#039;t it? How do you do that? [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 10:43, 27 December 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== The $wgLogo seems doesn&#039;t wok after I import zh-wiki&#039;s dump! ==&lt;br /&gt;
&lt;br /&gt;
After I import dump from zhwiki-20150602-pages-articles.xml.bz2. The logo changed.&lt;br /&gt;
I think I just import pages from dump. Why the logo changed?&lt;br /&gt;
And what ever I set in $wgLogo, even &amp;quot;&amp;quot;. The logo unchanged at all.Anyone can help me? Thanks.&lt;br /&gt;
&lt;br /&gt;
The Special:Setting page show the $wgLogo right. But on normal page, $wgLogo doesn&#039;t work at all.&lt;br /&gt;
&lt;br /&gt;
I really not know why!&lt;br /&gt;
&lt;br /&gt;
==logo location is /skins/common/images/wiki.png ==&lt;br /&gt;
Not the:&lt;br /&gt;
: /resources/assets/wiki.png &lt;br /&gt;
&lt;br /&gt;
...as listed. [[User:Headtransplant|Headtransplant]] ([[User talk:Headtransplant|talk]]) 09:57, 4 January 2016 (UTC)&lt;br /&gt;
:The default location has changed. In older versions, there was such a common/ folder inside the skins folder, but I think this common/ folder has been removed some versions ago already (MW 1.24 or so maybe). In newer versions, the default location really is {$wgScriptPath}/resources/assets/wiki.png. See [https://gerrit.wikimedia.org/r/#/c/158650 the according change in the MediaWiki source code]. --[[Special:Contributions/87.123.57.36|87.123.57.36]] 16:36, 16 March 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Tdtq27o0t55z4m6t&amp;topic_postId=tdtyioyh3pkh4b6p&amp;topic_revId=tdtyioyh3pkh4b6p&amp;action=single-view</id>
		<title>Topic:Tdtq27o0t55z4m6t</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Tdtq27o0t55z4m6t&amp;topic_postId=tdtyioyh3pkh4b6p&amp;topic_revId=tdtyioyh3pkh4b6p&amp;action=single-view"/>
		<updated>2016-10-21T08:37:10Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/Special:Contributions/87.123.56.23&quot; class=&quot;mw-userlink mw-anonuserlink&quot; title=&quot;Special:Contributions/87.123.56.23&quot;&gt;&lt;bdi&gt;87.123.56.23&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/w/index.php?title=User_talk:87.123.56.23&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;mw-usertoollinks-talk new&quot; title=&quot;User talk:87.123.56.23 (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Tdtq27o0t55z4m6t&amp;amp;topic_showPostId=tdtyioyh3pkh4b6p#flow-post-tdtyioyh3pkh4b6p&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Tdtq27o0t55z4m6t&amp;amp;topic_showPostId=tdtyioyh3pkh4b6p#flow-post-tdtyioyh3pkh4b6p&quot;&gt;commented&lt;/a&gt; on &quot;How to make new wiki?&quot; (&lt;em&gt;Installation!&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2016/10&amp;diff=7398349</id>
		<title>Project:Support desk/Flow/2016/10</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2016/10&amp;diff=7398349"/>
		<updated>2016-10-21T08:37:10Z</updated>

		<summary type="html">&lt;p&gt;87.123.56.23: /* How to make new wiki? */ Added reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{flow imported revision}}&lt;br /&gt;
{{Project:Support desk/Archive header}}&lt;br /&gt;
{{languages}}&lt;br /&gt;
&lt;br /&gt;
== Not getting Tab View of headings on mobile view ==&lt;br /&gt;
&lt;br /&gt;
Hi, I installed the extension MobileFrontend to make the site responsive. I have noticed in Wikipedia that when you view it in mobile, you have a collapsible heading. I need the same UI. Do you know what i need to do. I assumed that the extension would handle it. [[Special:Contributions/115.97.33.85|115.97.33.85]] ([[User talk:115.97.33.85|talk]]) 05:26, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Js stopped working ==&lt;br /&gt;
&lt;br /&gt;
Hey. After upgrading to the latest mediawiki version on xampp, on my testwiki, Javascript stopped working. Not only that, but even extensions such as tabber or comments stopped working, as well. Additionally, all tables are expanded by default and so is the table of contents and the button to collapse them is gone. When opening the browser console, these are the errors that I get:&lt;br /&gt;
&lt;br /&gt;
[867d9880b15ce13ae9bbf291] 2016-10-01 08:13:44: Fatal exception of type LogicException&lt;br /&gt;
&lt;br /&gt;
[867d9880b15ce13ae9bbf291] 2016-10-01 08:13:44: Fatal exception of type LogicException&lt;br /&gt;
&lt;br /&gt;
Problematic modules: {&amp;quot;startup&amp;quot;:&amp;quot;error&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
I set $wgShowExceptionDetails to true, but it doesn&#039;t give me more details.&lt;br /&gt;
&lt;br /&gt;
I must mention I ran into errors when upgrading to the latest version, as well. Here&#039;s my previous topic, maybe it helps: [[Topic:Tcb0ktkflm76hj6u]] [[Special:Contributions/92.83.196.215|92.83.196.215]] ([[User talk:92.83.196.215|talk]]) 08:37, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Any way to limit search rate in total or for each visitor? ==&lt;br /&gt;
&lt;br /&gt;
Hi guys,&lt;br /&gt;
&lt;br /&gt;
Our wiki sites using elasticsearh with Extension:CirrusSearch. Recently there is a moron script kiddie keep attacking our MW sites by submit huge amount of search request from considerable amount of proxy servers.&lt;br /&gt;
&lt;br /&gt;
We turned off the search VM now to avoid site down. We&#039;d like to get search function back by limiting total search rate or search query by each visitor. Is there Any way to limit search rate?&lt;br /&gt;
&lt;br /&gt;
Thank you for your reply in advance!!! We really appreciate your help! [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 09:39, 1 October 2016 (UTC)&lt;br /&gt;
:Not an easy one.&lt;br /&gt;
:There is an Apache module, mod_security, which can be used to detect attacks and to prevent further access afterwards.&lt;br /&gt;
:If this only is one (static) IP address, then it might already be enough to block it in .htaccess. [[Special:Contributions/87.123.11.131|87.123.11.131]] ([[User talk:87.123.11.131|talk]]) 14:59, 1 October 2016 (UTC)&lt;br /&gt;
:The answer is [[Extension:PoolCounter]]. However, only Ubuntu have the server pack available to installed from http://apt.wikimedia.org/wikimedia.&lt;br /&gt;
:You can install manually for Debian system. It is almost impossible to get this thing running in Centos. So my final solution is to use rate_limit mod in nginx. [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 06:32, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Error writing to CDB file ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:Hotowiki2.PNG|1060x1060px]]&amp;lt;/span&amp;gt; [[User:Gochiusa|Gochiusa]] ([[User talk:Gochiusa|talk]]) 15:40, 1 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Snippets/Photo Slider ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to install thiss snippet on my Wiki, but... I don&#039;t know where I should make jCarousel.js and carousel.css files. In main namespace? Mediawiki space? Maybe as files in main MediaWiki folder? This is my first experience with snippets. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 16:00, 1 October 2016 (UTC)&lt;br /&gt;
:The &amp;quot;j&amp;quot; in &amp;quot;jC arousel.js&amp;quot; appears to be a typo. Wikivoyage appears to have these two pages here:&lt;br /&gt;
:https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel.js&lt;br /&gt;
:https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel.css [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 18:27, 1 October 2016 (UTC)&lt;br /&gt;
:Thank you for your answer, but template still doesn&#039;t look like this in Wikivoyage.&lt;br /&gt;
:[https://chemiaredzik.files.wordpress.com/2016/10/zrzut-ekranu-152.png] [https://chemiaredzik.files.wordpress.com/2016/10/zrzut-ekranu-151.png] [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 19:29, 1 October 2016 (UTC)&lt;br /&gt;
:As this is a gadget (the [[Extension:Gadgets]] will also have to be activated), have you copied this page:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel&lt;br /&gt;
:and the relevant &amp;quot;carousel&amp;quot; line from this one?&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/MediaWiki:Gadgets-definition&lt;br /&gt;
:Or you can directly export and then import the gadget through:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/Special:Gadgets/export/Carousel&lt;br /&gt;
:You probably have already done this, but in case you didn&#039;t, you will also have to copy this template too:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/Template:Banner [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 01:24, 2 October 2016 (UTC)&lt;br /&gt;
:You&#039;re right, gadget wasn&#039;t copied, but now, when I did it and even refreshed for many times, template and template using still looks the same, as on previously attached screens, no any change. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 21:23, 3 October 2016 (UTC)&lt;br /&gt;
:* Is the gadget activated? (Check in Preferences &amp;gt; Gadgets)&lt;br /&gt;
:* Maybe it is a cache problem, try opening the page inside another browser.&lt;br /&gt;
:Unfortunately, I can&#039;t think of anything else at the moment. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 05:07, 4 October 2016 (UTC)&lt;br /&gt;
:Onviously gadget was activated previously, have no idea what may be still wrong. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 21:27, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== unable to log in with password reset ==&lt;br /&gt;
&lt;br /&gt;
I can&#039;t log in - None of the user name combos work despite asking for and using a password reset&lt;br /&gt;
&lt;br /&gt;
every password reset sent form Wiki fails.&lt;br /&gt;
&lt;br /&gt;
Does anybody know what&#039;s going on? [[Special:Contributions/2602:306:31B7:8F50:8DE0:C73C:232B:A0C8|2602:306:31B7:8F50:8DE0:C73C:232B:A0C8]] ([[User talk:2602:306:31B7:8F50:8DE0:C73C:232B:A0C8|talk]]) 17:18, 1 October 2016 (UTC)&lt;br /&gt;
:Are you on an Wikimedia Foundation wiki or your own Wiki? [[User:Zppix|Zppix (Volunteer Dev)]] ([[User talk:Zppix|talk]]) 19:04, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hook TitleMoveComplete broken in MW 1.27.1?? ==&lt;br /&gt;
{{Flow summary|$newtitle &amp;gt; $newTitle}}&lt;br /&gt;
&lt;br /&gt;
[[Manual:Hooks/TitleMoveComplete]] reads that in MW 1.27.1 you should use $user instead of &amp;amp;$user.&lt;br /&gt;
&lt;br /&gt;
But then $newtitle is broken:&lt;br /&gt;
&lt;br /&gt;
  They all give me Notice: Undefined variable: newtitle&lt;br /&gt;
with&lt;br /&gt;
 public static function onTitleMoveComplete( Title &amp;amp;$title, Title &amp;amp;$newTitle, User $user, $oldid, $newid, $reason, Revision $revision ) {&lt;br /&gt;
    $ns = $newtitle-&amp;gt;getNamespace();&lt;br /&gt;
    ...&lt;br /&gt;
 }&lt;br /&gt;
or&lt;br /&gt;
 public static function onTitleMoveComplete( $title, $newTitle, $user, $oldid, $newid, $reason, Revision $revision )  {&lt;br /&gt;
    $ns = $newtitle-&amp;gt;getNamespace();&lt;br /&gt;
    ...&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
How can this be fixed? :( [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 14:05, 2 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to recreate the &amp;quot;30/500&amp;quot; protection ==&lt;br /&gt;
&lt;br /&gt;
I was curious, how does someone recreate the &amp;quot;[[w:WP:30/500|30/500]]&amp;quot; type of protection that is found on Wikipedia on their own wiki? [[User:NeedAGoodUsername|NeedAGoodUsername]] ([[User talk:NeedAGoodUsername|talk]]) 18:08, 2 October 2016 (UTC)&lt;br /&gt;
:&amp;gt; 30/500 protection prevents editing by users without 30 days tenure and 500 edits on the English Wikipedia. It is applied to combat any form of disruption where semi-protection has proven to be ineffective.&lt;br /&gt;
:I do not positively know the technical background, but that might be some kind of autoconfirmation. See [[Manual:Autoconfirmed users]] for more details! [[Special:Contributions/87.123.54.185|87.123.54.185]] ([[User talk:87.123.54.185|talk]]) 01:55, 3 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t believe it is from [[Manual:Autoconfirmed users]], mainly because that effects the whole wiki. This protection implies that it&#039;s only on specific articles where semi-protection hasn&#039;t worked against vandalism, [[User:NeedAGoodUsername|NeedAGoodUsername]] ([[User talk:NeedAGoodUsername|talk]]) 11:14, 3 October 2016 (UTC)&lt;br /&gt;
:One piece of the puzzle: [[Manual:$wgRestrictionLevels]] [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 14:18, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Insert query not working on HOOK Callback? ==&lt;br /&gt;
&lt;br /&gt;
I am using Hook to save data in database. but data is not save in table and also i am not getting any error. below is the my query.&lt;br /&gt;
&lt;br /&gt;
$wgHooks[&#039;LocalUserCreated&#039;][] = &#039;onLocalUserCreated&#039;;&lt;br /&gt;
&lt;br /&gt;
function onLocalUserCreated( $user, $autocreated ) {&lt;br /&gt;
&lt;br /&gt;
$UserId=$user-&amp;gt;mId;&lt;br /&gt;
&lt;br /&gt;
$dbw = wfGetDB( DB_MASTER );&lt;br /&gt;
&lt;br /&gt;
$insert_rows[] = [&lt;br /&gt;
&lt;br /&gt;
&#039;up_user&#039; =&amp;gt; $UserId,&lt;br /&gt;
&lt;br /&gt;
&#039;up_property&#039; =&amp;gt; &#039;dob&#039;,&lt;br /&gt;
&lt;br /&gt;
&#039;up_value&#039; =&amp;gt; $_REQUEST[&#039;dob&#039;],&lt;br /&gt;
&lt;br /&gt;
];&lt;br /&gt;
&lt;br /&gt;
$dbw-&amp;gt;insert( &#039;user_properties&#039;, $insert_rows, &amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;, [ &#039;IGNORE&#039; ] );&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Please let me what&#039;s the problem in query??? [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:19, 3 October 2016 (UTC)&lt;br /&gt;
:Maybe MediaWiki has already committed all changes to DB at this point, and your insert doesn&#039;t get automatically committed at the end of the request. Try to wrap your insert inside a transaction with a commit. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to get current user login information?? ==&lt;br /&gt;
&lt;br /&gt;
I want to get current login user id in mediawiki??? [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 11:50, 3 October 2016 (UTC)&lt;br /&gt;
:Where do you want to get that information? Inside a PHP file? Or in a wiki page? Or somewhere else? [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 13:32, 3 October 2016 (UTC)&lt;br /&gt;
:I want to get on LocalSetting.php file. below is the is code&lt;br /&gt;
:global $wgUser;&lt;br /&gt;
:print_r($wgUser);&lt;br /&gt;
:but nothing output. [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 14:10, 3 October 2016 (UTC)&lt;br /&gt;
:$wgUser is an object. If you are just calling it at a random place in LocalSettings.php, then chances are, it has not yet been initialized, with other words: It does not yet exist. You can however use different [[hook]]s, which allow you to access this object.&lt;br /&gt;
:Then, you can use $wgUser by calling the different functions, which are defined in User.php. See [[Manual:$wgUser]] for an example and for a link to the source code! [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 14:15, 3 October 2016 (UTC)&lt;br /&gt;
:Thanks i got it ;) [[Special:Contributions/182.74.178.178|182.74.178.178]] ([[User talk:182.74.178.178|talk]]) 05:28, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to re-position of Captcha (SimpleCaptcha) ? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I have customized my signup page, Like i have added dob, country,state and city. everything is working fine but the problem is all these fields are showing after Captcha. &lt;br /&gt;
&lt;br /&gt;
Please see the below link:&lt;br /&gt;
&lt;br /&gt;
http://demo.php.otssolutions.com/livelihood_new/index.php/Special:CreateAccount&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Zain [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 14:18, 3 October 2016 (UTC)&lt;br /&gt;
:Should you want to solve this using CSS, you might have to set [[Manual:$wgAllowSiteCSSOnRestrictedPages]] to true. (Another option might be to change the order using JavaScript/jQuery. Obviously there is no such variable for the use of &#039;&#039;JavaScript&#039;&#039; on those special pages.) [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 14:35, 3 October 2016 (UTC)&lt;br /&gt;
:You can include scripts even on such restricted pages using [[Snippets/Load an additional JavaScript or stylesheet file on all pages]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 21:03, 3 October 2016 (UTC)&lt;br /&gt;
:Thanks for your reply, I have solve the problem using hook&lt;br /&gt;
:$wgHooks[&#039;AuthChangeFormFields&#039;][] = &#039;ResponsibilityHooks::onAuthChangeFormFields&#039;;&lt;br /&gt;
:public static function onAuthChangeFormFields( $requests, $fieldInfo, &amp;amp;$formDescriptor, $action ) {&lt;br /&gt;
:$tmpArr=array();&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaId&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaId&#039;]=$formDescriptor[&#039;captchaId&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaId&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaInfo&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaInfo&#039;]=$formDescriptor[&#039;captchaInfo&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaInfo&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaWord&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaWord&#039;]=$formDescriptor[&#039;captchaWord&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaWord&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(is_array($tmpArr) &amp;amp;&amp;amp; !empty($tmpArr )) {&lt;br /&gt;
:foreach($tmpArr as $key=&amp;gt;$val) {&lt;br /&gt;
:$formDescriptor[$key]=$val;&lt;br /&gt;
:}&lt;br /&gt;
:}&lt;br /&gt;
:} [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:10, 4 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== MediaWiki:Sidebar ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;br /&gt;
is there any way how to simply add two or more elements into sidebar in one line.&lt;br /&gt;
&lt;br /&gt;
I mean like this:   ** target|link text  ** target|link text  ** target|link text&lt;br /&gt;
&lt;br /&gt;
and not: ** target|link text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; target|link text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; target|link text&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Luboš [[User:Lobokn|Lobokn]] ([[User talk:Lobokn|talk]]) 06:21, 4 October 2016 (UTC)&lt;br /&gt;
:If you mean having more than one link in the same line/item of the sidebar: no, it&#039;s not possible. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:42, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can i add custom field on edit article page? ==&lt;br /&gt;
&lt;br /&gt;
I want to add Media field on edit article page, from there user can upload media to article pages.&lt;br /&gt;
&lt;br /&gt;
Please see attached image of edit article page : [[:File:Editing Main Page Livelihood.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{File:Editing_Main_Page_Livelihood.png}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 09:36, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Getting error while creating new page in ECM WIKI ==&lt;br /&gt;
&lt;br /&gt;
HI, I am trying to create new page in &amp;lt;nowiki&amp;gt;https://ecmcmwiki.azurewebsites.net/index.php?title=Main_Page&amp;lt;/nowiki&amp;gt;. When i am editing it and saving it I am getting Database error.&lt;br /&gt;
&lt;br /&gt;
Could some one suggest me how can I resolve this issue? [[Special:Contributions/167.220.238.19|167.220.238.19]] ([[User talk:167.220.238.19|talk]]) 13:02, 4 October 2016 (UTC)&lt;br /&gt;
:Add &lt;br /&gt;
:&amp;lt;code&amp;gt; $wgShowSQLErrors = true; &amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgDebugDumpSql  = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgShowDBErrorBacktrace = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
:to LocalSettings.php and see what the exact error message is! [[Special:Contributions/87.123.18.64|87.123.18.64]] ([[User talk:87.123.18.64|talk]]) 13:22, 4 October 2016 (UTC)&lt;br /&gt;
:I am getting below error&lt;br /&gt;
:= Database error =&lt;br /&gt;
:Jump to:					[https://ecmcmwiki.azurewebsites.net/index.php?title=App_deployment&amp;amp;action=submit#mw-head navigation], 					[https://ecmcmwiki.azurewebsites.net/index.php?title=App_deployment&amp;amp;action=submit#p-search search]&lt;br /&gt;
:A database query error has occurred. This may indicate a bug in the software. [[Special:Contributions/167.220.238.19|167.220.238.19]] ([[User talk:167.220.238.19|talk]]) 14:11, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== File upload Problem ==&lt;br /&gt;
&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
So I don&#039;t why but when we try to use the File Uploader on our Wiki it throws the following problem:&lt;br /&gt;
&lt;br /&gt;
[dfd151da] /wiki/Special:Upload MWException from line 1868 of /file/LocalFile.php: Could not acquire lock for &#039;PD-icon.svg.png.&#039;&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;Backtrace:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 /includes/filerepo/file/LocalFile.php(1147): LocalFile-&amp;gt;lock()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 /includes/upload/UploadBase.php(708): LocalFile-&amp;gt;upload(string, string, string, integer, array, boolean, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 /includes/specials/SpecialUpload.php(486): UploadBase-&amp;gt;performUpload(string, string, boolean, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 /includes/specials/SpecialUpload.php(197): SpecialUpload-&amp;gt;processUpload()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 /includes/specialpage/SpecialPage.php(384): SpecialUpload-&amp;gt;execute(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 /includes/specialpage/SpecialPageFactory.php(553): SpecialPage-&amp;gt;run(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 /includes/MediaWiki.php(281): SpecialPageFactory::executePath(Title, RequestContext)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 /includes/MediaWiki.php(714): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 /includes/MediaWiki.php(508): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 /index.php(41): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 {main}&amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MediaWiki	1.26.4&lt;br /&gt;
&lt;br /&gt;
PHP	5.3.3&lt;br /&gt;
&lt;br /&gt;
MySQL	5.1.73 [[Special:Contributions/186.94.110.121|186.94.110.121]] ([[User talk:186.94.110.121|talk]]) 14:47, 4 October 2016 (UTC)&lt;br /&gt;
:This error is because of permissions. You need to make sure the server can write to the upload directory defined in MediaWiki. For example, try temporarily giving permissions to all users on the upload folder, recursively, and see if this fixes the problem. Tune those permissions to make it secure enough. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:55, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Updating an existing page when it&#039;s about your company ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;m trying to handle this in the most above-board way possible, so I&#039;m turning to this forum. I&#039;m an employee at a company that has a Wiki page. I got an email from someone today with this message: &amp;quot;&lt;br /&gt;
&amp;quot;Thought you&#039;d be interested to know there&#039;s a flag on your Wikipedia page. This calls the integrity of your page into question, and negatively impacts your company&#039;s credibility.&amp;quot; (They claim they can fix this problem -- presumably for a fee). Indeed, the page has these messages on it:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|This article &#039;&#039;&#039;contains content that is written like [[Wikipedia:What Wikipedia is not#Wikipedia is not a soapbox or means of promotion|an advertisement]]&#039;&#039;&#039;. &amp;lt;small&amp;gt;&#039;&#039;(August 2015)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|The topic of this article &#039;&#039;&#039;may not meet Wikipedia&#039;s [[Wikipedia:Notability (organizations and companies)|notability guidelines for companies and organizations]]&#039;&#039;&#039;.&amp;lt;small&amp;gt;&#039;&#039;(August 2015)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Furthermore, the page is way out of date.&lt;br /&gt;
&lt;br /&gt;
What&#039;s the best way to handle this? Make edits myself? Hire an outside person to make edits? Ask a customer to make edits? The page really should be updated, but I don&#039;t know how to do so in a way that&#039;s acceptable.&lt;br /&gt;
&lt;br /&gt;
All guidance is appreciated!&lt;br /&gt;
&lt;br /&gt;
~Thad [[User:Thadp5|Thadp5]] ([[User talk:Thadp5|talk]]) 19:38, 4 October 2016 (UTC)&lt;br /&gt;
:First of all, I would suggest looking at the history of that page to make sure that this person who contacted you did not simply add these messages themselves. If they were added very recently, and you are quite sure these tags are inaccurate, you could probably follow the guidelines for [[:en:Help:Maintenance_template_removal|removing this template]].&lt;br /&gt;
:I also suggest first making any edits you can make without adding major bias that would bring the page up-to-date. Inevitably, some bias is going to slip in but other people can help with that. Asking customers to help edit directly might not necessarily be a good idea because it sounds like a daunting task, but requesting feedback and incorporating it into the article might help you avoid bias.&lt;br /&gt;
:Lastly, it&#039;s certainly reasonable to charge money for improving a company&#039;s image, but there&#039;s no definite guarantee that this individual is unbiased, and any significant amount of money seems unreasonable for improving a company&#039;s page on such an easily editable site as Wikipedia. [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 00:06, 5 October 2016 (UTC)&lt;br /&gt;
:Thanks for the thoughtful response [[User:Thadp5|Thadp5]] ([[User talk:Thadp5|talk]]) 00:55, 5 October 2016 (UTC)&lt;br /&gt;
:You could update the page yourself; however be aware of https://en.wikipedia.org/wiki/Wikipedia:COI and general expectations on https://en.wikipedia.org/wiki/Wikipedia:Notability and providing references/sources for statements. Please see the corresponding village pumps on the Wikipedia site that you refer to (maybe English Wikipedia?) for more information. [[User:Malyacko|Malyacko]] ([[User talk:Malyacko|talk]]) 11:06, 5 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Class not found in SpecialPageFactory.php ==&lt;br /&gt;
{{Archive top|result=I helped him/her fix the problem so it is all fixed now.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m just getting started developing an extension, the source for which is hosted [https://github.com/MTres19/mw-extension-git here]. The purpose of the extension is to allow wiki editing through Git. Unfortunately, I haven&#039;t been able to progress to actually working on that part since I&#039;ve run into a problem accessing the special page my extension should create: whenever I access Special:GitAccess or Special:SpecialPages on my wiki (http://hcstechwiki.homenet.org/mw/index.php) I get:&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Fatal Error:&#039;&#039;&#039; Class &#039;SpecialGitAccess&#039; not found in /...&amp;lt;path&amp;gt;.../specialpage/SpecialPageFactory.php on line &#039;&#039;&#039;396&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve enabled the Renameuser extension without any trouble, so obviously this is something I&#039;m doing wrong in my extension, but I can&#039;t figure out what it might be. I can&#039;t find any typos in my extension.json or SpecialGitAccess.php, but it seems that SpecialGitAccess.php isn&#039;t being included somehow...&lt;br /&gt;
&lt;br /&gt;
I am running MediaWiki 1.27.1 with MySQL 5.1.73, PHP 5.6.13, and lighttpd 1.4.36.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance, and sorry if this is a waste of time... [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 20:58, 4 October 2016 (UTC)&lt;br /&gt;
:paladox helped me on IRC. I had &amp;quot;AutoLoadClasses&amp;quot; instead of &amp;quot;AutoloadClasses&amp;quot; in extension.json. [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 20:35, 5 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== trouble logging into new account from ipad ios10 ==&lt;br /&gt;
&lt;br /&gt;
I created an account on a borrowed pc, confirmed it. created a public group page, confirmed editable, but i have not been able to log in again from my ipad. safari, cookies on, i finally see the captcha. i sent password reset but temp password isn&#039;t working and i can&#039;t log on.&lt;br /&gt;
&lt;br /&gt;
user page: Victoria Kushnir&lt;br /&gt;
&lt;br /&gt;
Topic page: SCIS Fleet [[Special:Contributions/47.18.33.177|47.18.33.177]] ([[User talk:47.18.33.177|talk]]) 04:02, 5 October 2016 (UTC)&lt;br /&gt;
:Have you tried Wikipedia&#039;s app (I&#039;m assuming you&#039;re talking about wikipedia if i&#039;m incorrect please correct me)? If not, I suggest trying that first. [[User:Zppix|Zppix (Volunteer Dev)]] ([[User talk:Zppix|talk]]) 17:35, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Filter on keywords in content in youtube, not in search ==&lt;br /&gt;
&lt;br /&gt;
I was wondering if there was a way to filter on content in description in YouTube, for example, I want to block dog and cat videos &lt;br /&gt;
&lt;br /&gt;
I have Pf-sense with squid guard working so the client gets the cert from the pf-sense server so it can see what otherwise would be encrypted traffic.&lt;br /&gt;
&lt;br /&gt;
IF i do a search with Cat|dog in the filter it will stop the YouTube from showing results, however say i went to a car search and watched a video which had a car video but on the recommendations from YouTube column there was a cat or dog video and i clicked on it , that video will play thru.&lt;br /&gt;
&lt;br /&gt;
is there a way to scan the description of the video etc to see if keywords could be blocked?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Medi [[Special:Contributions/139.230.245.23|139.230.245.23]] ([[User talk:139.230.245.23|talk]]) 06:49, 5 October 2016 (UTC)&lt;br /&gt;
:Welcome to the support desk for the MediaWiki software. Could you elaborate how your question is related to the MediaWiki software? Thanks in advance! [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 11:01, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can i upload file by PHP code in wiki? ==&lt;br /&gt;
&lt;br /&gt;
I want to upload file by php code and insert into &amp;quot;image&amp;quot; table.&lt;br /&gt;
&lt;br /&gt;
Please somebody explain me.&lt;br /&gt;
&lt;br /&gt;
Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 07:11, 5 October 2016 (UTC)&lt;br /&gt;
:You should use [[API:Upload]] (using a web request to MediaWiki api) or the [[Manual:importImages.php|importImages.php]] maintenance script. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:50, 5 October 2016 (UTC)&lt;br /&gt;
:How can i call API and Pass filename to it from Hook???&lt;br /&gt;
:&#039;&#039;&#039;[https://en.wikipedia.org/w/api.php?action=upload&amp;amp;filename=Test.txt&amp;amp;file=file_contents_here&amp;amp;token=+\ api.php?action=upload&amp;amp;filename=Test.txt&amp;amp;file=file_contents_here&amp;amp;token=+]&#039;&#039;&#039;&lt;br /&gt;
:Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 11:45, 5 October 2016 (UTC)&lt;br /&gt;
:You can look at [[API:Calling internally]], but for file uploads it may be better if you look at the code of the importImages.php maintenance script, since you apparently have already the file contents somewhere in the filesystem of the server. Calling the api internally may not work here since it may expect the file to come from the web request. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:28, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Multipane Editting and Rendering ==&lt;br /&gt;
&lt;br /&gt;
Hi everyone! &lt;br /&gt;
&lt;br /&gt;
I am working on a wiki project for translating music lyrics from language A to language B. I would want the editors to be able to edit the content side by side similar to how Content Translation works. Unlike Content Translation, no new pages should to be created. The content should appear side by side on the same page when viewed by readers.&lt;br /&gt;
&lt;br /&gt;
I would like to ask if there are extensions our there that support this type of editing. If not, is it possible to customize Content Translation to behave in the manner I described above?&lt;br /&gt;
&lt;br /&gt;
Thanks! [[Special:Contributions/2601:646:C302:820D:7CAA:ACB1:DA8F:11A3|2601:646:C302:820D:7CAA:ACB1:DA8F:11A3]] ([[User talk:2601:646:C302:820D:7CAA:ACB1:DA8F:11A3|talk]]) 10:43, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== email invite, guess haven&#039;t recieve it ==&lt;br /&gt;
&lt;br /&gt;
my friends have not got the invite and it says the invite has been delivered.  i sent it to myself and nothing.  help! [[Special:Contributions/68.196.48.255|68.196.48.255]] ([[User talk:68.196.48.255|talk]]) 16:12, 5 October 2016 (UTC)&lt;br /&gt;
:Have you configured the email settings in [[Manual:$wgSMTP|$wgSMTP]]? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:43, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Difficulty of migrating wikimedia server to Windows Server 2008 ==&lt;br /&gt;
{{Archive top|result=[[Manual:Moving a wiki]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I have a client that runs a small mediawiki server using php and mysql that would like us to host the site for them on a windows server. Is there a way to backup the data for an easy migration? [[User:Efs5030|Efs5030]] ([[User talk:Efs5030|talk]]) 16:35, 5 October 2016 (UTC)&lt;br /&gt;
:We have [[Manual:Backing up a wiki]], which explains how to do a backup of a MediaWiki installation! [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 22:06, 5 October 2016 (UTC)&lt;br /&gt;
:Or more specific: [[Manual:Moving a wiki]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:15, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Upgrade PHP ==&lt;br /&gt;
{{Archive top|result=PHP version 5.6.26 can be found at PHP&#039;s official [http://windows.php.net/download#php-5.6 site]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello. We have MediaWiki 1.26.0 and PHP that was installed about a year ago is 5.6.14. Recently we started to get a lot of PHP-related alerts as security issues on the server where Wiki is running. We think to upgrade PHP from 5.6.14 to the more recent. QUESTION: is it safe to upgrade PHP-software to the most recent one OR would you recommend to upgrade to certain version of PHP, which one? Thank you! [[Special:Contributions/198.232.185.11|198.232.185.11]] ([[User talk:198.232.185.11|talk]]) 18:20, 5 October 2016 (UTC)&lt;br /&gt;
:MediaWiki 1.26 will work with PHP 5.6, the minor version is not relevant. You can upgrade PHP to e.g. version 5.6.26. This should not cause problems.&lt;br /&gt;
:However, MediaWiki 1.26 - at least officially - is &#039;&#039;not&#039;&#039; compatible with PHP 7. So, if you want to upgrade PHP to version 7, you will have to upgrade MediaWiki (and extensions, which you might use) to version 1.27 first. [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 22:03, 5 October 2016 (UTC)&lt;br /&gt;
:The our server where WIkI is running has OS Windows Server 2008 R2 64-bit, from where would you recommend to install PHP 5.6.26? We looked at the web site http://windows.php.net/downloads/releases/archives/ and did not find that version. Any recommendation from where to download and install it? Thank you! [[Special:Contributions/198.232.184.254|198.232.184.254]] ([[User talk:198.232.184.254|talk]]) 21:47, 6 October 2016 (UTC)&lt;br /&gt;
:In fact, the latest version they are offering there is PHP 5.6.25 from this August.&lt;br /&gt;
:If you want to know, why version 5.6.26 is not there (yet), you should ask the PHP guys. If someone knows, and if someone can &#039;&#039;change this&#039;&#039;, then it&#039;s them! [[Special:Contributions/87.123.57.13|87.123.57.13]] ([[User talk:87.123.57.13|talk]]) 23:07, 6 October 2016 (UTC)&lt;br /&gt;
:The latest version does not get archived. Instead, it always is available from here: http://windows.php.net/downloads/releases/ [[User:Jörgi123|Jörgi123]] ([[User talk:Jörgi123|talk]]) 21:43, 8 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Best way to include/embed an interactive map? ==&lt;br /&gt;
{{Archive top|result=You probably want [[Extension:ImageMap]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m new to media wiki and webhosting in general. I have the most baseline knowledge of how it works, so please forgive me as I stumble through this question and try to figure out what information I should be providing here...&lt;br /&gt;
&lt;br /&gt;
I want to create an interactive map of some kind to feature on the front page of my wiki. Not like a google map. More like, an image where you can hover over certain regions and click them to go to its respective wiki page.&lt;br /&gt;
&lt;br /&gt;
I&#039;m assuming I&#039;d need to create something in java? Or perhaps I could create a flash .swf and embed it that way; though flash is becoming outdated and many people seem to dislike it.&lt;br /&gt;
&lt;br /&gt;
Any advice in this matter would be extremely helpful. [[User:MyTriforce|MyTriforce]] ([[User talk:MyTriforce|talk]]) 01:27, 6 October 2016 (UTC)&lt;br /&gt;
:There are [[tagcloud]] extensions for MediaWiki, but from what you describe, that is not exactly, what you want... [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 07:36, 6 October 2016 (UTC)&lt;br /&gt;
:You probably want [[Extension:ImageMap]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:13, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Categories not working ==&lt;br /&gt;
{{Archive top|result=See [[Manual:$wgRunJobsAsync]]!|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello all together,&lt;br /&gt;
&lt;br /&gt;
we&#039;ve recently updated our internal Mediawiki to version 1.27.0 and now when we add new pages with a &amp;quot;category&amp;quot;-tag, these pages are listed under &amp;quot;Special:UncategorizedPages&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We&#039;ve tested any method, but they are not listed unter the desired category.&lt;br /&gt;
&lt;br /&gt;
I hope anyone can help me with this problem. [[User:Maninblack1986|Maninblack1986]] ([[User talk:Maninblack1986|talk]]) 06:39, 6 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:$wgRunJobsAsync]]! [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 07:32, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== how to create a text box the same as on the mediawiki homepage? ==&lt;br /&gt;
{{Archive top|result=They layout is given in [[Template:Main page]] and the CSS is in [[MediaWiki:Gadget-site.css]].|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
hello guys,&lt;br /&gt;
&lt;br /&gt;
i started today with mediawiki. i want to create a text box like on the homepage of Mediawiki.org. It&#039;s the box with the name: Using MediaWiki, System Administration, Developing &amp;amp; Extending. The &amp;quot;square text box&amp;quot;. I don&#039;t know the name of it. I have searched for the code but can&#039;t find. [[Special:Contributions/185.106.152.209|185.106.152.209]] ([[User talk:185.106.152.209|talk]]) 12:26, 6 October 2016 (UTC)&lt;br /&gt;
:From the page source, you can see that it is using the CSS class .mainpage_hubbox.  They layout is given in [[Template:Main page]] and the CSS is in [[MediaWiki:Gadget-site.css]]. &amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☠&amp;lt;/span&amp;gt;[[User:MarkAHershberger|MarkAHershberger]]&amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☢&amp;lt;/span&amp;gt;([[User_talk:MarkAHershberger|talk]])&amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☣&amp;lt;/span&amp;gt; 14:41, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Save action with URL link presents curl options setting error. ==&lt;br /&gt;
&lt;br /&gt;
After editing a page including URL link, &#039;save action submit&#039; presents : HttpFunctions.php Error setting curl options. &lt;br /&gt;
&lt;br /&gt;
Without any URL links, save actions of the page are normal. &lt;br /&gt;
&lt;br /&gt;
Please, help me... &lt;br /&gt;
&lt;br /&gt;
Thank you in advance. &lt;br /&gt;
&lt;br /&gt;
MediaWiki 1.27.1&lt;br /&gt;
&lt;br /&gt;
PHP 5.5.17p1 (apache)&lt;br /&gt;
&lt;br /&gt;
MySQL 5.1.45p1-log&lt;br /&gt;
&lt;br /&gt;
webhosting server OS : Linux version 4.1.13 ..... (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Dec 9 18:43:00 KST 2015&lt;br /&gt;
&lt;br /&gt;
URL  &amp;lt;nowiki&amp;gt;http://kadhlab130.com/wiki/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Exception details are as follows.&lt;br /&gt;
&lt;br /&gt;
[2a582b450beb5536ad5a7d7e] /wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;amp;action=submit MWException from line 823 of /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php: Error setting curl options.&lt;br /&gt;
&lt;br /&gt;
Backtrace: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php(76): CurlHttpRequest-&amp;gt;execute()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php(111): Http::request(string, string, array, string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(345): Http::get(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(308): BaseBlacklist-&amp;gt;getHttpText(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(271): BaseBlacklist-&amp;gt;buildSharedBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 [internal function]: BaseBlacklist-&amp;gt;{closure}(boolean, integer, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 /home/hosting_users/kadhlab130/www/wiki/includes/libs/objectcache/WANObjectCache.php(851): call_user_func_array(Closure, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 /home/hosting_users/kadhlab130/www/wiki/includes/libs/objectcache/WANObjectCache.php(779): WANObjectCache-&amp;gt;doGetWithSetCallback(string, integer, Closure, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(273): WANObjectCache-&amp;gt;getWithSetCallback(string, integer, Closure)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(205): BaseBlacklist-&amp;gt;getSharedBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/SpamBlacklist_body.php(49): BaseBlacklist-&amp;gt;getBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;11 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/SpamBlacklistHooks.php(76): SpamBlacklist-&amp;gt;filter(array, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;12 [internal function]: SpamBlacklistHooks::filterMergedContent(RequestContext, WikitextContent, Status, string, User, boolean)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;13 /home/hosting_users/kadhlab130/www/wiki/includes/Hooks.php(195): call_user_func_array(string, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;14 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1558): Hooks::run(string, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;15 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1947): EditPage-&amp;gt;runPostMergeFilters(WikitextContent, Status, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;16 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1392): EditPage-&amp;gt;internalAttemptSave(NULL, boolean)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;17 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(578): EditPage-&amp;gt;attemptSave(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;18 /home/hosting_users/kadhlab130/www/wiki/includes/actions/EditAction.php(59): EditPage-&amp;gt;edit()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;19 /home/hosting_users/kadhlab130/www/wiki/includes/actions/SubmitAction.php(38): EditAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;20 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(503): SubmitAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;21 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(288): MediaWiki-&amp;gt;performAction(Article, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;22 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(745): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;23 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(519): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;24 /home/hosting_users/kadhlab130/www/wiki/index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;25 {main} [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 09:20, 7 October 2016 (UTC)&lt;br /&gt;
:This is caused by [[Extension:SpamBlacklist]], you can disable that extension if you can&#039;t fix the problem...&lt;br /&gt;
:The error happens because the call to curl_setopt_array returns false, which means one of the settings for curl failed to be set. It may be a restriction imposed by your host, but difficult to say because we don&#039;t know which one is failing :( [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:41, 7 October 2016 (UTC)&lt;br /&gt;
:You may modify the code, removing the cURL options and enabling them one by one to see, which on/which ones are causing trouble. Another workaround might be to prepend the calls to curl_setopt_array with an &amp;quot;@&amp;quot; sign to disable error reporting for them. [[Special:Contributions/87.123.35.54|87.123.35.54]] ([[User talk:87.123.35.54|talk]]) 10:22, 7 October 2016 (UTC)&lt;br /&gt;
::Thank you! I&#039;ll try it. ^^ [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 10:36, 7 October 2016 (UTC)&lt;br /&gt;
:It worked! I appreciate your help. ^^! Moreover I&#039;ll try to find out the specific cause. ^^ [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 10:34, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== generating reports ==&lt;br /&gt;
&lt;br /&gt;
I want to generate reports of:&lt;br /&gt;
&lt;br /&gt;
·        Generating a list of all pages and when they were created &amp;amp; last updated&lt;br /&gt;
&lt;br /&gt;
Generating a list of all deleted pages&lt;br /&gt;
&lt;br /&gt;
Putting search results into an excel list&lt;br /&gt;
&lt;br /&gt;
The ability for  leaders to see the number of *unique* visitors to their pages, not just absolute view count.&lt;br /&gt;
&lt;br /&gt;
Can  you please help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:24, 7 October 2016 (UTC)&lt;br /&gt;
:Best way is to use [[API]] [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 12:33, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
&lt;br /&gt;
How can I let my wiki using modules as a code elements of system, is it extension, gadget? [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 05:40, 8 October 2016 (UTC)&lt;br /&gt;
:If I remember correctly, for running &#039;&#039;modules&#039;&#039; you will need [[Extension:Scribunto]]. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 07:25, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a way of managing Kodi movie sets using EMM? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
There seems to be a tab for Sets, but I cant see how to scan in sets, and I cant find anything in the help files and wiki.  Is there w way to do this please? [[Special:Contributions/211.27.254.224|211.27.254.224]] ([[User talk:211.27.254.224|talk]]) 08:37, 8 October 2016 (UTC)&lt;br /&gt;
:This support desk is about MediaWiki software. You probably want to ask in [http://forum.kodi.tv/forumdisplay.php?fid=111 Kodi community forum] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 10 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Can&#039;t load the skin that own make ==&lt;br /&gt;
&lt;br /&gt;
MediaWiki internal error.&lt;br /&gt;
&lt;br /&gt;
Original exception: [a99df85a32383b72b38cc86e] /index.php?title=%E9%A6%96%E9%A1%B5&amp;amp;useskin=Bilibili SkinException from line 94 of D:\wamp\www\includes\skins\SkinFactory.php: No registered builder available for bilibili.&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 D:\wamp\www\includes\context\RequestContext.php(435): SkinFactory-&amp;gt;makeSkin(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 D:\wamp\www\includes\context\ContextSource.php(154): RequestContext-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 D:\wamp\www\includes\parser\ParserOutput.php(249): ContextSource-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 [internal function]: ParserOutput-&amp;gt;{closure}(array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 D:\wamp\www\includes\parser\ParserOutput.php(257): preg_replace_callback(string, Closure, string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 D:\wamp\www\includes\OutputPage.php(1838): ParserOutput-&amp;gt;getText()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 D:\wamp\www\includes\OutputPage.php(1857): OutputPage-&amp;gt;addParserOutputText(ParserOutput)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 D:\wamp\www\includes\page\Article.php(607): OutputPage-&amp;gt;addParserOutput(ParserOutput)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 D:\wamp\www\includes\actions\ViewAction.php(44): Article-&amp;gt;view()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 D:\wamp\www\includes\MediaWiki.php(503): ViewAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 D:\wamp\www\includes\MediaWiki.php(288): MediaWiki-&amp;gt;performAction(Article, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;11 D:\wamp\www\includes\MediaWiki.php(745): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;12 D:\wamp\www\includes\MediaWiki.php(519): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;13 D:\wamp\www\index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;14 {main}&lt;br /&gt;
&lt;br /&gt;
Exception caught inside exception handler: [a99df85a32383b72b38cc86e] /index.php?title=%E9%A6%96%E9%A1%B5&amp;amp;useskin=Bilibili SkinException from line 94 of D:\wamp\www\includes\skins\SkinFactory.php: No registered builder available for bilibili.&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 D:\wamp\www\includes\context\RequestContext.php(435): SkinFactory-&amp;gt;makeSkin(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 D:\wamp\www\includes\context\ContextSource.php(154): RequestContext-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 D:\wamp\www\includes\OutputPage.php(2296): ContextSource-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 D:\wamp\www\includes\exception\MWException.php(204): OutputPage-&amp;gt;output()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 D:\wamp\www\includes\exception\MWException.php(244): MWException-&amp;gt;reportHTML()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 D:\wamp\www\includes\exception\MWExceptionHandler.php(69): MWException-&amp;gt;report()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 D:\wamp\www\includes\exception\MWExceptionHandler.php(180): MWExceptionHandler::report(SkinException)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 D:\wamp\www\includes\MediaWiki.php(528): MWExceptionHandler::handleException(SkinException)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 D:\wamp\www\index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 {main}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;——~&amp;lt;/nowiki&amp;gt; [[Special:Contributions/112.98.26.240|112.98.26.240]] ([[User talk:112.98.26.240|talk]]) 12:26, 10 October 2016 (UTC)&lt;br /&gt;
:You might be interested in this bug report, where someone had exactly the same problem: &lt;br /&gt;
:https://phabricator.wikimedia.org/T88095&lt;br /&gt;
:In his case, he had a typo in the definition of $wgValidSkinNames. See [[Manual:$wgValidSkinNames]] for more information! [[Special:Contributions/87.123.24.161|87.123.24.161]] ([[User talk:87.123.24.161|talk]]) 12:33, 10 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to edit layout / css of pages ==&lt;br /&gt;
&lt;br /&gt;
Hi, I need to change the layout of content pages, but I am unable to find which file toedit. Since there is not a php file with the page name, I tried to find out where the call isriding the page but not found. Can anybody help me. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 20:18, 10 October 2016 (UTC)&lt;br /&gt;
:Have a look at [[Manual:Interface/Stylesheets]]! &lt;br /&gt;
:[[MediaWiki:Common.css]] might be a candidate for you! [[Special:Contributions/87.123.60.8|87.123.60.8]] ([[User talk:87.123.60.8|talk]]) 21:05, 10 October 2016 (UTC)&lt;br /&gt;
:ok thank you very much, I could make the changes I wanted. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 13:38, 11 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Does Extension:SpamBlacklist catch host names? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Does [[Extension:SpamBlacklist]] catch edits where a spammer uses host name instead of URL, eg. &amp;lt;code&amp;gt;www.spam.com&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.spam.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? Of course we assume that there is &amp;lt;code&amp;gt;\bspam\.com\b&amp;lt;/code&amp;gt; regexp in the blacklist. &#039;&#039;&#039;[[User:Jdx|&amp;lt;span style=&#039;color: #02d6b0;&#039;&amp;gt;jdx&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; &amp;lt;sup&amp;gt;[[User talk:Jdx|&amp;lt;span style=&#039;color: #924685;&#039;&amp;gt;Re:&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 07:48, 11 October 2016 (UTC)&lt;br /&gt;
:www.spam.com is not an URL (it&#039;s not magically autolinked) so it won&#039;t be caught by Extension:SpamBlacklist [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:12, 11 October 2016 (UTC)&lt;br /&gt;
:Thanks. That&#039;s what I&#039;ve thought. And this is a problem because spammers often use a phrase like &amp;quot;more info at &amp;lt;code&amp;gt;my.wonderful.site.com&amp;lt;/code&amp;gt;&amp;quot;. &#039;&#039;&#039;[[User:Jdx|&amp;lt;span style=&#039;color: #02d6b0;&#039;&amp;gt;jdx&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; &amp;lt;sup&amp;gt;[[User talk:Jdx|&amp;lt;span style=&#039;color: #924685;&#039;&amp;gt;Re:&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 09:25, 11 October 2016 (UTC)&lt;br /&gt;
:I suppose [[Extension:AbuseFilter]], although more complicated to setup, would be much more effective. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 11:03, 11 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Wrong categorization of pages.. ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
pages in category are coming under the wrong letters:&lt;br /&gt;
&lt;br /&gt;
for example:&lt;br /&gt;
&lt;br /&gt;
Pages in category &amp;quot;NWD&amp;quot;&lt;br /&gt;
&lt;br /&gt;
C&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.bpglobal.com/index.php?title=Portal:No_Drilling_Surprises Portal:No Drilling Surprises]&lt;br /&gt;
* [https://wiki.bpglobal.com/index.php?title=NPT_SQL_Query_from_OpenWells NPT SQL Query from OpenWells]&lt;br /&gt;
&lt;br /&gt;
how to rectify this issue and resolve it? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:22, 11 October 2016 (UTC)&lt;br /&gt;
:See if the sources of the page have piped category links, or if they use the DEFAULTSORT parser function. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 01:26, 12 October 2016 (UTC)&lt;br /&gt;
:we are using piped category links ..so we are getting it in an unsorted manner.is there any way to sort this accordingly. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:58, 12 October 2016 (UTC)&lt;br /&gt;
:The point of using piped category links is to make pages sort differently than their name. If you don&#039;t want that to happen, just change them to regular category links. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 16:13, 12 October 2016 (UTC)&lt;br /&gt;
:thanks jack.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:42, 13 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Problem with watchlist - maybe due to some extension ? ==&lt;br /&gt;
&lt;br /&gt;
Versions :&lt;br /&gt;
IIS 7&lt;br /&gt;
MediaWiki 	1.27.1&lt;br /&gt;
PHP 	5.6.26 (cgi-fcgi)&lt;br /&gt;
MySQL 	5.7.15-log&lt;br /&gt;
ICU 	57.1&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I am using many MediaWiki extensions, and am puzzled by one bug I get in Watchlist feature, which I think occur due to those many extensions.&lt;br /&gt;
&lt;br /&gt;
When I click on &amp;quot;List&amp;quot;, the URL submitted lacks the parameter &amp;quot;title=Special:Watchlist&amp;quot; and brings me to &amp;quot;Edit&amp;quot; the page I am launching it on. If I add it, it works.&lt;br /&gt;
&lt;br /&gt;
Which extension might be the culprit ?&lt;br /&gt;
&lt;br /&gt;
Here are the suspects :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 ConfirmAccount&lt;br /&gt;
 Echo&lt;br /&gt;
 MLEB&lt;br /&gt;
 UserMerge&lt;br /&gt;
 Babel&lt;br /&gt;
 Comments&lt;br /&gt;
 DynamicPageList&lt;br /&gt;
 InputBox&lt;br /&gt;
 MsUpload&lt;br /&gt;
 ParserFunctions&lt;br /&gt;
 ApprovedRevs&lt;br /&gt;
 CLDR&lt;br /&gt;
 Flow&lt;br /&gt;
 MobileFrontend&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks for help. [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 14:45, 11 October 2016 (UTC)&lt;br /&gt;
:None of them should be causing this problem, but if in doubt, you can disable all of them and enable them one by one, trying to reproduce the problem, until you find the problematic one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 14:20, 12 October 2016 (UTC)&lt;br /&gt;
:You are right, that&#039;s what I did, and none of them was involved, as I still get the problem.&lt;br /&gt;
:I also hooked a few functions, such as :&lt;br /&gt;
:&amp;lt;code&amp;gt; &amp;lt;nowiki&amp;gt;$wgHooks[&#039;PersonalUrls&#039;][]&amp;lt;/code&amp;gt;&lt;br /&gt;
 $wgHooks[&#039;SkinTemplateOutputPageBeforeExec&#039;][]&lt;br /&gt;
 $wgHooks[&#039;MediaWikiPerformAction&#039;][]&lt;br /&gt;
 $wgHooks[&#039;SkinBuildSidebar&#039;][]&lt;br /&gt;
 $wgHooks[&#039;InternalParseBeforeLinks&#039;][]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Which might also be culprits. Still, after inactivating them all at once, the problem remains.&lt;br /&gt;
:What can I look for then ? [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 15:02, 12 October 2016 (UTC)&lt;br /&gt;
:Also, I thought it could be my customized $wgScriptPath = &amp;quot;/.&amp;quot; - but even when I am setting /wiki it doesn&#039;t work. [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 15:21, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gmail &amp;quot;less secure apps&amp;quot; and MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
Is there any way of using Gmail as the $wgSMTP mail service without having to set &amp;quot;allow access to less secure apps&amp;quot; in Gmail settings to on? I have had a look at the OAuth extension, but I&#039;m guessing that as an OAuth 1.0 implementation, that won&#039;t do the trick since Google is now on OAuth 2.0. I am running MW1.26.2/PHP5.6.23/MariaDB5.5.52/ICU 56.1 Thanks. [[User:CharlesSpencer|CharlesSpencer]] ([[User talk:CharlesSpencer|talk]]) 18:48, 11 October 2016 (UTC)&lt;br /&gt;
:Can you tell, what a &amp;quot;secure enough&amp;quot; app is? What are the requirements, which have to be fulfilled in order for Google to consider it secure enough? [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 22:52, 11 October 2016 (UTC)&lt;br /&gt;
:Very good question! Google&#039;s &amp;quot;support&amp;quot; pages appear to be deliberately evasive on this point (I&#039;ve asked for clarification) but there is a view out there that it means OAuth2.0... [[User:CharlesSpencer|CharlesSpencer]] ([[User talk:CharlesSpencer|talk]]) 23:09, 11 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ePub ==&lt;br /&gt;
&lt;br /&gt;
Yo !&lt;br /&gt;
&lt;br /&gt;
I wondered why there are ePub conversions for the french and english Wikisource, and not for the spanish, so I ask and they told me it was because there aren&#039;t any tools in MediaWiki to convert wikitext into epub. It would be great if you could make it.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure you can just copy without asking, but a French administrator of Wikisource, named Tpt, made a program that does exactly that. And the English found a trick too (though honestly, I tried both, and Tpt&#039;s program is far better for it converts the entire book while the English one just converts one page).&lt;br /&gt;
&lt;br /&gt;
Hope someone will be entertained by the idea, is all. [[Special:Contributions/80.12.35.86|80.12.35.86]] ([[User talk:80.12.35.86|talk]]) 22:44, 11 October 2016 (UTC)&lt;br /&gt;
:[[Phab:T97672]] ? [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:22, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Custom reports ==&lt;br /&gt;
&lt;br /&gt;
:Can we generate a custom report which has ability to extract all URLs from wiki pages and to see which pages the URL’s are on. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:53, 12 October 2016 (UTC)&lt;br /&gt;
::Have you checked [[API:Exturlusage]]&lt;br /&gt;
::? [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:19, 12 October 2016 (UTC)&lt;br /&gt;
:or is there any existing reports as such? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:53, 12 October 2016 (UTC)&lt;br /&gt;
:Thanks for your help..But isnt that what links here does.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:28, 12 October 2016 (UTC)&lt;br /&gt;
::&amp;quot;What links here&amp;quot; does not list external but internal URLs, afaiu. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:06, 12 October 2016 (UTC)&lt;br /&gt;
:We need a list of urls  for the wiki pages not just the links.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:29, 12 October 2016 (UTC)&lt;br /&gt;
:Did you read [[API:Exturlusage]] ? It says &amp;quot;Get a list of pages that link to a certain URL&amp;quot;. So it&#039;s not just the links. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:08, 12 October 2016 (UTC)&lt;br /&gt;
:yes i read it..it gives a list of external links..we need it for internal links..lets say we have a page which  has a link to a sharepoint documnet library and we want to fetch the url of the document library.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:32, 12 October 2016 (UTC)&lt;br /&gt;
:can anyone please guide me on this? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:30, 17 October 2016 (UTC)&lt;br /&gt;
:For MediaWiki, &amp;quot;external&amp;quot; links means links to pages, documents, etc *outside* of MediaWiki.&lt;br /&gt;
:If you want a list of external links of a given page, use [[API:Extlinks]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:00, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== search results in an excel list ==&lt;br /&gt;
&lt;br /&gt;
Is there any way we can put search results into an excel list [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:31, 12 October 2016 (UTC)&lt;br /&gt;
:Copy &amp;amp; Paste?! [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:48, 12 October 2016 (UTC)&lt;br /&gt;
:report to generate search results into an excel list [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:48, 12 October 2016 (UTC)&lt;br /&gt;
:is there export to excel feature for the search results? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:27, 17 October 2016 (UTC)&lt;br /&gt;
:No [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:58, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Generate a list of all pages and when they were created &amp;amp; last updated ==&lt;br /&gt;
&lt;br /&gt;
·    Is there a way to Generate a list of all pages and when they were created &amp;amp; last updated [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:32, 12 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t know of an extension, which could do that, but this information is available in the page table, columns page_namespace, page_title. For information on the latest revision, you will need to do a JOIN on the revision table based on the value of page_latest. [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:47, 12 October 2016 (UTC)&lt;br /&gt;
:You can retrieve the latest revision for all pages quite easily with this API query: [[Special:ApiSandbox#action=query&amp;amp;format=json&amp;amp;prop=revisions&amp;amp;generator=allpages&amp;amp;rvprop=timestamp|action=query&amp;amp;prop=revisions&amp;amp;generator=allpages&amp;amp;rvprop=timestamp]]&lt;br /&gt;
:However retrieving the date created is more difficult. You&#039;d first have to get a list of all pages with &amp;lt;code&amp;gt;list=allpages&amp;lt;/code&amp;gt;, then make an individual request to &amp;lt;code&amp;gt;prop=revisions&amp;amp;rvprop=timestamp&amp;amp;rvdir=newer&amp;amp;rvlimit=1&amp;lt;/code&amp;gt; for each title. [[Special:Contributions/120.144.180.185|120.144.180.185]] ([[User talk:120.144.180.185|talk]]) 12:28, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== generate a list of all deleted pages ==&lt;br /&gt;
&lt;br /&gt;
Is there a way to generate a list of all deleted pages [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:33, 12 October 2016 (UTC)&lt;br /&gt;
:[[Special:Undelete]] might help. Otherwise, just look into the database; database table &#039;&#039;archive&#039;&#039; has all the names in column &#039;&#039;ar_title&#039;&#039; (together with &#039;&#039;ar_namespace&#039;&#039;). [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:43, 12 October 2016 (UTC)&lt;br /&gt;
:it says You do not have permission to view this page&#039;s deleted history. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:26, 12 October 2016 (UTC)&lt;br /&gt;
:Enter on that page on your wiki. Or check [[Special:Log/delete]]. [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 13:23, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bulk find and replace ==&lt;br /&gt;
&lt;br /&gt;
·    Is there a way to do  Bulk find and replace in media wiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:34, 12 October 2016 (UTC)&lt;br /&gt;
:See [[Extension:ReplaceText]]! [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:39, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== number of *unique* visitors to their pages, not just absolute view count. ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
The ability for page owners to see the number of *unique* visitors to their pages, not just absolute view count. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:36, 12 October 2016 (UTC)&lt;br /&gt;
:Install analytics software like piwik or google analytics [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 13:47, 12 October 2016 (UTC)&lt;br /&gt;
:We cant use 3rd party software.Can it be done in mediawiki without 3rd party software. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:13, 13 October 2016 (UTC)&lt;br /&gt;
:No. 3rd party software can be &#039;&#039;integrated&#039;&#039; into MediaWiki, but without anything, it won&#039;t be possible. I would use Piwik. [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 11:37, 13 October 2016 (UTC)&lt;br /&gt;
:ok thanks [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:11, 14 October 2016 (UTC)&lt;br /&gt;
:how to implement and integrate it? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:33, 14 October 2016 (UTC)&lt;br /&gt;
:See [[Extension:Piwik Integration]]! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 08:05, 14 October 2016 (UTC)&lt;br /&gt;
:I tried it.it showed unique user till the user was logged in.but if the same user is logging out and then logging in it takes him as a new user and incremenmts the count.We want  view count of unique users regardless of how many times they have logged in. [[Special:Contributions/125.18.177.100|125.18.177.100]] ([[User talk:125.18.177.100|talk]]) 09:44, 14 October 2016 (UTC)&lt;br /&gt;
:we have authoriztion in our media wiki. [[Special:Contributions/125.18.177.100|125.18.177.100]] ([[User talk:125.18.177.100|talk]]) 09:47, 14 October 2016 (UTC)&lt;br /&gt;
:For questions regarding the functionalities of the Piwik Analytics tool, please see https://forum.piwik.org. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 10:16, 14 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Background highlighting inside a designated code snippet? ==&lt;br /&gt;
&lt;br /&gt;
Is there a way to background highlight certain words/characters within a code snippet?  I&#039;ve been using &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt; and &amp;amp;lt;nowiki&amp;amp;gt; for defining code snippets but they don&#039;t allow code to be parsed.  I have a lot of code to display but need to bring attention only to small portions of it for the reader&#039;s convenience.&amp;lt;/nowiki&amp;gt; [[Special:Contributions/208.167.254.13|208.167.254.13]] ([[User talk:208.167.254.13|talk]]) 13:29, 12 October 2016 (UTC)&lt;br /&gt;
:There&#039;s no easy way to do that. Most you can do is start each line with at least one space. This will use monospace font similar to &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt; but will allow markup to be parsed. You&#039;ll probably need to use &amp;amp;lt;nowiki&amp;amp;gt; when needed to prevent special markup on the code from being parsed. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 14:26, 12 October 2016 (UTC)&lt;br /&gt;
:Highlighting single characters in preformatted text contradicts the principle of preformatting. Since it&#039;s preformatted, there should &#039;&#039;not&#039;&#039; be other styles for that text.&lt;br /&gt;
:Another option is installing and using the [[Extension:SyntaxHighlight]], which provides syntax highlighting for complete languages, e.g. for PHP or SQL code. [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 14:27, 12 October 2016 (UTC)&lt;br /&gt;
False. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; just means &amp;quot;don&#039;t mess with the white-space&amp;quot;; you&#039;re allowed to have HTML inside to add additional formatting. In fact the W3C even uses a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag with a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag inside it to mark up pre-formatted blocks of code as an [https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element example]. [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:57, 13 October 2016 (UTC)&lt;br /&gt;
You can use the comment hack to make pre tags be interpreted as plain HTML rather than an [[Manual:Tag extensions|extension tag]], which allows HTML and wikitext inside.&lt;br /&gt;
&amp;amp;lt;pre&amp;amp;gt;&amp;lt;pre&amp;lt;!----&amp;gt;&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;span style=background:lightblue&amp;gt;&#039;&#039;&#039;Highlighted&#039;&#039;&#039; text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/&amp;lt;nowiki/&amp;gt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;!----&amp;gt;&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;span style=&amp;quot;background:lightblue&amp;quot;&amp;gt;&#039;&#039;&#039;Highlighted&#039;&#039;&#039; text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt; [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:40, 13 October 2016 (UTC)&lt;br /&gt;
:However it appears to not work with VisualEditor. It does work on a [https://www.mediawiki.org/w/index.php?title=Project:Sandbox&amp;amp;oldid=2260757 real wiki page] though. [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:42, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki with InstantCommons enabled is very slow ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve enabled it on my wiki and pages take more than a minute to load with commons images on it. If I disable InstantCommons, same page loads within 2 seconds and here&#039;s the caching I&#039;ve applied on LocalSettings.php - https://dpaste.de/d3BJ&lt;br /&gt;
&lt;br /&gt;
I see that other wikis using InstantCommons on the Internet don&#039;t take so much time to load. Not sure what I have missed, any pointers would help. [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 06:44, 13 October 2016 (UTC)&lt;br /&gt;
:This wiki is running MediaWiki -v 1.26.2 with PHP -v5.5.38 (cgi-fcgi) and MySQL -v 5.5.52-cll [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 06:48, 13 October 2016 (UTC)&lt;br /&gt;
:In MediaWiki 1.26 and before, the wiki will download requested images from commons on the server, and generate thumbnails as needed, which may be the reason for the slowdown. However, once the images are downloaded one, the next page load should be fast.&lt;br /&gt;
:You can try using this setting instead of $wgUseInstantCommons = true, which is the new way it works since MediaWiki 1.27 and does a hotlinking of those images to commons, so your wiki doesn&#039;t need to fetch and thumbnail the images:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt; $wgForeignFileRepos[] = [&lt;br /&gt;
   &#039;class&#039;                   =&amp;gt; &#039;ForeignAPIRepo&#039;,&lt;br /&gt;
   &#039;name&#039;                    =&amp;gt; &#039;wikimediacommons&#039;,&lt;br /&gt;
   &#039;apibase&#039;                 =&amp;gt; &#039;https://commons.wikimedia.org/w/api.php&#039;,&lt;br /&gt;
   &#039;url&#039;                     =&amp;gt; &#039;https://upload.wikimedia.org/wikipedia/commons&#039;,&lt;br /&gt;
   &#039;thumbUrl&#039;                =&amp;gt; &#039;https://upload.wikimedia.org/wikipedia/commons/thumb&#039;,&lt;br /&gt;
   &#039;hashLevels&#039;              =&amp;gt; 2,&lt;br /&gt;
   &#039;transformVia404&#039;         =&amp;gt; true,&lt;br /&gt;
   &#039;fetchDescription&#039;        =&amp;gt; true,&lt;br /&gt;
   &#039;descriptionCacheExpiry&#039;  =&amp;gt; 43200,&lt;br /&gt;
   &#039;apiThumbCacheExpiry&#039;     =&amp;gt; 86400,&lt;br /&gt;
 ];&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:02, 13 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|Ciencia Al Poder}}: Thank you, I tried this from https://phabricator.wikimedia.org/T114098 but didn&#039;t fix the issue. &lt;br /&gt;
:So ended up installing latest 1.27.1 and seems better now. [[Special:Contributions/106.51.131.76|106.51.131.76]] ([[User talk:106.51.131.76|talk]]) 17:11, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Suggestion for improving print view page - add Qr Code ==&lt;br /&gt;
&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I have an idea for improving print view page (when in URL added parameter &amp;amp;printable=yes).&lt;br /&gt;
&lt;br /&gt;
On each such wikipedia page at the bottom of the page there is Source link, like that one «https://ru.wikipedia.org/w/index.php?title=JSON&amp;amp;oldid=81158804&amp;lt;nowiki/&amp;gt;» &lt;br /&gt;
&lt;br /&gt;
It would be very useful if there was a Qr Code of that link too.&lt;br /&gt;
&lt;br /&gt;
Could anybody add Qr code to print view page? &lt;br /&gt;
&lt;br /&gt;
Thank you! [[User:VladGum|VladGum]] ([[User talk:VladGum|talk]]) 08:37, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for your idea. My first thought was about QRpedia (with feature requests such as [[phab:T61726]]). I don&#039;t know how your request would get technically implemented (first step), and it might also be up to each community to decide whether to display by default (second step and entirely separate from the first step). See https://mediawiki.org/wiki/How_to_report_a_bug [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:10, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== User login fail. ==&lt;br /&gt;
&lt;br /&gt;
In one special computer, one user login with wrong password, and then I reset his password.&lt;br /&gt;
&lt;br /&gt;
The problem is , he still can&#039;t login with system message: &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The strange thing is:&lt;br /&gt;
# I login this account in my computer, it&#039;s OK, &lt;br /&gt;
# I login my own account in his computer, it&#039;s OK&lt;br /&gt;
# I login this account in his computer, the &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039; message still display and login failed.&lt;br /&gt;
Of course, I wait till the 5min pass.&lt;br /&gt;
&lt;br /&gt;
After check the source by &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039;, som function is here:&lt;br /&gt;
&lt;br /&gt;
incLoginThrottle: I think it is a counter to record user login failed. (this use IP and username)&lt;br /&gt;
&lt;br /&gt;
clearLoginThrottle: I think it is used to clear the failed records&lt;br /&gt;
&lt;br /&gt;
attemptReset: this call clearLoginThrottle in file &#039;&#039;&#039;SpecialChangePassword.php&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure, tried &#039;&#039;&#039;changepasswork.php&#039;&#039;&#039; to reset password of this account again, but in the computer login this account , &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039; still display.&lt;br /&gt;
&lt;br /&gt;
I&#039;m totally confuse, how could I do?&lt;br /&gt;
&lt;br /&gt;
By the way, my wiki run without email serverice. [[User:Redlz250|Redlz250]] ([[User talk:Redlz250|talk]]) 08:42, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Nav boxes,Top tool bar and info boxes ==&lt;br /&gt;
&lt;br /&gt;
How to implement Nav boxes,Top tool bar and info boxes in media wiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:39, 13 October 2016 (UTC)&lt;br /&gt;
:Modify what is there using the [[hooks]]! [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 11:35, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deleting Templates ==&lt;br /&gt;
&lt;br /&gt;
hey Everyone,&lt;br /&gt;
&lt;br /&gt;
I just have a quick question:&lt;br /&gt;
&lt;br /&gt;
How do I delete Templates?&lt;br /&gt;
&lt;br /&gt;
I imported an infobox template from wikipedia, however, I noticed something was wrong, so I edited the file (altered it to fit a German site), and now I want to re-upload it, but it isn - of course - not overwriting the installed version. Anyway to change this? Delete, overwrite, whatever rows the boat, as long as I can update the template.&lt;br /&gt;
&lt;br /&gt;
Thank you very much in advance.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Zero [[Special:Contributions/62.156.151.10|62.156.151.10]] ([[User talk:62.156.151.10|talk]]) 11:00, 13 October 2016 (UTC)&lt;br /&gt;
:The problem with importing XML dumps is that it inserts revisions at the timestamp they were created, so if a page exists and the last edit is newer than the imported one, the imports won&#039;t be the last revision of the page.&lt;br /&gt;
:If you&#039;re sysop on the wiki, you can delete the template like any other page. But since imports will be in the page history anyway, you can also go to the page history and edit an old revision to bring it as the most recent one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:39, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== internal server error 500 after install ==&lt;br /&gt;
&lt;br /&gt;
Hey guys,&lt;br /&gt;
&lt;br /&gt;
i installed mediawiki before some minutes on my linux debian jessie server to /usr/share/mediawiki. &lt;br /&gt;
&lt;br /&gt;
i created a apache2 conf that create the alias fqdn.tld/mediawiki&lt;br /&gt;
&lt;br /&gt;
does a symlink from /etc/apache2/conf-available to /etc/mediawiki/apache.conf (there i saved the alias conf)&lt;br /&gt;
&lt;br /&gt;
enabled the conf&lt;br /&gt;
&lt;br /&gt;
reloading apache2&lt;br /&gt;
&lt;br /&gt;
installed mediawiki via browser without any interrupts&lt;br /&gt;
&lt;br /&gt;
after install i loaded up directly the downloaded LocalSettings.php to the root directory of mediawiki (where index.php is)&lt;br /&gt;
&lt;br /&gt;
going to fqdn.tld/mediawiki and he gives me a interal server error 500 &lt;br /&gt;
&lt;br /&gt;
dont know what i&#039;ve done false. Anybody can help? [[Special:Contributions/2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C|2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C]] ([[User talk:2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C|talk]]) 12:08, 13 October 2016 (UTC)&lt;br /&gt;
:The only thing that worked for me was downloading it to my PC and then upload it via FTP. [[Special:Contributions/5.146.176.193|5.146.176.193]] ([[User talk:5.146.176.193|talk]]) 19:16, 13 October 2016 (UTC)&lt;br /&gt;
:In case of an error 500, the web server error log will contain more information!&lt;br /&gt;
:Glad you could solve the issue! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 20:27, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== TwoFactorAuthentication ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I justed upgraded from 1.19 to 1.27 on ubuntu. I used the LocalSettings.php from the old dir and put it in the new dir. Mediawiki loads up correctly with the articles. I added the TwoFactorAuthentication extension and as instructed for 1.27 I loaded this to the bottom of the LocalSettings.php file:&lt;br /&gt;
&lt;br /&gt;
wfLoadExtension( &#039;TwoFactorAuthentication&#039; )&lt;br /&gt;
&lt;br /&gt;
But when I go to the main url mediawiki doesn&#039;t load up, I looked in the apache logs and it says:&lt;br /&gt;
&lt;br /&gt;
Uncaught exception &#039;Exception&#039; with message &#039;/var/lib/newmediawiki/extensions   /TwoFactorAuthentication/extension.json does not exist!&#039; in /var/lib/newmediawiki/includes/registration/ExtensionRegistry.php:106\nStack trace:\n#0 /var/lib/newmediawiki/includes/GlobalFunctions.php(115): ExtensionRegistry-&amp;gt;queue(&#039;/var/lib/newmed...&#039;)\n#1 /var/lib/newmediawiki/LocalSettings.php(171): wfLoadExtension(&#039;TwoFactorAuthen...&#039;)\n#2 /var/lib/newmediawiki/includes/WebStart.php(124): require_once(&#039;/var/lib/newmed...&#039;)\n#3 /var/lib/newmediawiki/index.php(40): require(&#039;/var/lib/newmed...&#039;)\n#4 {main}\n  thrown in /var/lib/newmediawiki/includes/registration/ExtensionRegistry.php on line 106&lt;br /&gt;
&lt;br /&gt;
I have verified that extensions.json does NOT exists in the &#039;/newmediawiki/extensions/TwoFactorAuthentication&#039;&lt;br /&gt;
&lt;br /&gt;
When I use &#039;require_once &amp;quot;$IP/extensions/TwoFactorAuthentication/TwoFactorAuth.php&amp;quot;;&#039;&lt;br /&gt;
&lt;br /&gt;
in the Localsettings.php mediawiki loads up fine but I don&#039;t see the extra box to input the pin number. I must be missing something here. Thanks in advance. [[Special:Contributions/99.27.53.185|99.27.53.185]] ([[User talk:99.27.53.185|talk]]) 15:07, 13 October 2016 (UTC)&lt;br /&gt;
:In this case, using require_once is correct. &lt;br /&gt;
:Does the extension show up on the wiki page &#039;&#039;Special:Version&#039;&#039; in your wiki? [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 15:11, 13 October 2016 (UTC)&lt;br /&gt;
:Yes, I did verify that the extension is in the Special:Version page of my wiki. [[Special:Contributions/50.202.0.194|50.202.0.194]] ([[User talk:50.202.0.194|talk]]) 15:18, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Vector search box autocomplete don&#039;t work without read group permission for anonymous ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just upgrade from 1.24 to 1.27 and the autocomplete in search box with Vector theme no longer works.&lt;br /&gt;
&lt;br /&gt;
After some test I saw that the API return &amp;quot;Permissiondenied&amp;quot; to the request while I was connected.&lt;br /&gt;
&lt;br /&gt;
I found a workaround in setting read permission for anonymous ($wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]= true;) but it&#039;s not great because I don&#039;t want all the world to see all pages (I have group permissions configured)&lt;br /&gt;
&lt;br /&gt;
Do you have another solution ?&lt;br /&gt;
&lt;br /&gt;
Thanks [[Special:Contributions/163.116.6.90|163.116.6.90]] ([[User talk:163.116.6.90|talk]]) 15:43, 13 October 2016 (UTC)&lt;br /&gt;
:I&#039;ve added this to a MediaWiki 1.27:&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]= false;&amp;lt;/code&amp;gt;&lt;br /&gt;
:Then after logging in, I typed on the search bar, and suggestions came up as usual. Please describe what extensions do you have installed or settings that may change behavior on permissions. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 18:14, 16 October 2016 (UTC)&lt;br /&gt;
:I use the Lockdown extension with restrictions on namespaces.&lt;br /&gt;
:I did not change the permissions configuration in the version change&lt;br /&gt;
:Thanks for your help [[Special:Contributions/163.116.6.90|163.116.6.90]] ([[User talk:163.116.6.90|talk]]) 16:43, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Issue with SSL Certificate ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Good Morning,&lt;br /&gt;
&lt;br /&gt;
It looks like you are having an issue with your SSL cert.  It seems to have been revoked.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Tanja [[Special:Contributions/184.69.204.178|184.69.204.178]] ([[User talk:184.69.204.178|talk]]) 16:21, 13 October 2016 (UTC)&lt;br /&gt;
:The certificate for mediawiki.org (serial number ‎1121a225ba0402d791854854c8ba60686a9b) is not listed on the CRL of GlobalSign, so it&#039;s unlikely, that the vcertificate is revoked ;) WHat error message do you get? [[User:Florianschmidtwelzow|Florianschmidtwelzow]] ([[User talk:Florianschmidtwelzow|talk]]) 17:57, 13 October 2016 (UTC)&lt;br /&gt;
:Btw.: Could be related to this {{Phabricator|T148045}}. [[User:Florianschmidtwelzow|Florianschmidtwelzow]] ([[User talk:Florianschmidtwelzow|talk]]) 18:20, 13 October 2016 (UTC)&lt;br /&gt;
:This problem should be worked around now. It&#039;s a problem of GlobalSign: https://twitter.com/globalsign/status/786505261842247680 [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:31, 14 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Does not display content ==&lt;br /&gt;
&lt;br /&gt;
Good afternoon&lt;br /&gt;
 &lt;br /&gt;
 I have installed an mediawiki on a server, and migrated to a new one.&lt;br /&gt;
 &lt;br /&gt;
 On the main page, displays no content. Being that I&#039;m going to edit, shows the contents there. [[User:Douglasls|Douglasls]] ([[User talk:Douglasls|talk]]) 19:19, 13 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there]]! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 19:24, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for the answer.&lt;br /&gt;
: &lt;br /&gt;
:&amp;lt;code&amp;gt; Reading what you gave me, if I understand well, the only solution is to downgrade to version pcre 8:33?&amp;lt;/code&amp;gt;&lt;br /&gt;
: &lt;br /&gt;
:&amp;lt;code&amp;gt; I&#039;m trying to do this but I do not think information how it&#039;s done. Do you have any tips?&amp;lt;/code&amp;gt; [[User:Douglasls|Douglasls]] ([[User talk:Douglasls|talk]]) 20:10, 13 October 2016 (UTC)&lt;br /&gt;
:Try to purge cache [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 20:21, 13 October 2016 (UTC)&lt;br /&gt;
:The only solution is &#039;&#039;not&#039;&#039; to downgrade PCRE. In fact, you should use a current version of MediaWiki. All currently supported versions of MediaWiki are not affected by this problem. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 20:26, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Cannot get Mediawiki LDAP working ==&lt;br /&gt;
&lt;br /&gt;
I need my Mediawiki to be able to pull user logins from our Intranet Active Directory but I&#039;m unsure where my problem is. I need it to automatically sign in using the credentials from the Active Directory. Any help would be greatly appreciated. This is whats in my LocalSetting.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;##&amp;lt;/nowiki&amp;gt;LDAP Authentication Plugin&lt;br /&gt;
&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/LdapAuthentication/LdapAuthentication.php&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPDomainNames       = array(&amp;quot;RADEUS&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupBaseDNs      = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;ou=groups,DC=radeus,DC=com&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPAutoAuthDomain        = &amp;quot;RADEUS&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupUseFullDN        = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;true );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPServerNames           = array( &#039;RADEUS&#039; =&amp;gt; &#039;doccenter.radeus.com&#039; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPSearchStrings         = array( &amp;quot;RADEUS&amp;quot; =&amp;gt; &amp;quot;RADEUS\USER-NAME&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPSearchAttributes      = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;sAMAccountName&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPBaseDNs           = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;dc=domain,dc=org&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPEncryptionType        = array( &amp;quot;RADEUS&amp;quot; =&amp;gt; &amp;quot;ssl&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgMinimalPasswordLength     = 1;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Configure LDAP Group settings&lt;br /&gt;
&lt;br /&gt;
$wgLDAPUseLDAPGroups         = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;true );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupObjectclass      = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;group&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupAttribute        = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;member&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupNameAttribute    = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;cn&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Restrict anonymous users&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;createaccount&#039;]  = false;&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;read&#039;]       = false;&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;edit&#039;]       = false;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Remove the domain portion of the displayed username. Example: &amp;quot;DOMAIN\username&amp;quot; to &amp;quot;username&amp;quot;&lt;br /&gt;
&lt;br /&gt;
list($dom,$userid) = split(&#039;[\]&#039;,$_SERVER[&#039;REMOTE_USER&#039;]); &lt;br /&gt;
&lt;br /&gt;
$wgLDAPAutoAuthUsername = $userid; &lt;br /&gt;
&amp;lt;/pre&amp;gt; [[Special:Contributions/108.175.221.34|108.175.221.34]] ([[User talk:108.175.221.34|talk]]) 19:51, 13 October 2016 (UTC)&lt;br /&gt;
:Just done a quick comparison of your config and my working one.  I have these defined:&lt;br /&gt;
:$wgLDAPProxyAgent  = array( &#039;example&#039; =&amp;gt; &#039;ldap_user@example.co.uk&#039; );&lt;br /&gt;
:$wgLDAPProxyAgentPassword = array( &#039;example&#039; =&amp;gt; &#039;ldap_user_password&#039; );&lt;br /&gt;
:Add something like this for debugging:&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Debug 1-3&lt;br /&gt;
:$wgLDAPDebug = 3;&lt;br /&gt;
:$wgDebugLogGroups[&#039;ldap&#039;] = &#039;/tmp/ldapdebug.log&#039;;&lt;br /&gt;
:Cheers&lt;br /&gt;
:Jon [[User:Gerdesj|Gerdesj]] ([[User talk:Gerdesj|talk]]) 22:37, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for the quick reply!&lt;br /&gt;
:It now gives me a blank screen and says  &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;A database query error has occurred. This may indicate a bug in the software.&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
I ran into the same problem earlier and am unclear at which point this error is happening. I am not sure if it matters that I&#039;m running my web server on a NAS but can&#039;t seem to find any specific examples of this setup anywhere to reference so. My active directory is through Windows server 2008. [[Special:Contributions/108.175.221.34|108.175.221.34]] ([[User talk:108.175.221.34|talk]]) 23:28, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to work with Media wiki Donation Interface plugin ==&lt;br /&gt;
&lt;br /&gt;
I am new to media wiki and i am creating aan application with media wiki.&lt;br /&gt;
&lt;br /&gt;
Right now, I was trying to work with Donation interface plugin&lt;br /&gt;
&lt;br /&gt;
[[Extension:DonationInterface]]&lt;br /&gt;
&lt;br /&gt;
The problem is that, I am able to do all this told in the page. Installed the plug in and added relevant lines in LocalSettings.php&lt;br /&gt;
&lt;br /&gt;
My problem is I could not understand how can I show this plug in in a page just like there example at https://donate.wikimedia.org/w/index.php?title=Special:FundraiserLandingPage&amp;amp;country=IN&amp;amp;uselang=en-gb&amp;amp;utm_medium=spontaneous&amp;amp;utm_source=fr-redir&amp;amp;utm_campaign=spontaneous&lt;br /&gt;
&lt;br /&gt;
Please help [[User:Shayasmk|Shayasmk]] ([[User talk:Shayasmk|talk]]) 20:21, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how do I create a wikipedia page about an artist? Will you be able to google the artists name and see there is a wikipedia page? ==&lt;br /&gt;
&lt;br /&gt;
how do I create a wikipedia page about an artist? Will you be able to google the artists name and see there is a wikipedia page? [[User:Rad c6|Rad c6]] ([[User talk:Rad c6|talk]]) 20:38, 13 October 2016 (UTC)&lt;br /&gt;
:Google will find the page by itself. Every Wikipedia user can create a new article. Note however, that the person you write about has to be notable! See [[:en:wp:notability]] for more information! &lt;br /&gt;
:If the person is not notable according to these guidelines, the article is very likely to be deleted again in the future. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 08:34, 14 October 2016 (UTC)&lt;br /&gt;
:Wikipedia has LOTS of rules about content and most new users will not be able to write an article about an artist that will pass those rules. My advice is to always start by becoming a Wikipedian, and fixing smaller things in many other articles before attempting to write an article on your own.&lt;br /&gt;
:But besides that. this is the help desk for the software that runs Wikipedia, not for Wikipedia itself. The Help desk for the English Wikipedia can be found [[:en:Wikipedia:Help_desk|here]]. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 09:31, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What is the &amp;quot;local object cache&amp;quot; mentioned in Manual:Performance_tuning? ==&lt;br /&gt;
&lt;br /&gt;
Hi guys!&lt;br /&gt;
&lt;br /&gt;
I am trying to set up a new environment for a old medium MW site with about 15 servers. This site used to throw everything into Memcached. However, I saw the [[Manual:Performance tuning]] state that: &amp;quot;We recommend bytecode cache for PHP, &#039;&#039;&#039;APCu as local object cache&#039;&#039;&#039;, Memcached for main cache; this is what the Wikimedia Foundation uses for Wikipedia et al.&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I understand the $wgMainCacheType should use CACHE_MEMCACHED. But what exactly the &#039;&#039;&#039;&amp;quot;local object cache&amp;quot;&#039;&#039;&#039; referring to? Is it Localisation cache? How should I set the localsettings.php file to implement the best practice?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance! [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 05:18, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Translate Wiki Export only changed texts ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello, I use the MediaWiki Extension Translate to translate articles into another language. If, however, texts are changed and I want to export the article to a .po file, I can always only export the entire article. I would like to export only the changed texts in a .po file. Is that possible? [[User:Rontronic|Rontronic]] ([[User talk:Rontronic|talk]]) 09:00, 14 October 2016 (UTC)&lt;br /&gt;
:ping {{FlowMention|Nikerabbit}} —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 09:27, 14 October 2016 (UTC)&lt;br /&gt;
:is there an email adress??? i &#039;cant contact him... [[User:Rontronic|Rontronic]] ([[User talk:Rontronic|talk]]) 09:54, 14 October 2016 (UTC)&lt;br /&gt;
:TheDJ pinged him already and the provided link has a discussion page where you can also contact the user and in the sidebar there is also an item &amp;quot;Email this user&amp;quot;. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:28, 14 October 2016 (UTC)&lt;br /&gt;
:I replied via email. Summary is: no, but check which items have the fuzzy tag. [[User:Nikerabbit|Nikerabbit]] ([[User talk:Nikerabbit|talk]]) 19:23, 17 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== special pages-&amp;gt;Data and tools -&amp;gt;statistics ==&lt;br /&gt;
&lt;br /&gt;
In statistics we already have Views total under view statistics.Is there any way to get total no of unique hits to all the pages that is made by individual users.(If the same user hits a page more than  once it should be still be considered as single hit). [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:18, 14 October 2016 (UTC)&lt;br /&gt;
:Did the answer in [[Topic:Tda01y876aab29tl]] not satisfy your needs? [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 11:54, 14 October 2016 (UTC)&lt;br /&gt;
:does it add any report under statistics as I m not getting reply from piwik team. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:19, 16 October 2016 (UTC)&lt;br /&gt;
:It is a bridge to your Piwik installation. Use Piwik to view the Piwik data! [[Special:Contributions/87.123.45.196|87.123.45.196]] ([[User talk:87.123.45.196|talk]]) 11:07, 16 October 2016 (UTC)&lt;br /&gt;
:which special page it adds? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:39, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Download PDF file ==&lt;br /&gt;
&lt;br /&gt;
Is possibile download PDF file with MediaWiki? [[Special:Contributions/93.54.87.36|93.54.87.36]] ([[User talk:93.54.87.36|talk]]) 12:37, 14 October 2016 (UTC)&lt;br /&gt;
:PDF files &#039;&#039;can&#039;&#039; be uploaded to a site running on MediaWiki and then, that PDF file can also be downloaded by others. Was this, what you were asking? [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 15:23, 14 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|AhmadF.Cheema}} thank you for your replay: I solve my problem autonomy with the URL of uploaded file [[Special:Contributions/93.54.87.36|93.54.87.36]] ([[User talk:93.54.87.36|talk]]) 15:55, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Using a template on my local MediaWiki installation ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m interested in using routemaps:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Template:Routemap&lt;br /&gt;
&lt;br /&gt;
on my local MediaWiki. From what I understand, I think I need my own parser or module? &lt;br /&gt;
&lt;br /&gt;
If I copy example 1.2 into a template on my own system, it does nothing. A box on that page lists 3 modules it uses. It also seems like I would need the graphics themselves. I don&#039;t see any routemap addon that someone has created, like some other features I added to my local install, like Google Map functionality.&lt;br /&gt;
&lt;br /&gt;
What&#039;s the best way forward with this? Thanks. [[User:Nydepot|Nydepot]] ([[User talk:Nydepot|talk]]) 18:18, 14 October 2016 (UTC)&lt;br /&gt;
:You will at-least need [[Extension:Scribunto]] and to import the template page (i.e. [[:en:Template:Routemap|Template:Routemap]]) along with other templates used on this page. This can be done by using [[:en:Special:Export|Special:Export]] and checking the &amp;quot;Include templates&amp;quot; option before export. Then, import the exported file into your own Wiki. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 01:02, 15 October 2016 (UTC)&lt;br /&gt;
:Thank you Ahmad. [[Special:Contributions/24.97.197.43|24.97.197.43]] ([[User talk:24.97.197.43|talk]]) 16:32, 17 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Visual Editor - Insert - Media ==&lt;br /&gt;
&lt;br /&gt;
In order to get the visual editor to recognize an uploaded image file, we have to upload the file with the file name having the first letter followed by an underscore in order to get the image file to appear using the Media settings window. For example, &amp;quot;Dog.jpg&amp;quot; will not come up in the display if the letter d is entered, but if we load the file using the file name &amp;quot;D_Dog.jpg&amp;quot; it will appear. Has anyone else experienced this? If so, is there a fix? &lt;br /&gt;
&lt;br /&gt;
We are using Wikimedia &amp;amp; visual editor v1.27 with PHP v5.5.31 [[User:Haskinslabs|Haskinslabs]] ([[User talk:Haskinslabs|talk]]) 19:17, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Automatic log out ==&lt;br /&gt;
&lt;br /&gt;
Hi, A few weeks ago I started a Wikitravel account. I had the problem that it kept logging me out and pretending that my user didn&#039;t exist (MegaMgala) so I cannot ask for a new password. Then suddenly I stopped having the problem.&lt;br /&gt;
&lt;br /&gt;
Now it logs me in just fine in Spanish but when I switch languages it logs me out again. Also the Spanish version pretends I never made a contribution which isn&#039;t the case. Before I could enter the English and Dutch version just fine without the system logging me out. Now I can only log-in to the English and Spanish version seperately and the Dutch version I cannot access at all. &lt;br /&gt;
&lt;br /&gt;
Can anyone tell me what keeps happening? It is really frustrating. It shouldn&#039;t be that hard. I can&#039;t even&lt;br /&gt;
&lt;br /&gt;
Thank you so much,&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
MegaMgala [[User:MegaMgala|MegaMgala]] ([[User talk:MegaMgala|talk]]) 00:03, 15 October 2016 (UTC)&lt;br /&gt;
:While your account exists in the &#039;&#039;Spanish and English versions&#039;&#039;, there is &#039;&#039;no account&#039;&#039; named MegaMgala in the Dutch one. WikiTravel obviously is not using &#039;&#039;one single&#039;&#039; user table, but &#039;&#039;multiple user tables&#039;&#039;.&lt;br /&gt;
:I think this also is the reason for why you think it logs you out again when you change to a different language: Because it in fact is a &#039;&#039;different account&#039;&#039;, which you are using there and while you are logged in with the one, you are not necessarily also logged in with the other. In fact I think this is not even a log out - you just have not been logged in. [[Special:Contributions/87.123.12.224|87.123.12.224]] ([[User talk:87.123.12.224|talk]]) 00:46, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bug in parser ==&lt;br /&gt;
&lt;br /&gt;
[[User:109.172.58.99|&amp;lt;bdi&amp;gt;109.172.58.99&amp;lt;/bdi&amp;gt;]] ([[User talk:109.172.58.99|talk]][[Special:Contributions/109.172.58.99|contribs]])&lt;br /&gt;
&lt;br /&gt;
Hello. I think I found a bug in the parser. For example: article about Imam Shamil:https://en.wikipedia.org/wiki/Imam_Shamil. When I try to parse full article it&#039;s okay:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/w/api.php?action=parse&amp;amp;disabletidy&amp;amp;disabletoc&amp;amp;disableeditsection&amp;amp;disablelimitreport&amp;amp;page=Imam_Shamil&amp;amp;formatversion=2&lt;br /&gt;
&lt;br /&gt;
Please see second section (Family and early life). Its wrapped to p tag. But I try to get only second section (index = 1), last paragraph is not wrapped to p tag:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/w/api.php?action=parse&amp;amp;disabletidy&amp;amp;disabletoc&amp;amp;disableeditsection&amp;amp;disablelimitreport&amp;amp;page=Imam_Shamil&amp;amp;formatversion=2&amp;amp;section=1&lt;br /&gt;
&lt;br /&gt;
Because of this, I can not properly handle HTML. [[Special:Contributions/109.172.58.99|109.172.58.99]] ([[User talk:109.172.58.99|talk]]) 13:19, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Putting wiki in subdirectory ==&lt;br /&gt;
&lt;br /&gt;
Currently I have my Wiki at http://52.26.118.44/index.php/Main_Page.  I would like for the wiki to be in IPaddress/wiki/ instead of IPaddress/index.php/.  In other words, I would like to have the wiki in a subdomain.  Currently the site is in the root site directory, which is /var/www/html.  Is it as simple as creating a directory &amp;quot;wiki&amp;quot; in the html directory and moving everything there?  If there is documentation, could someone point me to them?  I found [[Manual:Short URL]], but that did not seem to be up to date.  I am using a EC2 instance on AWS and there is no apache2 (or apache) directory in etc. [[User:Jasonbunnell|Jasonbunnell]] ([[User talk:Jasonbunnell|talk]]) 18:43, 15 October 2016 (UTC)&lt;br /&gt;
:Which Operating System does your Amazon EC2 instance running?&lt;br /&gt;
:Depending upon your OS, apache(httpd) files may be at different location. [[Special:Contributions/49.207.55.8|49.207.55.8]] ([[User talk:49.207.55.8|talk]]) 19:41, 15 October 2016 (UTC)&lt;br /&gt;
:Why do you think that [[Manual:Short URL]] would not be up to date?&lt;br /&gt;
:You will need to update some of the configuration variables in LocalSettings.php. [[Manual:$wgScript]] is a candidate here. [[Special:Contributions/87.123.45.196|87.123.45.196]] ([[User talk:87.123.45.196|talk]]) 19:53, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Database error changing password on 1.27.1 ==&lt;br /&gt;
{{Archive top|result={{tracked|T148310}}|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
http://ballistipedia.com/&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Product&lt;br /&gt;
!Version&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mediawiki.org/ MediaWiki]&lt;br /&gt;
|1.27.1&lt;br /&gt;
|-&lt;br /&gt;
|[https://php.net/ PHP]&lt;br /&gt;
|5.6.26 (cgi-fcgi)&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mysql.com/ MySQL]&lt;br /&gt;
|5.1.73-log&lt;br /&gt;
|}&lt;br /&gt;
I just patched to 1.27.1.  Was prompted to choose a longer password, but every time I try to [http://ballistipedia.com/index.php?title=Special:ChangeCredentials/MediaWiki%5CAuth%5CPasswordAuthenticationRequest&amp;amp;returnto=Special%3APreferences change my password] I get:&lt;br /&gt;
&lt;br /&gt;
==Database error== &lt;br /&gt;
&lt;br /&gt;
 A database query error has occurred. This may indicate a bug in the software. [[User:Dbooksta|Dbooksta]] ([[User talk:Dbooksta|talk]]) 19:57, 15 October 2016 (UTC)&lt;br /&gt;
:Also getting the same issue on the wiki we have set up. Upon account creation with a temporary password, login it asks you to set a new password. Then getting the exact same error: A database query error has occured. This may indicate a bug in the software.&lt;br /&gt;
:Any solutions? [[Special:Contributions/124.191.159.39|124.191.159.39]] ([[User talk:124.191.159.39|talk]]) 22:09, 15 October 2016 (UTC)&lt;br /&gt;
:Run the database updater [[User:Reedy|Reedy]] ([[User talk:Reedy|talk]]) 20:18, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== API stopped getting wikipedia article ==&lt;br /&gt;
&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;br /&gt;
I have written a python script to extract content using this api: &#039;https://en.wikipedia.org/w/api.php?action=query&amp;amp;format=json&amp;amp;prop=extracts&amp;amp;titles=&#039;+urllib2.quote(line)+&#039;&amp;amp;explaintext=1&amp;amp;exsectionformat=wiki&amp;lt;nowiki/&amp;gt;&#039;&lt;br /&gt;
&lt;br /&gt;
This is where urllib2.quote(line) is a list of keywords of valid article titles. But after a short while it stopped working. It used to be able to extract all the contents but now it stopped. Please help me.&lt;br /&gt;
&lt;br /&gt;
I have posted a thread in stackoverflow which shows my code and test file: &lt;br /&gt;
&lt;br /&gt;
http://stackoverflow.com/questions/40066414/re-extracting-content-from-api-stops-halfway&lt;br /&gt;
&lt;br /&gt;
Thank you [[User:Jseng001|Jseng001]] ([[User talk:Jseng001|talk]]) 03:34, 16 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Importing ==&lt;br /&gt;
&lt;br /&gt;
On this page https://anjuna.miraheze.org/wiki/Anjunabeats_Volume_3, I have imported a page from Wikipedia to get the infobox.&lt;br /&gt;
&lt;br /&gt;
At the top of the page is &#039;&amp;lt;nowiki&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/nowiki&amp;gt;&#039; which I cannot expunge. It isn&#039;t in the code either. [[User:Science Bird|Anjuna]] ([[User talk:Science Bird|talk]]) 05:43, 16 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Page isn&#039;t working after changing localsettings.php ==&lt;br /&gt;
{{Archive top|result=Accidental syntax mistake|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I have installed mediawiki on ubuntu 14.04.  Everything was working great until I tried changing the logo image in localsettings.php.&lt;br /&gt;
&lt;br /&gt;
After I did that my wiki wont load and i get the error:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;the page isn&#039;t working&lt;br /&gt;
&lt;br /&gt;
(IP) is currently unable to handle this request.&lt;br /&gt;
&lt;br /&gt;
http error 500&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It is quite possible I messed up some other settings in the localsettings.php file.  My question is, can I just replace the localsettings.php file or is there some other way to solve this?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance for any help. [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 06:10, 16 October 2016 (UTC)&lt;br /&gt;
:This error probably indicates you made some syntax error while making the changes. Try to get back to how the &#039;&#039;LocalSettings.php&#039;&#039; file originally was and see if that solves the problem. Also, is the logo image file readable? [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 07:26, 16 October 2016 (UTC)&lt;br /&gt;
:Any ideas on how to get the localsettings.php file back?  I&#039;m using digitalocean&#039;s one click install for mediawiki if that helps.&lt;br /&gt;
:As far as the logo image, it was a imgr link.&lt;br /&gt;
:Thanks [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 07:40, 16 October 2016 (UTC)&lt;br /&gt;
:or even how to revert to the old Localsettings.php? [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 08:47, 16 October 2016 (UTC)&lt;br /&gt;
:Try commenting out the code lines which define the logo image, see if the problem gets solved. That way we can be sure this is the code line causing the issue. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 08:59, 16 October 2016 (UTC)&lt;br /&gt;
:Hi,&lt;br /&gt;
:I commented out the code lines which I changed and I still get the http error 500,  I tried to open the page on another web browser and just get a blank white screen.  Do you think updating mediawiki would help? [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 21:33, 16 October 2016 (UTC)&lt;br /&gt;
:RESOLVED-&lt;br /&gt;
:I accidentially changed the syntax of $wgEmergencyContact to the wrong IP,  changed it and now it works thank you! [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 21:47, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== $wgUserEmailUseReplyTo is ignored ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
Im on 1.26.3 and use $wgUserEmailUseReplyTo = true, $wgPasswordSender = &amp;quot;foo@bar.foobar&amp;quot; and $wgSMTP.&lt;br /&gt;
&lt;br /&gt;
The problem is, that wgUserEmailUseReplyTo gets ignored. The user to user email still just sets the from adress to the users email.&lt;br /&gt;
&lt;br /&gt;
How to change this?&lt;br /&gt;
&lt;br /&gt;
Thanks! [[Special:Contributions/89.14.106.189|89.14.106.189]] ([[User talk:89.14.106.189|talk]]) 18:35, 16 October 2016 (UTC)&lt;br /&gt;
:If it&#039;s not working [[Manual:$wgUserEmailUseReplyTo|as documented]] please [[bugreport|report a bug]]. See also {{phabricator|T114084}}, affecting only on your email copies. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:17, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to upload image to a remote shared wiki? ==&lt;br /&gt;
&lt;br /&gt;
Hi girls and guys,&lt;br /&gt;
&lt;br /&gt;
Due to some government regulation problem in China. We have to move some wikis with simplified-Chinese to China while others stay in US. We used to use ForeignDBRepo in $wgForeignFileRepos to get all wikis upload and access shared image in common.moegirl.org. Since all different wikis stay together and they can access same database and same file directory, this setting work fine.&lt;br /&gt;
&lt;br /&gt;
However, now we got 2 databases and 2 servers separate from each other about 7,000 miles. By using $wgForeignFileRepos with ForeignAPIRepo in local wikis and  $wgThumbnailScriptPath with thumb.php settings in common.moegirl.org, we can access existed images. But can&#039;t upload images to same file directory as we used to do.&lt;br /&gt;
&lt;br /&gt;
I saw there are mw.ForeignStructuredUpload and mw.ForeignStructuredUpload.BookletLayout function and $wgUploadDialog setting become available since MW ≥ 1.27.&lt;br /&gt;
&lt;br /&gt;
Can some one explained or provide help and/or documents on how to use these cross-wiki uploads settings?&lt;br /&gt;
&lt;br /&gt;
Thank you!!!!!!!&lt;br /&gt;
&lt;br /&gt;
[[Manual:$wgUploadDialog]] [[Upload dialog]] [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 02:04, 17 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|Krinkle}} could you please be kind to provide little help on the cross-wiki uploads function? I saw you answered a $wgForeignFileRepos about 5 years ago. Sorry for bother you. [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 02:08, 17 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:$wgUseInstantCommons#Details]] for a configuration example that you can use for [[InstantCommons]]. You can adapt it to your needs. It will basically hotlink images stored in common.moegirl. You need to configure common.moegirl to thumbnail images with a [[Manual:thumb.php#404 Handler|404 handler]], or maybe setting also thumbScriptUrl (see [[Manual:$wgForeignFileRepos|$wgForeignFileRepos]]) would also work. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:13, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to require users to confirm their email address before being allowed to login in MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
How to require users to confirm their email address before being allowed to login in MediaWiki [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:07, 17 October 2016 (UTC)&lt;br /&gt;
:Maybe [[Manual:$wgEmailConfirmToEdit|$wgEmailConfirmToEdit]] would serve your purposes. See [http://stackoverflow.com/questions/11608607/how-to-require-confirm-by-email-to-create-an-account-in-mediawiki this]. Or you can use [[Extension:ConfirmAccount]] to require the account to be confirmed by an admin. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 13:21, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Site not displaying content ==&lt;br /&gt;
&lt;br /&gt;
In the site http://www.foodprocessmodel.org/index.php?title=Main_Page, the contents have suddenly stopped displaying. For example, the Main Page is empty. However, if one does View Source, all the content is there. I have not used the site for a while so I do not know if this is due to version change of software. The same is true for all pages in the site. [[Special:Contributions/64.134.128.74|64.134.128.74]] ([[User talk:64.134.128.74|talk]]) 13:45, 17 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there]]! [[Special:Contributions/87.123.12.180|87.123.12.180]] ([[User talk:87.123.12.180|talk]]) 13:55, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== VisualEditor and WikiEditor not working in 1.27.1 ==&lt;br /&gt;
&lt;br /&gt;
We have recently upgraded to MediaWiki 1.27.1 but have found that neither the VisualEditor or WikiEditor extensions work in this version.&lt;br /&gt;
&lt;br /&gt;
For VisualEditor I have tried using a known working configuration from our previous version (1.24.3) and clicking on the Edit link simply redirects to the same page (with veaction=edit appended to the url). The very latest version of VisualEditor was also tried without success.&lt;br /&gt;
&lt;br /&gt;
After giving up on VisualEditor I decided to fall back on WikiEditor which sounded like a more established platform (but perhaps with less features). Again, I tried a known working configuration from the earlier version of MediaWiki and the toolbar was not shown. The very latest version of WikiEditor was also tried without success.&lt;br /&gt;
&lt;br /&gt;
Do you have any comments? [[Special:Contributions/62.255.136.202|62.255.136.202]] ([[User talk:62.255.136.202|talk]]) 14:58, 17 October 2016 (UTC)&lt;br /&gt;
:WikiEditor works for me.&lt;br /&gt;
:Open developer tools of your browser (hit F12) and look for any error displayed in the error console.&lt;br /&gt;
:If your wiki is publicly accessible that would help incredibly [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:04, 17 October 2016 (UTC)&lt;br /&gt;
:Thanks for your reply. The only errors that I get are these (but they happen whether or not WikiEditor is enabled):&lt;br /&gt;
:[70301b78d7414677605a0ccc] /mediawiki/load.php?debug=false&amp;amp;lang=en-gb&amp;amp;modules=startup&amp;amp;only=scripts&amp;amp;skin=vector   LogicException from line 709 of /opt/mediawiki/includes/resourceloader/ResourceLoaderModule.php: getDefinitionSummary must call parent method&lt;br /&gt;
:[70301b78d7414677605a0ccc] /mediawiki/load.php?debug=false&amp;amp;lang=en-gb&amp;amp;modules=startup&amp;amp;only=scripts&amp;amp;skin=vector   LogicException from line 709 of /opt/mediawiki/includes/resourceloader/ResourceLoaderModule.php: getDefinitionSummary must call parent method&lt;br /&gt;
:Problematic modules: {&amp;quot;startup&amp;quot;:&amp;quot;error&amp;quot;}&lt;br /&gt;
:By the way, we are using PHP7. Which version are you using? [[Special:Contributions/62.255.136.202|62.255.136.202]] ([[User talk:62.255.136.202|talk]]) 08:12, 18 October 2016 (UTC)&lt;br /&gt;
:PHP 5.6&lt;br /&gt;
:May be the same problem as [[Topic:Stfznys4p9w3kmij]]? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:25, 18 October 2016 (UTC)&lt;br /&gt;
:Thanks, it does look similar but we are not using the EventLogging module that they refer to. Maybe we need to to look at some of the other modules. [[User:F1alan|F1alan]] ([[User talk:F1alan|talk]]) 12:42, 18 October 2016 (UTC)&lt;br /&gt;
:Disable all other extensions, and see if the error is fixed. Then enable one by one until you find the culprit. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:33, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== api ==&lt;br /&gt;
&lt;br /&gt;
How to check if the api is enabled in mediawiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 07:08, 18 October 2016 (UTC)&lt;br /&gt;
:[[Manual:$wgEnableAPI]]. Note that although enabled, it may be restricted to some user groups. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:27, 18 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki Localization + common database ==&lt;br /&gt;
&lt;br /&gt;
Hello all. I have an idea to make my wiki at least on two-three languages just like ar wikipedia, i.e.:&lt;br /&gt;
* en.mywiki.com - English&lt;br /&gt;
* de.mywiki.com - German&lt;br /&gt;
* ru.mywiki.com - Russian&lt;br /&gt;
+ common media files that can be used at all localized wikis + one user for all localizations + interwiki that allows to make links between one article, but at different languages&lt;br /&gt;
Could someone give a link or explain how to make it? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 14:43, 18 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Wiki family#Multiple wikis sharing common resources]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:45, 19 October 2016 (UTC)&lt;br /&gt;
:Yes, I saw the instruction but not all clear for me ... now I just installed two wikis: English and German and have to LocalSettings files (LocalSettings_en.php and LocalSettings_de.php) and made general LocalSettings.php file with code listed in the instruction, but now it is not clear for me what I shall do next to make working wikis at subdomains% de.mywiki.com and en.mywiki.com. What is the next step? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 10:12, 19 October 2016 (UTC)&lt;br /&gt;
:I also would like to know your opinion what is better to have one core of mediawiki and make subdomains for each localization (I still don&#039;t know how to do that) OR install mediawiki separately from yeach to its subdomain (en.mywiki.com, de.mywiki.com etc.) What do you think? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 14:27, 19 October 2016 (UTC)&lt;br /&gt;
:If you own the &#039;&#039;mywiki.com&#039;&#039; domain, you need to set up DNS for subdomains. This is usually handled by editing the DNS records in the domain registrar where do you have the domain, or maybe in your hosting. You may specify each subdomain the same IP of the server, or set it so any subdomain goes to the same IP.&lt;br /&gt;
:On the web server, you need to configure a virtual host setting to handle each subdomain. If installations are different, make the document root point to each installation.&lt;br /&gt;
:Having separate installs is easier (or safer) to setup if you generally don&#039;t know how to share the same install. Otherwise, you can point all to the same installations, have common settings in the LocalSettings file, and then maybe include additional settings depending on the subdomain. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 20 October 2016 (UTC)&lt;br /&gt;
:Thank you for clarification. I just don&#039;t know what to do next, so what I have already done:&lt;br /&gt;
:Installed mediawiki to the root directory of mywiki.com as usual (I chose English) and uploaded LocalSettings.php file and renamed it according to manual to LocalSettings_en.php and start the installation again, but chose German language and indicated the same database, but added prefix to the tables &amp;quot;_de&amp;quot;. Downloaded LocalSettings php file and renamed it to LocalSettings_de.php.&lt;br /&gt;
:Now I created subdomains at my hosting de.mywiki.com and en.mywiki.com&lt;br /&gt;
:... and now I don&#039;t know if I have done all correct and what should I do the next.&lt;br /&gt;
:I would be thankful greatly for your help. [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 13:07, 20 October 2016 (UTC)&lt;br /&gt;
:you should publish each installation on their own domain. Note that, if you&#039;ve installed all in the same subdomain by renaming LocalSettings.php, you should fix at least $wgServer because they&#039;ll be pointing to the same one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 21:20, 20 October 2016 (UTC)&lt;br /&gt;
:Do you mean that at any case I shall upload all installing files to subdomains and make an installation? If so, I indicate one database for usage and shall mark prefix for tables at database like &amp;quot;de_&amp;quot;, &amp;quot;en_&amp;quot; etc, and if so how to make one database of users so that I can use one account for all subdomains?&lt;br /&gt;
:and one more question I do want create additional wiki for uploading files (images etc.) to files.mywiki.com and to make one file accessible for all subdomains. How to make it? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 07:53, 21 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Users are logged out too often ==&lt;br /&gt;
&lt;br /&gt;
Before upgrading to 1.27.1, users were signed in for more than half an hour at least if they check Keep me logged in on previous 1.26 but now it just logs out only after 2mins of gap!&lt;br /&gt;
&lt;br /&gt;
Is there a way to configure there somewhere?&lt;br /&gt;
&lt;br /&gt;
I&#039;ve not set any values for $wgSessionsInObjectCache and $wgSessionCacheType. Also the $wgMainCacheType = CACHE_NONE; without any caching. [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 14:49, 18 October 2016 (UTC)&lt;br /&gt;
:Try explicitly setting&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgSessionCacheType = CACHE_DB;&amp;lt;/code&amp;gt; [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:42, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Does MediaWiki 1.27 work well in Ubuntu 16.04LTS? ==&lt;br /&gt;
&lt;br /&gt;
Does MediaWiki 1.27 work well in Ubuntu 16.04LTS?  My current build is Ubuntu 11.04 and Mediawiki 1.16.4.  I plan to standup a new Virtual server, Install media wiki and Migrate mediawiki over to the new one.m in [[User:Vjsuarez2002|Vjsuarez2002]] ([[User talk:Vjsuarez2002|talk]]) 15:33, 18 October 2016 (UTC)&lt;br /&gt;
:As long as the fitting versions (Apache, PHP, MySQL/MariaDB) from [[compatibility]] are there, that should not be a problem! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 20:20, 18 October 2016 (UTC)&lt;br /&gt;
:Awesome, thank you!  One more question, is 64-but Ubuntu compatible? [[User:Vjsuarez2002|Vjsuarez2002]] ([[User talk:Vjsuarez2002|talk]]) 19:57, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to edit Comment on an uploaded Image file? ==&lt;br /&gt;
{{Archive top|result=Image comments can be edited with the Edit link of the File page.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi everyone, it&#039;s the first time I&#039;ve run my own wiki, I have MediaWiki 1.27.1,&lt;br /&gt;
&lt;br /&gt;
I uploaded an image that had a long Comment description, then noticed I had worded it wrongly. I don&#039;t see a way to edit the Comment itself.&lt;br /&gt;
&lt;br /&gt;
If I &amp;quot;Upload a new version of this file&amp;quot;, users still see the original Comment (the bad one) directly beneath the image, on the image page. In other words, the image can be updated , but the Comment can&#039;t (?). Not in the place it is most visible. Yes, it was changed in the File History field for Comments. But like I say, it is a long comment which it truncated in the File History. Having it be wrong where it can be easily seen in full right below the image, but right where it can&#039;t be seen (cutoff in the File History), is unacceptable.&lt;br /&gt;
&lt;br /&gt;
The core problem is that users only see the original Comment underneath the picture. Am I doing something wrong?&lt;br /&gt;
&lt;br /&gt;
This is not a caching issue. Forcing action=purge will update the image, but it still has that original comment directly below it on the image page. No matter how many times I Upload a new version of the image.&lt;br /&gt;
&lt;br /&gt;
Is my only recourse, the workaround of making an entirely new image from the same image? This seems very poor if someone wants to attach, edit, and update detailed supporting comments for images.&lt;br /&gt;
&lt;br /&gt;
Thanks if you can help! [[User:RedKnight7|RedKnight7]] ([[User talk:RedKnight7|talk]]) 15:55, 18 October 2016 (UTC)&lt;br /&gt;
:You should be able to go to the file page, and use the Edit link at the top. Editing an image won&#039;t actually edit the bitmap itself, but let you edit the comment. [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 18:47, 18 October 2016 (UTC)&lt;br /&gt;
:Darn, I can&#039;t believe I didn&#039;t notice that. I was focussed on the image controls. That&#039;s all I needed! Problem solved, thanks! [[User:RedKnight7|RedKnight7]] ([[User talk:RedKnight7|talk]]) 18:55, 18 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Resize image ==&lt;br /&gt;
{{Archive top|result=Yeah, got it, thank you bro.&lt;br /&gt;
&lt;br /&gt;
Very happy.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi, I&#039;m trying to resize the images posted to maximum 800px wide, but I use the FRAME parameter in order to put the subtitles below, so I can not use the Wiki images variables.&lt;br /&gt;
&lt;br /&gt;
So I was doing debug here to find out where the call occurs in loading the image to direct power to change the source code.&lt;br /&gt;
&lt;br /&gt;
And I came to the Linker.php file.&lt;br /&gt;
&lt;br /&gt;
The line &#039;&#039;&#039;&amp;quot;$ s =&amp;quot; &amp;lt;nowiki&amp;gt;&amp;lt;div class = \ &amp;quot;thumb t {$ fp [&#039;align&#039;]} \&amp;quot;&amp;gt; &amp;lt;div class = \ &amp;quot;thumbinner \&amp;quot; style = \ &amp;quot;width: {$ outerWidth} px; \&amp;quot; &amp;gt; &amp;quot;;&amp;quot;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It has $ outerWidth parameter that from what I understand, determines the image size when you will be charged.&lt;br /&gt;
&lt;br /&gt;
So I was wondering if anyone can help me change the source code so that if the user upload a larger image than 800px wide, this image is automatically with only 800px wide to be displayed. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 17:38, 18 October 2016 (UTC)&lt;br /&gt;
:why don&#039;t use |thumb| instead of |frame|, which allows to specify a width? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:50, 19 October 2016 (UTC)&lt;br /&gt;
:Humm le´me see, i´ll try. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 10:46, 19 October 2016 (UTC)&lt;br /&gt;
:Yeah, got it, thank you bro.&lt;br /&gt;
:Very happy. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 10:56, 19 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Category count decreases when not logged in. ==&lt;br /&gt;
{{Flow summary|Known bug with MediaWiki and anonymous users.}}&lt;br /&gt;
&lt;br /&gt;
Versions = Wiki: 1.26.2, PHP: 5.4.43, MySQL: 5.5.51-38.2.&lt;br /&gt;
&lt;br /&gt;
Site = http://www.vgmpf.com&lt;br /&gt;
&lt;br /&gt;
I created a new page with a category tag and it shows up in the category page like it should. However, it only appears in the category to logged in users. For users who are logged out, the page is not in the category, and the total page count of the category decreases reflecting the missing page. I can still navigate to the page directly when logged out. I don&#039;t have any extensions to hide pages and most of the pages I created in the past show up properly in the category while logged out.&lt;br /&gt;
&lt;br /&gt;
The only major changes I&#039;ve made to the Wiki in the past year are upgrading from 1.25 to 1.26.2 and switching from manual user account creation to using the ConfirmEdit extension.&lt;br /&gt;
&lt;br /&gt;
If you know why the pages aren&#039;t showing up in their categories for logged out users, please let me know, thanks! [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 18:45, 18 October 2016 (UTC)&lt;br /&gt;
:This looks like a caching problem. Does the wrong number appear also when navigating using the &amp;quot;private browsing&amp;quot; feature of your browser? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:49, 19 October 2016 (UTC)&lt;br /&gt;
:I get the same result when I use a private browser. 172 pages in the category while logged out, 176 while logged in (similar results in other categories). My site uses caching, but I haven&#039;t changed the setting in a long time, and this problem seems to have appeared within the past 30 days. Thank you for the reply! [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 12:22, 19 October 2016 (UTC)&lt;br /&gt;
:Sadly, this is broken when $wgUseFileCache {{phabricator|T26575}} [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:17, 19 October 2016 (UTC)&lt;br /&gt;
:Thank you Ciencia Al Poder. I&#039;m assuming the pages will migrate their way into their proper categories for anonymous users as the cache updates. In the meantime, I will patiently wait for a fix. [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 13:31, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:MsUpload ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
while uploading it says internal error occured.Can anyone guide me on this issue [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 07:20, 19 October 2016 (UTC)&lt;br /&gt;
:Does normal upload (through Special:Upload) work? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:34, 19 October 2016 (UTC)&lt;br /&gt;
:when we tried to upload(through Special:Upload) it throws Could not create directory &amp;quot;mwstore://local-backend/local-public/c/c7&amp;quot;. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:11, 19 October 2016 (UTC)&lt;br /&gt;
:you should fix permissions on your upload folder (configured by [[Manual:$wgUploadDirectory|$wgUploadDirectory]], defaults to the folder /images inside the MediaWiki installation folder). Be sure it&#039;s writable by the webserver [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 19:40, 19 October 2016 (UTC)&lt;br /&gt;
:thank u Ciencia. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:02, 20 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== SimpleBatchUpload ==&lt;br /&gt;
&lt;br /&gt;
is SimpleBatchUpload supported in 1.23.5 version of mediawiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:07, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== jQuery is not defined when upgrade from 1.20 to 1.25 ==&lt;br /&gt;
&lt;br /&gt;
I have written my extension when I use 1.20, and there is some Javascript in the code, for example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
class Example&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
public static function onBeforePageDisplay( OutputPage &amp;amp;$out, Skin &amp;amp;$skin  )&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
echo &#039;&amp;lt;script&amp;gt;&#039;;&lt;br /&gt;
&lt;br /&gt;
echo &#039;$(function() { console.log(&amp;quot;test&amp;quot;) });&#039;&lt;br /&gt;
&lt;br /&gt;
echo &#039;&amp;lt;/script&amp;gt;&#039;;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
It works perfectly in 1.20, but after I upgrade MediaWiki to 1.25, I got message jQuery is not defined(…), I am pretty sure jQuery is loaded, because I type $(&#039;body&#039;).length on console panel, it returns 1, how to fix it? [[User:Chan15tw|Chan15tw]] ([[User talk:Chan15tw|talk]]) 09:46, 19 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t know, what you are actually trying to do. However, if you need jQuery, then the right way is not to output your JavaScript code into the page directly. Instead, include your code inside a [[ResourceLoader]] module. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 11:57, 19 October 2016 (UTC)&lt;br /&gt;
:You can&#039;t just insert scripts that depend on other scripts like that, as everything is loaded asynchronously since 1.26. As said above, making a RL module is the best way. If there is some reason you really have to have an inline script, then in currently supported versions of MW (1.26+) you can add your script to the RL queue, so it will be executed after the core modules (mediawiki and jQuery) are ready.&lt;br /&gt;
:&amp;lt;code&amp;gt; &#039;&#039;&#039;(window.RLQ=window.RLQ||[]).push(function(){&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;     $(function() { console.log(&amp;quot;test&amp;quot;) });&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; &#039;&#039;&#039;});&#039;&#039;&#039;&amp;lt;/code&amp;gt; [[Special:Contributions/137.147.144.56|137.147.144.56]] ([[User talk:137.147.144.56|talk]]) 06:15, 20 October 2016 (UTC)&lt;br /&gt;
:ResourceLoader solve my problem, I will also try RLQ, thanks all [[User:Chan15tw|Chan15tw]] ([[User talk:Chan15tw|talk]]) 22:12, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:SimpleBatchUpload ==&lt;br /&gt;
&lt;br /&gt;
To download this extension the recommended way to download this extension is by using [[Composer]]. To do that, i was asked to add the following to the MediaWiki &amp;lt;code&amp;gt;composer.local.json&amp;lt;/code&amp;gt; file and run &amp;lt;code&amp;gt;php composer.phar update mediawiki/simple-batch-upload&amp;lt;/code&amp;gt; from the MediaWiki installation directory. But i am not able to find the composer.local.json file. So i tried this in composer.json. Has anyone faced a similar issue. Kindly guide me through this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:49, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to use Description2 ==&lt;br /&gt;
&lt;br /&gt;
Hello.&lt;br /&gt;
&lt;br /&gt;
I installed Description2.&lt;br /&gt;
&lt;br /&gt;
How now to use it? Does it generate metadata by itself? [[User:TraaBBIT|TraaBBIT]] ([[User talk:TraaBBIT|talk]]) 11:19, 19 October 2016 (UTC)&lt;br /&gt;
:The extension is working on the page text, extracts data from there and sets the result as content of the meta tag. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 11:53, 19 October 2016 (UTC)&lt;br /&gt;
:OK.&lt;br /&gt;
:Is there any way to setup meta description on some page? I wan&#039;t to have some meta description on my main page. [[User:TraaBBIT|TraaBBIT]] ([[User talk:TraaBBIT|talk]]) 10:48, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Which addons (other than editor) are helpful making formats to make new pages in? ==&lt;br /&gt;
&lt;br /&gt;
I just started Mediowiki and only have Editor. What can help me to make standard pages following my own constructed format? [[User:Irene van Oostrum|Irene van Oostrum]] ([[User talk:Irene van Oostrum|talk]]) 12:41, 19 October 2016 (UTC)&lt;br /&gt;
:You can use templates. These are boilerplates, which you can use and fill with content on multiple pages. See [[Help:Templates]] for details! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:11, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how do you write text to make an clickable email adress? ==&lt;br /&gt;
&lt;br /&gt;
how do you write text to make an clickable email adress? [[User:Irene van Oostrum|Irene van Oostrum]] ([[User talk:Irene van Oostrum|talk]]) 12:42, 19 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;[mailto:info@example.org email me]&amp;lt;/nowiki&amp;gt; should be working.&lt;br /&gt;
:See also [[Help:Links#External links]]! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:12, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== need help trying to combined old acct with new acct ==&lt;br /&gt;
&lt;br /&gt;
my old log in is under stephanie stewart password i done forget however i can&#039;t seem to locate info in system -this is the problem with having your own computer and letting the computer keep the password&lt;br /&gt;
&lt;br /&gt;
anyway new name is now stephaniergoodwin [[User:Stephaniergoodwin|Stephaniergoodwin]] ([[User talk:Stephaniergoodwin|talk]]) 13:00, 19 October 2016 (UTC)&lt;br /&gt;
:If you are speaking about an account in Wikipedia, then two accounts can be combined. However, this requires you to do an according request &#039;&#039;and&#039;&#039; to post a confirmation with the other account. So you will need the password of the old account. &lt;br /&gt;
:The name of the old account obviously is not &amp;quot;stephanie stewart&amp;quot;. An account with that name does not exist. However, you will be able to find your old account, if you view an article, which you have once edited. Then use the history of that article to find your old username. &lt;br /&gt;
:If you have an email address attached to the old account, you will be able to use [[Special:PasswordReset]] to reset the password! &lt;br /&gt;
:You can also use the &amp;quot;Email new password&amp;quot; feature on the Special:UserLogin page! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:09, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Explicitly disable autocomplete? ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
When scanning my wiki with Rapid7 Nexpose I get the following vulnerability:&lt;br /&gt;
&lt;br /&gt;
Form with action &amp;lt;nowiki&amp;gt;https://wiki.example.url/index.php/Special:UserLogin&amp;lt;/nowiki&amp;gt; does not explicitly disable autocomplete for the following sensitive fields: wpPassword&lt;br /&gt;
&lt;br /&gt;
Is there a simple way to fix this? I looked at LoginSignupSpecialPage.php, but found no easy way to fix it myself. Any help regarding this issue is highly appreciated.&lt;br /&gt;
&lt;br /&gt;
Best regards.&lt;br /&gt;
&lt;br /&gt;
Paddy [[Special:Contributions/213.207.123.215|213.207.123.215]] ([[User talk:213.207.123.215|talk]]) 13:45, 19 October 2016 (UTC)&lt;br /&gt;
:It’s questionable how well this actually works — many browsers seem to ignore it — but it’s probably&lt;br /&gt;
:what you want to add:  &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;autocomplete=“off”&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
However, if you ask me, this is not a security problem. It is a company trying to make money from people&#039;s fears, which the company created itself. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 18:49, 19 October 2016 (UTC)&lt;br /&gt;
:Since LoginSignupSpecialPage.php is not plain php it&#039;s not easy to add autocomplete=&amp;quot;off&amp;quot; (I would not know where to add it, anyway). Another thing is that any modification made to such files are likely to be gone after updating MediaWiki.&lt;br /&gt;
:About your comment ... (in my case) it&#039;s not fear. It&#039;s a simple case of risk management where in this case I have to assess likelyhood and impact. When a simple modification can be made to make things safer, it&#039;s worth a try :D [[Special:Contributions/213.207.123.215|213.207.123.215]] ([[User talk:213.207.123.215|talk]]) 08:14, 21 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hooks.php in line 195 ==&lt;br /&gt;
&lt;br /&gt;
CENTOS 7.2 + nginx 1.10 + php 7.1&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::init() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ImageMap::onParserFirstCallInit() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to InputBoxHooks::register() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Poem::init() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to SyntaxHighlight_GeSHi::onParserFirstCallInit() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onOutputPageBeforeHTML() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onBeforePageDisplay() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to TimedMediaHandlerHooks::pageOutputHook() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onInternalParseBeforeSanitize() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MwEmbedResourceManager::registerModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to TimedMediaHandlerHooks::resourceLoaderRegisterModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to GadgetHooks::registerModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onResourceLoaderRegisterModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onInternalParseBeforeSanitize() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to CiteThisPageHooks::onSkinTemplateBuildNavUrlsNav_urlsAfterPermalink() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Avatar\Hooks::onSkinTemplateOutputPageBeforeExec() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onSkinTemplateOutputPageBeforeExec() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Avatar\Hooks::onBaseTemplateToolbox() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195 [[User:Tunglinwu|Tunglinwu]] ([[User talk:Tunglinwu|talk]]) 18:52, 19 October 2016 (UTC)&lt;br /&gt;
:You obviously have a huge number of extensions, which are passing a value instead of a reference to call_user_func_array() (however this may not work in PHP 5.3 and beyond, the manual is not clear at that point). [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 19:13, 19 October 2016 (UTC)&lt;br /&gt;
:And note that a final version of PHP 7.1 has not yet been released. Also currently there is no version of MediaWiki, which would officially be working with PHP 7.1. This might (should) change for MediaWiki 1.28, but 1.27 LTS version is &#039;&#039;not&#039;&#039; compatible with PHP 7.1. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 19:16, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to separate file description page from database? ==&lt;br /&gt;
&lt;br /&gt;
I am trying to separate files in about 20 wikis into one combined wiki. The file can be easily combined into one place but the description pages are much harder.&lt;br /&gt;
&lt;br /&gt;
It seems that Mediawiki store image description in table &amp;quot;text&amp;quot; along with other normal article, Is there any way to select and export file description page? [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 04:27, 20 October 2016 (UTC)&lt;br /&gt;
:Don&#039;t mess with the database unless you really know what are you doing. There are tools for importing and exporting the data.&lt;br /&gt;
:You can use [[Manual:importImages.php|importImages.php]] to place images in the right directory structure of the wiki and also create the required database rows. Note that you need to import description pages before importing images: read next step.&lt;br /&gt;
:For the description pages, export an XML dump of those description pages with [[Manual:dumpBackup.php|dumpBackup.php]] and then import them on the target wiki. Read [[Manual:Importing XML dumps]]. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:38, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Language switching ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve got MW 1.23 plus the LanguageSelector extension. I arranged things so that language &amp;amp; links of the Sidebar menu entries change when the user switches the language via the Language selector. This works. But the current page does not change, so the user has to change it manually. AFAIK this is by design.&lt;br /&gt;
&lt;br /&gt;
My goal: The current page should be refreshed automatically, e. g. from MyPage/de to Mypage or to Mypage/fr whenever the user changes the language via the language selector.&lt;br /&gt;
&lt;br /&gt;
Is there any way to accomplish this?  [[Special:Contributions/84.151.230.224|84.151.230.224]] ([[User talk:84.151.230.224|talk]]) 10:17, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== UNC Links WIKI TO RICH EDITOR ==&lt;br /&gt;
&lt;br /&gt;
I implemented the UNC Links using WIKI editor. When i switched from WIKI to RICH text editor, it&#039;s adding some extra codes or something which navigates to a file upload page.When in WIKI, [file://\\server1\abc\3.docx Word].When moved to RICH text and again moved back to WIKI editor, [[&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt;]].This makes the link to navigate to file upload page. Has anyone faced a similar issue. Kindly help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:06, 20 October 2016 (UTC)&lt;br /&gt;
:I implemented the UNC Links using WIKI editor. When i switched from WIKI to RICH text editor, it&#039;s adding some extra codes or something which navigates to a file upload page.When in WIKI, [file://\\server1\abc\3.docx Word].When moved to RICH text and again moved back to WIKI editor,[[&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt;]].This makes the link to navigate to file upload page. Has anyone faced a similar issue. Kindly help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:09, 20 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt; [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:10, 20 October 2016 (UTC)&lt;br /&gt;
:File:file://\\server1\abc\3.docx|Word [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:11, 20 October 2016 (UTC)&lt;br /&gt;
:can anyone please help me on this? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 04:36, 21 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:Collection ==&lt;br /&gt;
&lt;br /&gt;
extension:collection is not getting downloaded.Ha anyone faced this issue? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:00, 20 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;has [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:00, 20 October 2016 (UTC)&lt;br /&gt;
:for 1.23 version [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:07, 20 October 2016 (UTC)&lt;br /&gt;
:The &amp;quot;site can&#039;t be reached&amp;quot; error does sometimes show, but the extension, nevertheless, begins downloading. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 12:13, 20 October 2016 (UTC)&lt;br /&gt;
:thanks was able to downlload the extension [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:58, 21 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== No images ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Produkt&lt;br /&gt;
!Version&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mediawiki.org/ MediaWiki]&lt;br /&gt;
|1.27.1&lt;br /&gt;
|-&lt;br /&gt;
|[https://php.net/ PHP]&lt;br /&gt;
|5.6.26 (cgi-fcgi)&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mysql.com/ MySQL]&lt;br /&gt;
|5.7.11&lt;br /&gt;
|-&lt;br /&gt;
|[http://site.icu-project.org/ ICU]&lt;br /&gt;
|4.4.1&lt;br /&gt;
|}&lt;br /&gt;
Any ideas of which reasons could cause that I can&#039;t display images uploaded to my site?&lt;br /&gt;
&lt;br /&gt;
http://www.sejlerwiki.dk/index.php?title=Speciel:Filer [[User:Jesper Bonde|Jesper Bonde]] ([[User talk:Jesper Bonde|talk]]) 14:59, 20 October 2016 (UTC)&lt;br /&gt;
:The page you linked should contain a few preview images, but these images do not display. There is no error, in fact there is a reference to each image, but that is all.&lt;br /&gt;
:When I try calling such an image with its URL, e.g. http://www.sejlerwiki.dk/images/thumb/f/f7/Pantry.jpg/180px-Pantry.jpg, I get this error:&lt;br /&gt;
:&amp;lt;code&amp;gt; No input file specified&amp;lt;/code&amp;gt;&lt;br /&gt;
:The same does not only happen for preview images, but also for the originals.&lt;br /&gt;
:An explanation of this error can be found at http://stackoverflow.com/questions/14555996/no-input-file-specified&lt;br /&gt;
:As this somehow seems to be related to PATH_INFO, the configuration variable [[Manual:$wgUsePathInfo]] might also be relevant for you. [[Special:Contributions/87.123.19.84|87.123.19.84]] ([[User talk:87.123.19.84|talk]]) 15:45, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Logo help ==&lt;br /&gt;
&lt;br /&gt;
Can anyone tell me what I&#039;m doing wrong with my local settings to get my logo to work? I&#039;ve tried to copy exactly what the help documents say but just can&#039;t seem to get it to work. Here is line from my LocalSettings.PHP.&lt;br /&gt;
&lt;br /&gt;
$wgLogo = &amp;quot;$wgScriptPath/wiki/images/ThanoTechLogoGREY.jpg&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
What am I missing? Do I need to add public_html before wiki in the path?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance! [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 18:50, 20 October 2016 (UTC)&lt;br /&gt;
:$wgScriptPath by default points to the folder, in which you have MediaWiki installed. From what you have set there, I guess that you installed MediaWiki into a folder called wiki/? This folder will by default already be part of $wgScriptPath. Try with&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgLogo = &amp;quot;$wgScriptPath/images/ThanoTechLogoGREY.jpg&amp;quot;;&amp;lt;/code&amp;gt;&lt;br /&gt;
:The file ThanoTechLogoGREY.jpg then belongs into the images/ folder. [[Special:Contributions/87.123.19.84|87.123.19.84]] ([[User talk:87.123.19.84|talk]]) 18:58, 20 October 2016 (UTC)&lt;br /&gt;
:Still nothing...it&#039;s just a blank white box. I just realized though that the image I&#039;m trying to use is huge so I&#039;ll need to resize it. Would that effect if it works? [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 20:15, 20 October 2016 (UTC)&lt;br /&gt;
:Is your wiki public so that I can have a look?&lt;br /&gt;
:If the image is to huge, it can be cut off showing only little part of the actual image.&lt;br /&gt;
:You should be reading [[Manual:$wgLogo]]! It will contain hints on most of the issues, which might arise. [[Special:Contributions/87.123.56.23|87.123.56.23]] ([[User talk:87.123.56.23|talk]]) 20:19, 20 October 2016 (UTC)&lt;br /&gt;
:Yes it&#039;s currently public. Just in the beginning stages of developing it for the company I work for. &lt;br /&gt;
:http://wiki.thanotech.com/ [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 20:35, 20 October 2016 (UTC)&lt;br /&gt;
:Yeah I was using that page to help me figure it out but I&#039;ve kinda hit a wall. I was even using this youtube video to learn how to do it: https://www.youtube.com/watch?v=C2279y_LMDc [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 20:37, 20 October 2016 (UTC)&lt;br /&gt;
:Actually, I think it&#039;s all on the page already:&lt;br /&gt;
:Your image is present at the right location, this location can be accessed and the source code is also pointing to it. But the image is - Donald Trump - huuuuge. ;-) Recommended size is 135x135 pixels. Yours is around 3000 pixels too big - in either direction. What you see is just a white part of your image. [[Special:Contributions/87.123.56.23|87.123.56.23]] ([[User talk:87.123.56.23|talk]]) 21:37, 20 October 2016 (UTC)&lt;br /&gt;
:Resizing it did work. Thanks for your help! [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 21:46, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Randomly being logged out ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just upgraded from 1.25 to 1.27. Now every few edits I get a message (in german) that says something like &amp;quot;sorry, we couldn&#039;t save, session data has been lost. Please verify that you are still logged in&amp;quot; [[Special:Contributions/79.212.228.219|79.212.228.219]] ([[User talk:79.212.228.219|talk]]) 18:58, 20 October 2016 (UTC)&lt;br /&gt;
:See [[Topic:T75cloz7981b8i92]] [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 02:19, 21 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Install Extension ==&lt;br /&gt;
&lt;br /&gt;
When I try install extension &amp;quot;Validator&amp;quot; on the site says:&amp;quot;Exception encountered, of type &amp;quot;Exception&amp;quot; [[User:Vlaaaaaaad|Vlaaaaaaad]] ([[User talk:Vlaaaaaaad|talk]]) 19:49, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== MediaWiki become very slow when migrating to new server ==&lt;br /&gt;
&lt;br /&gt;
I migrated the mw project to new server, the environment is the same (php apache mysql version), just move to another virtual machine, it takes over 30 seconds to open page, but if I install a new mw project on the same server, it opens very quick, anything need to tuning after migration? [[User:Chan15tw|Chan15tw]] ([[User talk:Chan15tw|talk]]) 22:17, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to make new wiki? ==&lt;br /&gt;
&lt;br /&gt;
How to make new wiki? [[User:ㅂㄱㅇ|ㅂㄱㅇ]] ([[User talk:ㅂㄱㅇ|talk]]) 06:05, 21 October 2016 (UTC)&lt;br /&gt;
:[[Installation]]! [[Special:Contributions/87.123.56.23|87.123.56.23]] ([[User talk:87.123.56.23|talk]]) 08:37, 21 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:Collection ==&lt;br /&gt;
&lt;br /&gt;
I have installed the extension as mention. But when i try to download as PDF, it&#039;s showing as &#039;&lt;br /&gt;
&lt;br /&gt;
= Book rendering failed =&lt;br /&gt;
There was an error while attempting to render your book&lt;br /&gt;
&lt;br /&gt;
Return to [https://bp1amsapt221.cloudapp.net/mediawiki-1.23.5/index.php?title=Main_Page Main Page]&lt;br /&gt;
&lt;br /&gt;
Has anyone faced a similar issue?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;br /&gt;
(Note: My wiki site is accessible in internet)&lt;br /&gt;
&lt;br /&gt;
&#039; [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:57, 21 October 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;topic_postId=tdsxr78kthu0vg94&amp;topic_revId=tdsxr78kthu0vg94&amp;action=single-view</id>
		<title>Topic:Tdsoht43t6hq0fc0</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;topic_postId=tdsxr78kthu0vg94&amp;topic_revId=tdsxr78kthu0vg94&amp;action=single-view"/>
		<updated>2016-10-20T21:37:02Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/Special:Contributions/87.123.56.23&quot; class=&quot;mw-userlink mw-anonuserlink&quot; title=&quot;Special:Contributions/87.123.56.23&quot;&gt;&lt;bdi&gt;87.123.56.23&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/w/index.php?title=User_talk:87.123.56.23&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;mw-usertoollinks-talk new&quot; title=&quot;User talk:87.123.56.23 (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;amp;topic_showPostId=tdsxr78kthu0vg94#flow-post-tdsxr78kthu0vg94&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;amp;topic_showPostId=tdsxr78kthu0vg94#flow-post-tdsxr78kthu0vg94&quot;&gt;commented&lt;/a&gt; on &quot;Logo help&quot; (&lt;em&gt;Actually, I think it&amp;#039;s all on the page already: Your image is present at the right location, this location can be accessed and the source...&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2016/10&amp;diff=7398437</id>
		<title>Project:Support desk/Flow/2016/10</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2016/10&amp;diff=7398437"/>
		<updated>2016-10-20T21:37:02Z</updated>

		<summary type="html">&lt;p&gt;87.123.56.23: /* Logo help */ Added reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{flow imported revision}}&lt;br /&gt;
{{Project:Support desk/Archive header}}&lt;br /&gt;
{{languages}}&lt;br /&gt;
&lt;br /&gt;
== Not getting Tab View of headings on mobile view ==&lt;br /&gt;
&lt;br /&gt;
Hi, I installed the extension MobileFrontend to make the site responsive. I have noticed in Wikipedia that when you view it in mobile, you have a collapsible heading. I need the same UI. Do you know what i need to do. I assumed that the extension would handle it. [[Special:Contributions/115.97.33.85|115.97.33.85]] ([[User talk:115.97.33.85|talk]]) 05:26, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Js stopped working ==&lt;br /&gt;
&lt;br /&gt;
Hey. After upgrading to the latest mediawiki version on xampp, on my testwiki, Javascript stopped working. Not only that, but even extensions such as tabber or comments stopped working, as well. Additionally, all tables are expanded by default and so is the table of contents and the button to collapse them is gone. When opening the browser console, these are the errors that I get:&lt;br /&gt;
&lt;br /&gt;
[867d9880b15ce13ae9bbf291] 2016-10-01 08:13:44: Fatal exception of type LogicException&lt;br /&gt;
&lt;br /&gt;
[867d9880b15ce13ae9bbf291] 2016-10-01 08:13:44: Fatal exception of type LogicException&lt;br /&gt;
&lt;br /&gt;
Problematic modules: {&amp;quot;startup&amp;quot;:&amp;quot;error&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
I set $wgShowExceptionDetails to true, but it doesn&#039;t give me more details.&lt;br /&gt;
&lt;br /&gt;
I must mention I ran into errors when upgrading to the latest version, as well. Here&#039;s my previous topic, maybe it helps: [[Topic:Tcb0ktkflm76hj6u]] [[Special:Contributions/92.83.196.215|92.83.196.215]] ([[User talk:92.83.196.215|talk]]) 08:37, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Any way to limit search rate in total or for each visitor? ==&lt;br /&gt;
&lt;br /&gt;
Hi guys,&lt;br /&gt;
&lt;br /&gt;
Our wiki sites using elasticsearh with Extension:CirrusSearch. Recently there is a moron script kiddie keep attacking our MW sites by submit huge amount of search request from considerable amount of proxy servers.&lt;br /&gt;
&lt;br /&gt;
We turned off the search VM now to avoid site down. We&#039;d like to get search function back by limiting total search rate or search query by each visitor. Is there Any way to limit search rate?&lt;br /&gt;
&lt;br /&gt;
Thank you for your reply in advance!!! We really appreciate your help! [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 09:39, 1 October 2016 (UTC)&lt;br /&gt;
:Not an easy one.&lt;br /&gt;
:There is an Apache module, mod_security, which can be used to detect attacks and to prevent further access afterwards.&lt;br /&gt;
:If this only is one (static) IP address, then it might already be enough to block it in .htaccess. [[Special:Contributions/87.123.11.131|87.123.11.131]] ([[User talk:87.123.11.131|talk]]) 14:59, 1 October 2016 (UTC)&lt;br /&gt;
:The answer is [[Extension:PoolCounter]]. However, only Ubuntu have the server pack available to installed from http://apt.wikimedia.org/wikimedia.&lt;br /&gt;
:You can install manually for Debian system. It is almost impossible to get this thing running in Centos. So my final solution is to use rate_limit mod in nginx. [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 06:32, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Error writing to CDB file ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:Hotowiki2.PNG|1060x1060px]]&amp;lt;/span&amp;gt; [[User:Gochiusa|Gochiusa]] ([[User talk:Gochiusa|talk]]) 15:40, 1 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Snippets/Photo Slider ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to install thiss snippet on my Wiki, but... I don&#039;t know where I should make jCarousel.js and carousel.css files. In main namespace? Mediawiki space? Maybe as files in main MediaWiki folder? This is my first experience with snippets. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 16:00, 1 October 2016 (UTC)&lt;br /&gt;
:The &amp;quot;j&amp;quot; in &amp;quot;jC arousel.js&amp;quot; appears to be a typo. Wikivoyage appears to have these two pages here:&lt;br /&gt;
:https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel.js&lt;br /&gt;
:https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel.css [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 18:27, 1 October 2016 (UTC)&lt;br /&gt;
:Thank you for your answer, but template still doesn&#039;t look like this in Wikivoyage.&lt;br /&gt;
:[https://chemiaredzik.files.wordpress.com/2016/10/zrzut-ekranu-152.png] [https://chemiaredzik.files.wordpress.com/2016/10/zrzut-ekranu-151.png] [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 19:29, 1 October 2016 (UTC)&lt;br /&gt;
:As this is a gadget (the [[Extension:Gadgets]] will also have to be activated), have you copied this page:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel&lt;br /&gt;
:and the relevant &amp;quot;carousel&amp;quot; line from this one?&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/MediaWiki:Gadgets-definition&lt;br /&gt;
:Or you can directly export and then import the gadget through:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/Special:Gadgets/export/Carousel&lt;br /&gt;
:You probably have already done this, but in case you didn&#039;t, you will also have to copy this template too:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/Template:Banner [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 01:24, 2 October 2016 (UTC)&lt;br /&gt;
:You&#039;re right, gadget wasn&#039;t copied, but now, when I did it and even refreshed for many times, template and template using still looks the same, as on previously attached screens, no any change. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 21:23, 3 October 2016 (UTC)&lt;br /&gt;
:* Is the gadget activated? (Check in Preferences &amp;gt; Gadgets)&lt;br /&gt;
:* Maybe it is a cache problem, try opening the page inside another browser.&lt;br /&gt;
:Unfortunately, I can&#039;t think of anything else at the moment. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 05:07, 4 October 2016 (UTC)&lt;br /&gt;
:Onviously gadget was activated previously, have no idea what may be still wrong. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 21:27, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== unable to log in with password reset ==&lt;br /&gt;
&lt;br /&gt;
I can&#039;t log in - None of the user name combos work despite asking for and using a password reset&lt;br /&gt;
&lt;br /&gt;
every password reset sent form Wiki fails.&lt;br /&gt;
&lt;br /&gt;
Does anybody know what&#039;s going on? [[Special:Contributions/2602:306:31B7:8F50:8DE0:C73C:232B:A0C8|2602:306:31B7:8F50:8DE0:C73C:232B:A0C8]] ([[User talk:2602:306:31B7:8F50:8DE0:C73C:232B:A0C8|talk]]) 17:18, 1 October 2016 (UTC)&lt;br /&gt;
:Are you on an Wikimedia Foundation wiki or your own Wiki? [[User:Zppix|Zppix (Volunteer Dev)]] ([[User talk:Zppix|talk]]) 19:04, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hook TitleMoveComplete broken in MW 1.27.1?? ==&lt;br /&gt;
{{Flow summary|$newtitle &amp;gt; $newTitle}}&lt;br /&gt;
&lt;br /&gt;
[[Manual:Hooks/TitleMoveComplete]] reads that in MW 1.27.1 you should use $user instead of &amp;amp;$user.&lt;br /&gt;
&lt;br /&gt;
But then $newtitle is broken:&lt;br /&gt;
&lt;br /&gt;
  They all give me Notice: Undefined variable: newtitle&lt;br /&gt;
with&lt;br /&gt;
 public static function onTitleMoveComplete( Title &amp;amp;$title, Title &amp;amp;$newTitle, User $user, $oldid, $newid, $reason, Revision $revision ) {&lt;br /&gt;
    $ns = $newtitle-&amp;gt;getNamespace();&lt;br /&gt;
    ...&lt;br /&gt;
 }&lt;br /&gt;
or&lt;br /&gt;
 public static function onTitleMoveComplete( $title, $newTitle, $user, $oldid, $newid, $reason, Revision $revision )  {&lt;br /&gt;
    $ns = $newtitle-&amp;gt;getNamespace();&lt;br /&gt;
    ...&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
How can this be fixed? :( [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 14:05, 2 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to recreate the &amp;quot;30/500&amp;quot; protection ==&lt;br /&gt;
&lt;br /&gt;
I was curious, how does someone recreate the &amp;quot;[[w:WP:30/500|30/500]]&amp;quot; type of protection that is found on Wikipedia on their own wiki? [[User:NeedAGoodUsername|NeedAGoodUsername]] ([[User talk:NeedAGoodUsername|talk]]) 18:08, 2 October 2016 (UTC)&lt;br /&gt;
:&amp;gt; 30/500 protection prevents editing by users without 30 days tenure and 500 edits on the English Wikipedia. It is applied to combat any form of disruption where semi-protection has proven to be ineffective.&lt;br /&gt;
:I do not positively know the technical background, but that might be some kind of autoconfirmation. See [[Manual:Autoconfirmed users]] for more details! [[Special:Contributions/87.123.54.185|87.123.54.185]] ([[User talk:87.123.54.185|talk]]) 01:55, 3 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t believe it is from [[Manual:Autoconfirmed users]], mainly because that effects the whole wiki. This protection implies that it&#039;s only on specific articles where semi-protection hasn&#039;t worked against vandalism, [[User:NeedAGoodUsername|NeedAGoodUsername]] ([[User talk:NeedAGoodUsername|talk]]) 11:14, 3 October 2016 (UTC)&lt;br /&gt;
:One piece of the puzzle: [[Manual:$wgRestrictionLevels]] [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 14:18, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Insert query not working on HOOK Callback? ==&lt;br /&gt;
&lt;br /&gt;
I am using Hook to save data in database. but data is not save in table and also i am not getting any error. below is the my query.&lt;br /&gt;
&lt;br /&gt;
$wgHooks[&#039;LocalUserCreated&#039;][] = &#039;onLocalUserCreated&#039;;&lt;br /&gt;
&lt;br /&gt;
function onLocalUserCreated( $user, $autocreated ) {&lt;br /&gt;
&lt;br /&gt;
$UserId=$user-&amp;gt;mId;&lt;br /&gt;
&lt;br /&gt;
$dbw = wfGetDB( DB_MASTER );&lt;br /&gt;
&lt;br /&gt;
$insert_rows[] = [&lt;br /&gt;
&lt;br /&gt;
&#039;up_user&#039; =&amp;gt; $UserId,&lt;br /&gt;
&lt;br /&gt;
&#039;up_property&#039; =&amp;gt; &#039;dob&#039;,&lt;br /&gt;
&lt;br /&gt;
&#039;up_value&#039; =&amp;gt; $_REQUEST[&#039;dob&#039;],&lt;br /&gt;
&lt;br /&gt;
];&lt;br /&gt;
&lt;br /&gt;
$dbw-&amp;gt;insert( &#039;user_properties&#039;, $insert_rows, &amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;, [ &#039;IGNORE&#039; ] );&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Please let me what&#039;s the problem in query??? [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:19, 3 October 2016 (UTC)&lt;br /&gt;
:Maybe MediaWiki has already committed all changes to DB at this point, and your insert doesn&#039;t get automatically committed at the end of the request. Try to wrap your insert inside a transaction with a commit. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to get current user login information?? ==&lt;br /&gt;
&lt;br /&gt;
I want to get current login user id in mediawiki??? [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 11:50, 3 October 2016 (UTC)&lt;br /&gt;
:Where do you want to get that information? Inside a PHP file? Or in a wiki page? Or somewhere else? [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 13:32, 3 October 2016 (UTC)&lt;br /&gt;
:I want to get on LocalSetting.php file. below is the is code&lt;br /&gt;
:global $wgUser;&lt;br /&gt;
:print_r($wgUser);&lt;br /&gt;
:but nothing output. [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 14:10, 3 October 2016 (UTC)&lt;br /&gt;
:$wgUser is an object. If you are just calling it at a random place in LocalSettings.php, then chances are, it has not yet been initialized, with other words: It does not yet exist. You can however use different [[hook]]s, which allow you to access this object.&lt;br /&gt;
:Then, you can use $wgUser by calling the different functions, which are defined in User.php. See [[Manual:$wgUser]] for an example and for a link to the source code! [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 14:15, 3 October 2016 (UTC)&lt;br /&gt;
:Thanks i got it ;) [[Special:Contributions/182.74.178.178|182.74.178.178]] ([[User talk:182.74.178.178|talk]]) 05:28, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to re-position of Captcha (SimpleCaptcha) ? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I have customized my signup page, Like i have added dob, country,state and city. everything is working fine but the problem is all these fields are showing after Captcha. &lt;br /&gt;
&lt;br /&gt;
Please see the below link:&lt;br /&gt;
&lt;br /&gt;
http://demo.php.otssolutions.com/livelihood_new/index.php/Special:CreateAccount&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Zain [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 14:18, 3 October 2016 (UTC)&lt;br /&gt;
:Should you want to solve this using CSS, you might have to set [[Manual:$wgAllowSiteCSSOnRestrictedPages]] to true. (Another option might be to change the order using JavaScript/jQuery. Obviously there is no such variable for the use of &#039;&#039;JavaScript&#039;&#039; on those special pages.) [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 14:35, 3 October 2016 (UTC)&lt;br /&gt;
:You can include scripts even on such restricted pages using [[Snippets/Load an additional JavaScript or stylesheet file on all pages]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 21:03, 3 October 2016 (UTC)&lt;br /&gt;
:Thanks for your reply, I have solve the problem using hook&lt;br /&gt;
:$wgHooks[&#039;AuthChangeFormFields&#039;][] = &#039;ResponsibilityHooks::onAuthChangeFormFields&#039;;&lt;br /&gt;
:public static function onAuthChangeFormFields( $requests, $fieldInfo, &amp;amp;$formDescriptor, $action ) {&lt;br /&gt;
:$tmpArr=array();&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaId&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaId&#039;]=$formDescriptor[&#039;captchaId&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaId&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaInfo&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaInfo&#039;]=$formDescriptor[&#039;captchaInfo&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaInfo&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaWord&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaWord&#039;]=$formDescriptor[&#039;captchaWord&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaWord&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(is_array($tmpArr) &amp;amp;&amp;amp; !empty($tmpArr )) {&lt;br /&gt;
:foreach($tmpArr as $key=&amp;gt;$val) {&lt;br /&gt;
:$formDescriptor[$key]=$val;&lt;br /&gt;
:}&lt;br /&gt;
:}&lt;br /&gt;
:} [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:10, 4 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== MediaWiki:Sidebar ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;br /&gt;
is there any way how to simply add two or more elements into sidebar in one line.&lt;br /&gt;
&lt;br /&gt;
I mean like this:   ** target|link text  ** target|link text  ** target|link text&lt;br /&gt;
&lt;br /&gt;
and not: ** target|link text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; target|link text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; target|link text&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Luboš [[User:Lobokn|Lobokn]] ([[User talk:Lobokn|talk]]) 06:21, 4 October 2016 (UTC)&lt;br /&gt;
:If you mean having more than one link in the same line/item of the sidebar: no, it&#039;s not possible. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:42, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can i add custom field on edit article page? ==&lt;br /&gt;
&lt;br /&gt;
I want to add Media field on edit article page, from there user can upload media to article pages.&lt;br /&gt;
&lt;br /&gt;
Please see attached image of edit article page : [[:File:Editing Main Page Livelihood.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{File:Editing_Main_Page_Livelihood.png}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 09:36, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Getting error while creating new page in ECM WIKI ==&lt;br /&gt;
&lt;br /&gt;
HI, I am trying to create new page in &amp;lt;nowiki&amp;gt;https://ecmcmwiki.azurewebsites.net/index.php?title=Main_Page&amp;lt;/nowiki&amp;gt;. When i am editing it and saving it I am getting Database error.&lt;br /&gt;
&lt;br /&gt;
Could some one suggest me how can I resolve this issue? [[Special:Contributions/167.220.238.19|167.220.238.19]] ([[User talk:167.220.238.19|talk]]) 13:02, 4 October 2016 (UTC)&lt;br /&gt;
:Add &lt;br /&gt;
:&amp;lt;code&amp;gt; $wgShowSQLErrors = true; &amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgDebugDumpSql  = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgShowDBErrorBacktrace = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
:to LocalSettings.php and see what the exact error message is! [[Special:Contributions/87.123.18.64|87.123.18.64]] ([[User talk:87.123.18.64|talk]]) 13:22, 4 October 2016 (UTC)&lt;br /&gt;
:I am getting below error&lt;br /&gt;
:= Database error =&lt;br /&gt;
:Jump to:					[https://ecmcmwiki.azurewebsites.net/index.php?title=App_deployment&amp;amp;action=submit#mw-head navigation], 					[https://ecmcmwiki.azurewebsites.net/index.php?title=App_deployment&amp;amp;action=submit#p-search search]&lt;br /&gt;
:A database query error has occurred. This may indicate a bug in the software. [[Special:Contributions/167.220.238.19|167.220.238.19]] ([[User talk:167.220.238.19|talk]]) 14:11, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== File upload Problem ==&lt;br /&gt;
&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
So I don&#039;t why but when we try to use the File Uploader on our Wiki it throws the following problem:&lt;br /&gt;
&lt;br /&gt;
[dfd151da] /wiki/Special:Upload MWException from line 1868 of /file/LocalFile.php: Could not acquire lock for &#039;PD-icon.svg.png.&#039;&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;Backtrace:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 /includes/filerepo/file/LocalFile.php(1147): LocalFile-&amp;gt;lock()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 /includes/upload/UploadBase.php(708): LocalFile-&amp;gt;upload(string, string, string, integer, array, boolean, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 /includes/specials/SpecialUpload.php(486): UploadBase-&amp;gt;performUpload(string, string, boolean, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 /includes/specials/SpecialUpload.php(197): SpecialUpload-&amp;gt;processUpload()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 /includes/specialpage/SpecialPage.php(384): SpecialUpload-&amp;gt;execute(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 /includes/specialpage/SpecialPageFactory.php(553): SpecialPage-&amp;gt;run(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 /includes/MediaWiki.php(281): SpecialPageFactory::executePath(Title, RequestContext)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 /includes/MediaWiki.php(714): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 /includes/MediaWiki.php(508): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 /index.php(41): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 {main}&amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MediaWiki	1.26.4&lt;br /&gt;
&lt;br /&gt;
PHP	5.3.3&lt;br /&gt;
&lt;br /&gt;
MySQL	5.1.73 [[Special:Contributions/186.94.110.121|186.94.110.121]] ([[User talk:186.94.110.121|talk]]) 14:47, 4 October 2016 (UTC)&lt;br /&gt;
:This error is because of permissions. You need to make sure the server can write to the upload directory defined in MediaWiki. For example, try temporarily giving permissions to all users on the upload folder, recursively, and see if this fixes the problem. Tune those permissions to make it secure enough. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:55, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Updating an existing page when it&#039;s about your company ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;m trying to handle this in the most above-board way possible, so I&#039;m turning to this forum. I&#039;m an employee at a company that has a Wiki page. I got an email from someone today with this message: &amp;quot;&lt;br /&gt;
&amp;quot;Thought you&#039;d be interested to know there&#039;s a flag on your Wikipedia page. This calls the integrity of your page into question, and negatively impacts your company&#039;s credibility.&amp;quot; (They claim they can fix this problem -- presumably for a fee). Indeed, the page has these messages on it:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|This article &#039;&#039;&#039;contains content that is written like [[Wikipedia:What Wikipedia is not#Wikipedia is not a soapbox or means of promotion|an advertisement]]&#039;&#039;&#039;. &amp;lt;small&amp;gt;&#039;&#039;(August 2015)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|The topic of this article &#039;&#039;&#039;may not meet Wikipedia&#039;s [[Wikipedia:Notability (organizations and companies)|notability guidelines for companies and organizations]]&#039;&#039;&#039;.&amp;lt;small&amp;gt;&#039;&#039;(August 2015)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Furthermore, the page is way out of date.&lt;br /&gt;
&lt;br /&gt;
What&#039;s the best way to handle this? Make edits myself? Hire an outside person to make edits? Ask a customer to make edits? The page really should be updated, but I don&#039;t know how to do so in a way that&#039;s acceptable.&lt;br /&gt;
&lt;br /&gt;
All guidance is appreciated!&lt;br /&gt;
&lt;br /&gt;
~Thad [[User:Thadp5|Thadp5]] ([[User talk:Thadp5|talk]]) 19:38, 4 October 2016 (UTC)&lt;br /&gt;
:First of all, I would suggest looking at the history of that page to make sure that this person who contacted you did not simply add these messages themselves. If they were added very recently, and you are quite sure these tags are inaccurate, you could probably follow the guidelines for [[:en:Help:Maintenance_template_removal|removing this template]].&lt;br /&gt;
:I also suggest first making any edits you can make without adding major bias that would bring the page up-to-date. Inevitably, some bias is going to slip in but other people can help with that. Asking customers to help edit directly might not necessarily be a good idea because it sounds like a daunting task, but requesting feedback and incorporating it into the article might help you avoid bias.&lt;br /&gt;
:Lastly, it&#039;s certainly reasonable to charge money for improving a company&#039;s image, but there&#039;s no definite guarantee that this individual is unbiased, and any significant amount of money seems unreasonable for improving a company&#039;s page on such an easily editable site as Wikipedia. [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 00:06, 5 October 2016 (UTC)&lt;br /&gt;
:Thanks for the thoughtful response [[User:Thadp5|Thadp5]] ([[User talk:Thadp5|talk]]) 00:55, 5 October 2016 (UTC)&lt;br /&gt;
:You could update the page yourself; however be aware of https://en.wikipedia.org/wiki/Wikipedia:COI and general expectations on https://en.wikipedia.org/wiki/Wikipedia:Notability and providing references/sources for statements. Please see the corresponding village pumps on the Wikipedia site that you refer to (maybe English Wikipedia?) for more information. [[User:Malyacko|Malyacko]] ([[User talk:Malyacko|talk]]) 11:06, 5 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Class not found in SpecialPageFactory.php ==&lt;br /&gt;
{{Archive top|result=I helped him/her fix the problem so it is all fixed now.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m just getting started developing an extension, the source for which is hosted [https://github.com/MTres19/mw-extension-git here]. The purpose of the extension is to allow wiki editing through Git. Unfortunately, I haven&#039;t been able to progress to actually working on that part since I&#039;ve run into a problem accessing the special page my extension should create: whenever I access Special:GitAccess or Special:SpecialPages on my wiki (http://hcstechwiki.homenet.org/mw/index.php) I get:&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Fatal Error:&#039;&#039;&#039; Class &#039;SpecialGitAccess&#039; not found in /...&amp;lt;path&amp;gt;.../specialpage/SpecialPageFactory.php on line &#039;&#039;&#039;396&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve enabled the Renameuser extension without any trouble, so obviously this is something I&#039;m doing wrong in my extension, but I can&#039;t figure out what it might be. I can&#039;t find any typos in my extension.json or SpecialGitAccess.php, but it seems that SpecialGitAccess.php isn&#039;t being included somehow...&lt;br /&gt;
&lt;br /&gt;
I am running MediaWiki 1.27.1 with MySQL 5.1.73, PHP 5.6.13, and lighttpd 1.4.36.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance, and sorry if this is a waste of time... [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 20:58, 4 October 2016 (UTC)&lt;br /&gt;
:paladox helped me on IRC. I had &amp;quot;AutoLoadClasses&amp;quot; instead of &amp;quot;AutoloadClasses&amp;quot; in extension.json. [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 20:35, 5 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== trouble logging into new account from ipad ios10 ==&lt;br /&gt;
&lt;br /&gt;
I created an account on a borrowed pc, confirmed it. created a public group page, confirmed editable, but i have not been able to log in again from my ipad. safari, cookies on, i finally see the captcha. i sent password reset but temp password isn&#039;t working and i can&#039;t log on.&lt;br /&gt;
&lt;br /&gt;
user page: Victoria Kushnir&lt;br /&gt;
&lt;br /&gt;
Topic page: SCIS Fleet [[Special:Contributions/47.18.33.177|47.18.33.177]] ([[User talk:47.18.33.177|talk]]) 04:02, 5 October 2016 (UTC)&lt;br /&gt;
:Have you tried Wikipedia&#039;s app (I&#039;m assuming you&#039;re talking about wikipedia if i&#039;m incorrect please correct me)? If not, I suggest trying that first. [[User:Zppix|Zppix (Volunteer Dev)]] ([[User talk:Zppix|talk]]) 17:35, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Filter on keywords in content in youtube, not in search ==&lt;br /&gt;
&lt;br /&gt;
I was wondering if there was a way to filter on content in description in YouTube, for example, I want to block dog and cat videos &lt;br /&gt;
&lt;br /&gt;
I have Pf-sense with squid guard working so the client gets the cert from the pf-sense server so it can see what otherwise would be encrypted traffic.&lt;br /&gt;
&lt;br /&gt;
IF i do a search with Cat|dog in the filter it will stop the YouTube from showing results, however say i went to a car search and watched a video which had a car video but on the recommendations from YouTube column there was a cat or dog video and i clicked on it , that video will play thru.&lt;br /&gt;
&lt;br /&gt;
is there a way to scan the description of the video etc to see if keywords could be blocked?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Medi [[Special:Contributions/139.230.245.23|139.230.245.23]] ([[User talk:139.230.245.23|talk]]) 06:49, 5 October 2016 (UTC)&lt;br /&gt;
:Welcome to the support desk for the MediaWiki software. Could you elaborate how your question is related to the MediaWiki software? Thanks in advance! [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 11:01, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can i upload file by PHP code in wiki? ==&lt;br /&gt;
&lt;br /&gt;
I want to upload file by php code and insert into &amp;quot;image&amp;quot; table.&lt;br /&gt;
&lt;br /&gt;
Please somebody explain me.&lt;br /&gt;
&lt;br /&gt;
Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 07:11, 5 October 2016 (UTC)&lt;br /&gt;
:You should use [[API:Upload]] (using a web request to MediaWiki api) or the [[Manual:importImages.php|importImages.php]] maintenance script. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:50, 5 October 2016 (UTC)&lt;br /&gt;
:How can i call API and Pass filename to it from Hook???&lt;br /&gt;
:&#039;&#039;&#039;[https://en.wikipedia.org/w/api.php?action=upload&amp;amp;filename=Test.txt&amp;amp;file=file_contents_here&amp;amp;token=+\ api.php?action=upload&amp;amp;filename=Test.txt&amp;amp;file=file_contents_here&amp;amp;token=+]&#039;&#039;&#039;&lt;br /&gt;
:Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 11:45, 5 October 2016 (UTC)&lt;br /&gt;
:You can look at [[API:Calling internally]], but for file uploads it may be better if you look at the code of the importImages.php maintenance script, since you apparently have already the file contents somewhere in the filesystem of the server. Calling the api internally may not work here since it may expect the file to come from the web request. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:28, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Multipane Editting and Rendering ==&lt;br /&gt;
&lt;br /&gt;
Hi everyone! &lt;br /&gt;
&lt;br /&gt;
I am working on a wiki project for translating music lyrics from language A to language B. I would want the editors to be able to edit the content side by side similar to how Content Translation works. Unlike Content Translation, no new pages should to be created. The content should appear side by side on the same page when viewed by readers.&lt;br /&gt;
&lt;br /&gt;
I would like to ask if there are extensions our there that support this type of editing. If not, is it possible to customize Content Translation to behave in the manner I described above?&lt;br /&gt;
&lt;br /&gt;
Thanks! [[Special:Contributions/2601:646:C302:820D:7CAA:ACB1:DA8F:11A3|2601:646:C302:820D:7CAA:ACB1:DA8F:11A3]] ([[User talk:2601:646:C302:820D:7CAA:ACB1:DA8F:11A3|talk]]) 10:43, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== email invite, guess haven&#039;t recieve it ==&lt;br /&gt;
&lt;br /&gt;
my friends have not got the invite and it says the invite has been delivered.  i sent it to myself and nothing.  help! [[Special:Contributions/68.196.48.255|68.196.48.255]] ([[User talk:68.196.48.255|talk]]) 16:12, 5 October 2016 (UTC)&lt;br /&gt;
:Have you configured the email settings in [[Manual:$wgSMTP|$wgSMTP]]? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:43, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Difficulty of migrating wikimedia server to Windows Server 2008 ==&lt;br /&gt;
{{Archive top|result=[[Manual:Moving a wiki]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I have a client that runs a small mediawiki server using php and mysql that would like us to host the site for them on a windows server. Is there a way to backup the data for an easy migration? [[User:Efs5030|Efs5030]] ([[User talk:Efs5030|talk]]) 16:35, 5 October 2016 (UTC)&lt;br /&gt;
:We have [[Manual:Backing up a wiki]], which explains how to do a backup of a MediaWiki installation! [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 22:06, 5 October 2016 (UTC)&lt;br /&gt;
:Or more specific: [[Manual:Moving a wiki]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:15, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Upgrade PHP ==&lt;br /&gt;
{{Archive top|result=PHP version 5.6.26 can be found at PHP&#039;s official [http://windows.php.net/download#php-5.6 site]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello. We have MediaWiki 1.26.0 and PHP that was installed about a year ago is 5.6.14. Recently we started to get a lot of PHP-related alerts as security issues on the server where Wiki is running. We think to upgrade PHP from 5.6.14 to the more recent. QUESTION: is it safe to upgrade PHP-software to the most recent one OR would you recommend to upgrade to certain version of PHP, which one? Thank you! [[Special:Contributions/198.232.185.11|198.232.185.11]] ([[User talk:198.232.185.11|talk]]) 18:20, 5 October 2016 (UTC)&lt;br /&gt;
:MediaWiki 1.26 will work with PHP 5.6, the minor version is not relevant. You can upgrade PHP to e.g. version 5.6.26. This should not cause problems.&lt;br /&gt;
:However, MediaWiki 1.26 - at least officially - is &#039;&#039;not&#039;&#039; compatible with PHP 7. So, if you want to upgrade PHP to version 7, you will have to upgrade MediaWiki (and extensions, which you might use) to version 1.27 first. [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 22:03, 5 October 2016 (UTC)&lt;br /&gt;
:The our server where WIkI is running has OS Windows Server 2008 R2 64-bit, from where would you recommend to install PHP 5.6.26? We looked at the web site http://windows.php.net/downloads/releases/archives/ and did not find that version. Any recommendation from where to download and install it? Thank you! [[Special:Contributions/198.232.184.254|198.232.184.254]] ([[User talk:198.232.184.254|talk]]) 21:47, 6 October 2016 (UTC)&lt;br /&gt;
:In fact, the latest version they are offering there is PHP 5.6.25 from this August.&lt;br /&gt;
:If you want to know, why version 5.6.26 is not there (yet), you should ask the PHP guys. If someone knows, and if someone can &#039;&#039;change this&#039;&#039;, then it&#039;s them! [[Special:Contributions/87.123.57.13|87.123.57.13]] ([[User talk:87.123.57.13|talk]]) 23:07, 6 October 2016 (UTC)&lt;br /&gt;
:The latest version does not get archived. Instead, it always is available from here: http://windows.php.net/downloads/releases/ [[User:Jörgi123|Jörgi123]] ([[User talk:Jörgi123|talk]]) 21:43, 8 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Best way to include/embed an interactive map? ==&lt;br /&gt;
{{Archive top|result=You probably want [[Extension:ImageMap]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m new to media wiki and webhosting in general. I have the most baseline knowledge of how it works, so please forgive me as I stumble through this question and try to figure out what information I should be providing here...&lt;br /&gt;
&lt;br /&gt;
I want to create an interactive map of some kind to feature on the front page of my wiki. Not like a google map. More like, an image where you can hover over certain regions and click them to go to its respective wiki page.&lt;br /&gt;
&lt;br /&gt;
I&#039;m assuming I&#039;d need to create something in java? Or perhaps I could create a flash .swf and embed it that way; though flash is becoming outdated and many people seem to dislike it.&lt;br /&gt;
&lt;br /&gt;
Any advice in this matter would be extremely helpful. [[User:MyTriforce|MyTriforce]] ([[User talk:MyTriforce|talk]]) 01:27, 6 October 2016 (UTC)&lt;br /&gt;
:There are [[tagcloud]] extensions for MediaWiki, but from what you describe, that is not exactly, what you want... [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 07:36, 6 October 2016 (UTC)&lt;br /&gt;
:You probably want [[Extension:ImageMap]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:13, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Categories not working ==&lt;br /&gt;
{{Archive top|result=See [[Manual:$wgRunJobsAsync]]!|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello all together,&lt;br /&gt;
&lt;br /&gt;
we&#039;ve recently updated our internal Mediawiki to version 1.27.0 and now when we add new pages with a &amp;quot;category&amp;quot;-tag, these pages are listed under &amp;quot;Special:UncategorizedPages&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We&#039;ve tested any method, but they are not listed unter the desired category.&lt;br /&gt;
&lt;br /&gt;
I hope anyone can help me with this problem. [[User:Maninblack1986|Maninblack1986]] ([[User talk:Maninblack1986|talk]]) 06:39, 6 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:$wgRunJobsAsync]]! [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 07:32, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== how to create a text box the same as on the mediawiki homepage? ==&lt;br /&gt;
{{Archive top|result=They layout is given in [[Template:Main page]] and the CSS is in [[MediaWiki:Gadget-site.css]].|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
hello guys,&lt;br /&gt;
&lt;br /&gt;
i started today with mediawiki. i want to create a text box like on the homepage of Mediawiki.org. It&#039;s the box with the name: Using MediaWiki, System Administration, Developing &amp;amp; Extending. The &amp;quot;square text box&amp;quot;. I don&#039;t know the name of it. I have searched for the code but can&#039;t find. [[Special:Contributions/185.106.152.209|185.106.152.209]] ([[User talk:185.106.152.209|talk]]) 12:26, 6 October 2016 (UTC)&lt;br /&gt;
:From the page source, you can see that it is using the CSS class .mainpage_hubbox.  They layout is given in [[Template:Main page]] and the CSS is in [[MediaWiki:Gadget-site.css]]. &amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☠&amp;lt;/span&amp;gt;[[User:MarkAHershberger|MarkAHershberger]]&amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☢&amp;lt;/span&amp;gt;([[User_talk:MarkAHershberger|talk]])&amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☣&amp;lt;/span&amp;gt; 14:41, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Save action with URL link presents curl options setting error. ==&lt;br /&gt;
&lt;br /&gt;
After editing a page including URL link, &#039;save action submit&#039; presents : HttpFunctions.php Error setting curl options. &lt;br /&gt;
&lt;br /&gt;
Without any URL links, save actions of the page are normal. &lt;br /&gt;
&lt;br /&gt;
Please, help me... &lt;br /&gt;
&lt;br /&gt;
Thank you in advance. &lt;br /&gt;
&lt;br /&gt;
MediaWiki 1.27.1&lt;br /&gt;
&lt;br /&gt;
PHP 5.5.17p1 (apache)&lt;br /&gt;
&lt;br /&gt;
MySQL 5.1.45p1-log&lt;br /&gt;
&lt;br /&gt;
webhosting server OS : Linux version 4.1.13 ..... (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Dec 9 18:43:00 KST 2015&lt;br /&gt;
&lt;br /&gt;
URL  &amp;lt;nowiki&amp;gt;http://kadhlab130.com/wiki/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Exception details are as follows.&lt;br /&gt;
&lt;br /&gt;
[2a582b450beb5536ad5a7d7e] /wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;amp;action=submit MWException from line 823 of /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php: Error setting curl options.&lt;br /&gt;
&lt;br /&gt;
Backtrace: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php(76): CurlHttpRequest-&amp;gt;execute()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php(111): Http::request(string, string, array, string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(345): Http::get(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(308): BaseBlacklist-&amp;gt;getHttpText(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(271): BaseBlacklist-&amp;gt;buildSharedBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 [internal function]: BaseBlacklist-&amp;gt;{closure}(boolean, integer, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 /home/hosting_users/kadhlab130/www/wiki/includes/libs/objectcache/WANObjectCache.php(851): call_user_func_array(Closure, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 /home/hosting_users/kadhlab130/www/wiki/includes/libs/objectcache/WANObjectCache.php(779): WANObjectCache-&amp;gt;doGetWithSetCallback(string, integer, Closure, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(273): WANObjectCache-&amp;gt;getWithSetCallback(string, integer, Closure)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(205): BaseBlacklist-&amp;gt;getSharedBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/SpamBlacklist_body.php(49): BaseBlacklist-&amp;gt;getBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;11 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/SpamBlacklistHooks.php(76): SpamBlacklist-&amp;gt;filter(array, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;12 [internal function]: SpamBlacklistHooks::filterMergedContent(RequestContext, WikitextContent, Status, string, User, boolean)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;13 /home/hosting_users/kadhlab130/www/wiki/includes/Hooks.php(195): call_user_func_array(string, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;14 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1558): Hooks::run(string, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;15 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1947): EditPage-&amp;gt;runPostMergeFilters(WikitextContent, Status, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;16 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1392): EditPage-&amp;gt;internalAttemptSave(NULL, boolean)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;17 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(578): EditPage-&amp;gt;attemptSave(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;18 /home/hosting_users/kadhlab130/www/wiki/includes/actions/EditAction.php(59): EditPage-&amp;gt;edit()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;19 /home/hosting_users/kadhlab130/www/wiki/includes/actions/SubmitAction.php(38): EditAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;20 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(503): SubmitAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;21 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(288): MediaWiki-&amp;gt;performAction(Article, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;22 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(745): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;23 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(519): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;24 /home/hosting_users/kadhlab130/www/wiki/index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;25 {main} [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 09:20, 7 October 2016 (UTC)&lt;br /&gt;
:This is caused by [[Extension:SpamBlacklist]], you can disable that extension if you can&#039;t fix the problem...&lt;br /&gt;
:The error happens because the call to curl_setopt_array returns false, which means one of the settings for curl failed to be set. It may be a restriction imposed by your host, but difficult to say because we don&#039;t know which one is failing :( [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:41, 7 October 2016 (UTC)&lt;br /&gt;
:You may modify the code, removing the cURL options and enabling them one by one to see, which on/which ones are causing trouble. Another workaround might be to prepend the calls to curl_setopt_array with an &amp;quot;@&amp;quot; sign to disable error reporting for them. [[Special:Contributions/87.123.35.54|87.123.35.54]] ([[User talk:87.123.35.54|talk]]) 10:22, 7 October 2016 (UTC)&lt;br /&gt;
::Thank you! I&#039;ll try it. ^^ [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 10:36, 7 October 2016 (UTC)&lt;br /&gt;
:It worked! I appreciate your help. ^^! Moreover I&#039;ll try to find out the specific cause. ^^ [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 10:34, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== generating reports ==&lt;br /&gt;
&lt;br /&gt;
I want to generate reports of:&lt;br /&gt;
&lt;br /&gt;
·        Generating a list of all pages and when they were created &amp;amp; last updated&lt;br /&gt;
&lt;br /&gt;
Generating a list of all deleted pages&lt;br /&gt;
&lt;br /&gt;
Putting search results into an excel list&lt;br /&gt;
&lt;br /&gt;
The ability for  leaders to see the number of *unique* visitors to their pages, not just absolute view count.&lt;br /&gt;
&lt;br /&gt;
Can  you please help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:24, 7 October 2016 (UTC)&lt;br /&gt;
:Best way is to use [[API]] [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 12:33, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
&lt;br /&gt;
How can I let my wiki using modules as a code elements of system, is it extension, gadget? [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 05:40, 8 October 2016 (UTC)&lt;br /&gt;
:If I remember correctly, for running &#039;&#039;modules&#039;&#039; you will need [[Extension:Scribunto]]. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 07:25, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a way of managing Kodi movie sets using EMM? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
There seems to be a tab for Sets, but I cant see how to scan in sets, and I cant find anything in the help files and wiki.  Is there w way to do this please? [[Special:Contributions/211.27.254.224|211.27.254.224]] ([[User talk:211.27.254.224|talk]]) 08:37, 8 October 2016 (UTC)&lt;br /&gt;
:This support desk is about MediaWiki software. You probably want to ask in [http://forum.kodi.tv/forumdisplay.php?fid=111 Kodi community forum] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 10 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Can&#039;t load the skin that own make ==&lt;br /&gt;
&lt;br /&gt;
MediaWiki internal error.&lt;br /&gt;
&lt;br /&gt;
Original exception: [a99df85a32383b72b38cc86e] /index.php?title=%E9%A6%96%E9%A1%B5&amp;amp;useskin=Bilibili SkinException from line 94 of D:\wamp\www\includes\skins\SkinFactory.php: No registered builder available for bilibili.&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 D:\wamp\www\includes\context\RequestContext.php(435): SkinFactory-&amp;gt;makeSkin(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 D:\wamp\www\includes\context\ContextSource.php(154): RequestContext-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 D:\wamp\www\includes\parser\ParserOutput.php(249): ContextSource-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 [internal function]: ParserOutput-&amp;gt;{closure}(array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 D:\wamp\www\includes\parser\ParserOutput.php(257): preg_replace_callback(string, Closure, string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 D:\wamp\www\includes\OutputPage.php(1838): ParserOutput-&amp;gt;getText()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 D:\wamp\www\includes\OutputPage.php(1857): OutputPage-&amp;gt;addParserOutputText(ParserOutput)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 D:\wamp\www\includes\page\Article.php(607): OutputPage-&amp;gt;addParserOutput(ParserOutput)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 D:\wamp\www\includes\actions\ViewAction.php(44): Article-&amp;gt;view()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 D:\wamp\www\includes\MediaWiki.php(503): ViewAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 D:\wamp\www\includes\MediaWiki.php(288): MediaWiki-&amp;gt;performAction(Article, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;11 D:\wamp\www\includes\MediaWiki.php(745): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;12 D:\wamp\www\includes\MediaWiki.php(519): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;13 D:\wamp\www\index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;14 {main}&lt;br /&gt;
&lt;br /&gt;
Exception caught inside exception handler: [a99df85a32383b72b38cc86e] /index.php?title=%E9%A6%96%E9%A1%B5&amp;amp;useskin=Bilibili SkinException from line 94 of D:\wamp\www\includes\skins\SkinFactory.php: No registered builder available for bilibili.&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 D:\wamp\www\includes\context\RequestContext.php(435): SkinFactory-&amp;gt;makeSkin(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 D:\wamp\www\includes\context\ContextSource.php(154): RequestContext-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 D:\wamp\www\includes\OutputPage.php(2296): ContextSource-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 D:\wamp\www\includes\exception\MWException.php(204): OutputPage-&amp;gt;output()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 D:\wamp\www\includes\exception\MWException.php(244): MWException-&amp;gt;reportHTML()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 D:\wamp\www\includes\exception\MWExceptionHandler.php(69): MWException-&amp;gt;report()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 D:\wamp\www\includes\exception\MWExceptionHandler.php(180): MWExceptionHandler::report(SkinException)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 D:\wamp\www\includes\MediaWiki.php(528): MWExceptionHandler::handleException(SkinException)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 D:\wamp\www\index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 {main}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;——~&amp;lt;/nowiki&amp;gt; [[Special:Contributions/112.98.26.240|112.98.26.240]] ([[User talk:112.98.26.240|talk]]) 12:26, 10 October 2016 (UTC)&lt;br /&gt;
:You might be interested in this bug report, where someone had exactly the same problem: &lt;br /&gt;
:https://phabricator.wikimedia.org/T88095&lt;br /&gt;
:In his case, he had a typo in the definition of $wgValidSkinNames. See [[Manual:$wgValidSkinNames]] for more information! [[Special:Contributions/87.123.24.161|87.123.24.161]] ([[User talk:87.123.24.161|talk]]) 12:33, 10 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to edit layout / css of pages ==&lt;br /&gt;
&lt;br /&gt;
Hi, I need to change the layout of content pages, but I am unable to find which file toedit. Since there is not a php file with the page name, I tried to find out where the call isriding the page but not found. Can anybody help me. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 20:18, 10 October 2016 (UTC)&lt;br /&gt;
:Have a look at [[Manual:Interface/Stylesheets]]! &lt;br /&gt;
:[[MediaWiki:Common.css]] might be a candidate for you! [[Special:Contributions/87.123.60.8|87.123.60.8]] ([[User talk:87.123.60.8|talk]]) 21:05, 10 October 2016 (UTC)&lt;br /&gt;
:ok thank you very much, I could make the changes I wanted. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 13:38, 11 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Does Extension:SpamBlacklist catch host names? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Does [[Extension:SpamBlacklist]] catch edits where a spammer uses host name instead of URL, eg. &amp;lt;code&amp;gt;www.spam.com&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.spam.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? Of course we assume that there is &amp;lt;code&amp;gt;\bspam\.com\b&amp;lt;/code&amp;gt; regexp in the blacklist. &#039;&#039;&#039;[[User:Jdx|&amp;lt;span style=&#039;color: #02d6b0;&#039;&amp;gt;jdx&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; &amp;lt;sup&amp;gt;[[User talk:Jdx|&amp;lt;span style=&#039;color: #924685;&#039;&amp;gt;Re:&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 07:48, 11 October 2016 (UTC)&lt;br /&gt;
:www.spam.com is not an URL (it&#039;s not magically autolinked) so it won&#039;t be caught by Extension:SpamBlacklist [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:12, 11 October 2016 (UTC)&lt;br /&gt;
:Thanks. That&#039;s what I&#039;ve thought. And this is a problem because spammers often use a phrase like &amp;quot;more info at &amp;lt;code&amp;gt;my.wonderful.site.com&amp;lt;/code&amp;gt;&amp;quot;. &#039;&#039;&#039;[[User:Jdx|&amp;lt;span style=&#039;color: #02d6b0;&#039;&amp;gt;jdx&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; &amp;lt;sup&amp;gt;[[User talk:Jdx|&amp;lt;span style=&#039;color: #924685;&#039;&amp;gt;Re:&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 09:25, 11 October 2016 (UTC)&lt;br /&gt;
:I suppose [[Extension:AbuseFilter]], although more complicated to setup, would be much more effective. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 11:03, 11 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Wrong categorization of pages.. ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
pages in category are coming under the wrong letters:&lt;br /&gt;
&lt;br /&gt;
for example:&lt;br /&gt;
&lt;br /&gt;
Pages in category &amp;quot;NWD&amp;quot;&lt;br /&gt;
&lt;br /&gt;
C&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.bpglobal.com/index.php?title=Portal:No_Drilling_Surprises Portal:No Drilling Surprises]&lt;br /&gt;
* [https://wiki.bpglobal.com/index.php?title=NPT_SQL_Query_from_OpenWells NPT SQL Query from OpenWells]&lt;br /&gt;
&lt;br /&gt;
how to rectify this issue and resolve it? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:22, 11 October 2016 (UTC)&lt;br /&gt;
:See if the sources of the page have piped category links, or if they use the DEFAULTSORT parser function. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 01:26, 12 October 2016 (UTC)&lt;br /&gt;
:we are using piped category links ..so we are getting it in an unsorted manner.is there any way to sort this accordingly. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:58, 12 October 2016 (UTC)&lt;br /&gt;
:The point of using piped category links is to make pages sort differently than their name. If you don&#039;t want that to happen, just change them to regular category links. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 16:13, 12 October 2016 (UTC)&lt;br /&gt;
:thanks jack.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:42, 13 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Problem with watchlist - maybe due to some extension ? ==&lt;br /&gt;
&lt;br /&gt;
Versions :&lt;br /&gt;
IIS 7&lt;br /&gt;
MediaWiki 	1.27.1&lt;br /&gt;
PHP 	5.6.26 (cgi-fcgi)&lt;br /&gt;
MySQL 	5.7.15-log&lt;br /&gt;
ICU 	57.1&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I am using many MediaWiki extensions, and am puzzled by one bug I get in Watchlist feature, which I think occur due to those many extensions.&lt;br /&gt;
&lt;br /&gt;
When I click on &amp;quot;List&amp;quot;, the URL submitted lacks the parameter &amp;quot;title=Special:Watchlist&amp;quot; and brings me to &amp;quot;Edit&amp;quot; the page I am launching it on. If I add it, it works.&lt;br /&gt;
&lt;br /&gt;
Which extension might be the culprit ?&lt;br /&gt;
&lt;br /&gt;
Here are the suspects :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 ConfirmAccount&lt;br /&gt;
 Echo&lt;br /&gt;
 MLEB&lt;br /&gt;
 UserMerge&lt;br /&gt;
 Babel&lt;br /&gt;
 Comments&lt;br /&gt;
 DynamicPageList&lt;br /&gt;
 InputBox&lt;br /&gt;
 MsUpload&lt;br /&gt;
 ParserFunctions&lt;br /&gt;
 ApprovedRevs&lt;br /&gt;
 CLDR&lt;br /&gt;
 Flow&lt;br /&gt;
 MobileFrontend&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks for help. [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 14:45, 11 October 2016 (UTC)&lt;br /&gt;
:None of them should be causing this problem, but if in doubt, you can disable all of them and enable them one by one, trying to reproduce the problem, until you find the problematic one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 14:20, 12 October 2016 (UTC)&lt;br /&gt;
:You are right, that&#039;s what I did, and none of them was involved, as I still get the problem.&lt;br /&gt;
:I also hooked a few functions, such as :&lt;br /&gt;
:&amp;lt;code&amp;gt; &amp;lt;nowiki&amp;gt;$wgHooks[&#039;PersonalUrls&#039;][]&amp;lt;/code&amp;gt;&lt;br /&gt;
 $wgHooks[&#039;SkinTemplateOutputPageBeforeExec&#039;][]&lt;br /&gt;
 $wgHooks[&#039;MediaWikiPerformAction&#039;][]&lt;br /&gt;
 $wgHooks[&#039;SkinBuildSidebar&#039;][]&lt;br /&gt;
 $wgHooks[&#039;InternalParseBeforeLinks&#039;][]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Which might also be culprits. Still, after inactivating them all at once, the problem remains.&lt;br /&gt;
:What can I look for then ? [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 15:02, 12 October 2016 (UTC)&lt;br /&gt;
:Also, I thought it could be my customized $wgScriptPath = &amp;quot;/.&amp;quot; - but even when I am setting /wiki it doesn&#039;t work. [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 15:21, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gmail &amp;quot;less secure apps&amp;quot; and MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
Is there any way of using Gmail as the $wgSMTP mail service without having to set &amp;quot;allow access to less secure apps&amp;quot; in Gmail settings to on? I have had a look at the OAuth extension, but I&#039;m guessing that as an OAuth 1.0 implementation, that won&#039;t do the trick since Google is now on OAuth 2.0. I am running MW1.26.2/PHP5.6.23/MariaDB5.5.52/ICU 56.1 Thanks. [[User:CharlesSpencer|CharlesSpencer]] ([[User talk:CharlesSpencer|talk]]) 18:48, 11 October 2016 (UTC)&lt;br /&gt;
:Can you tell, what a &amp;quot;secure enough&amp;quot; app is? What are the requirements, which have to be fulfilled in order for Google to consider it secure enough? [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 22:52, 11 October 2016 (UTC)&lt;br /&gt;
:Very good question! Google&#039;s &amp;quot;support&amp;quot; pages appear to be deliberately evasive on this point (I&#039;ve asked for clarification) but there is a view out there that it means OAuth2.0... [[User:CharlesSpencer|CharlesSpencer]] ([[User talk:CharlesSpencer|talk]]) 23:09, 11 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ePub ==&lt;br /&gt;
&lt;br /&gt;
Yo !&lt;br /&gt;
&lt;br /&gt;
I wondered why there are ePub conversions for the french and english Wikisource, and not for the spanish, so I ask and they told me it was because there aren&#039;t any tools in MediaWiki to convert wikitext into epub. It would be great if you could make it.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure you can just copy without asking, but a French administrator of Wikisource, named Tpt, made a program that does exactly that. And the English found a trick too (though honestly, I tried both, and Tpt&#039;s program is far better for it converts the entire book while the English one just converts one page).&lt;br /&gt;
&lt;br /&gt;
Hope someone will be entertained by the idea, is all. [[Special:Contributions/80.12.35.86|80.12.35.86]] ([[User talk:80.12.35.86|talk]]) 22:44, 11 October 2016 (UTC)&lt;br /&gt;
:[[Phab:T97672]] ? [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:22, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Custom reports ==&lt;br /&gt;
&lt;br /&gt;
:Can we generate a custom report which has ability to extract all URLs from wiki pages and to see which pages the URL’s are on. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:53, 12 October 2016 (UTC)&lt;br /&gt;
::Have you checked [[API:Exturlusage]]&lt;br /&gt;
::? [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:19, 12 October 2016 (UTC)&lt;br /&gt;
:or is there any existing reports as such? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:53, 12 October 2016 (UTC)&lt;br /&gt;
:Thanks for your help..But isnt that what links here does.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:28, 12 October 2016 (UTC)&lt;br /&gt;
::&amp;quot;What links here&amp;quot; does not list external but internal URLs, afaiu. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:06, 12 October 2016 (UTC)&lt;br /&gt;
:We need a list of urls  for the wiki pages not just the links.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:29, 12 October 2016 (UTC)&lt;br /&gt;
:Did you read [[API:Exturlusage]] ? It says &amp;quot;Get a list of pages that link to a certain URL&amp;quot;. So it&#039;s not just the links. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:08, 12 October 2016 (UTC)&lt;br /&gt;
:yes i read it..it gives a list of external links..we need it for internal links..lets say we have a page which  has a link to a sharepoint documnet library and we want to fetch the url of the document library.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:32, 12 October 2016 (UTC)&lt;br /&gt;
:can anyone please guide me on this? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:30, 17 October 2016 (UTC)&lt;br /&gt;
:For MediaWiki, &amp;quot;external&amp;quot; links means links to pages, documents, etc *outside* of MediaWiki.&lt;br /&gt;
:If you want a list of external links of a given page, use [[API:Extlinks]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:00, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== search results in an excel list ==&lt;br /&gt;
&lt;br /&gt;
Is there any way we can put search results into an excel list [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:31, 12 October 2016 (UTC)&lt;br /&gt;
:Copy &amp;amp; Paste?! [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:48, 12 October 2016 (UTC)&lt;br /&gt;
:report to generate search results into an excel list [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:48, 12 October 2016 (UTC)&lt;br /&gt;
:is there export to excel feature for the search results? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:27, 17 October 2016 (UTC)&lt;br /&gt;
:No [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:58, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Generate a list of all pages and when they were created &amp;amp; last updated ==&lt;br /&gt;
&lt;br /&gt;
·    Is there a way to Generate a list of all pages and when they were created &amp;amp; last updated [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:32, 12 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t know of an extension, which could do that, but this information is available in the page table, columns page_namespace, page_title. For information on the latest revision, you will need to do a JOIN on the revision table based on the value of page_latest. [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:47, 12 October 2016 (UTC)&lt;br /&gt;
:You can retrieve the latest revision for all pages quite easily with this API query: [[Special:ApiSandbox#action=query&amp;amp;format=json&amp;amp;prop=revisions&amp;amp;generator=allpages&amp;amp;rvprop=timestamp|action=query&amp;amp;prop=revisions&amp;amp;generator=allpages&amp;amp;rvprop=timestamp]]&lt;br /&gt;
:However retrieving the date created is more difficult. You&#039;d first have to get a list of all pages with &amp;lt;code&amp;gt;list=allpages&amp;lt;/code&amp;gt;, then make an individual request to &amp;lt;code&amp;gt;prop=revisions&amp;amp;rvprop=timestamp&amp;amp;rvdir=newer&amp;amp;rvlimit=1&amp;lt;/code&amp;gt; for each title. [[Special:Contributions/120.144.180.185|120.144.180.185]] ([[User talk:120.144.180.185|talk]]) 12:28, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== generate a list of all deleted pages ==&lt;br /&gt;
&lt;br /&gt;
Is there a way to generate a list of all deleted pages [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:33, 12 October 2016 (UTC)&lt;br /&gt;
:[[Special:Undelete]] might help. Otherwise, just look into the database; database table &#039;&#039;archive&#039;&#039; has all the names in column &#039;&#039;ar_title&#039;&#039; (together with &#039;&#039;ar_namespace&#039;&#039;). [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:43, 12 October 2016 (UTC)&lt;br /&gt;
:it says You do not have permission to view this page&#039;s deleted history. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:26, 12 October 2016 (UTC)&lt;br /&gt;
:Enter on that page on your wiki. Or check [[Special:Log/delete]]. [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 13:23, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bulk find and replace ==&lt;br /&gt;
&lt;br /&gt;
·    Is there a way to do  Bulk find and replace in media wiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:34, 12 October 2016 (UTC)&lt;br /&gt;
:See [[Extension:ReplaceText]]! [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:39, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== number of *unique* visitors to their pages, not just absolute view count. ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
The ability for page owners to see the number of *unique* visitors to their pages, not just absolute view count. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:36, 12 October 2016 (UTC)&lt;br /&gt;
:Install analytics software like piwik or google analytics [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 13:47, 12 October 2016 (UTC)&lt;br /&gt;
:We cant use 3rd party software.Can it be done in mediawiki without 3rd party software. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:13, 13 October 2016 (UTC)&lt;br /&gt;
:No. 3rd party software can be &#039;&#039;integrated&#039;&#039; into MediaWiki, but without anything, it won&#039;t be possible. I would use Piwik. [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 11:37, 13 October 2016 (UTC)&lt;br /&gt;
:ok thanks [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:11, 14 October 2016 (UTC)&lt;br /&gt;
:how to implement and integrate it? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:33, 14 October 2016 (UTC)&lt;br /&gt;
:See [[Extension:Piwik Integration]]! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 08:05, 14 October 2016 (UTC)&lt;br /&gt;
:I tried it.it showed unique user till the user was logged in.but if the same user is logging out and then logging in it takes him as a new user and incremenmts the count.We want  view count of unique users regardless of how many times they have logged in. [[Special:Contributions/125.18.177.100|125.18.177.100]] ([[User talk:125.18.177.100|talk]]) 09:44, 14 October 2016 (UTC)&lt;br /&gt;
:we have authoriztion in our media wiki. [[Special:Contributions/125.18.177.100|125.18.177.100]] ([[User talk:125.18.177.100|talk]]) 09:47, 14 October 2016 (UTC)&lt;br /&gt;
:For questions regarding the functionalities of the Piwik Analytics tool, please see https://forum.piwik.org. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 10:16, 14 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Background highlighting inside a designated code snippet? ==&lt;br /&gt;
&lt;br /&gt;
Is there a way to background highlight certain words/characters within a code snippet?  I&#039;ve been using &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt; and &amp;amp;lt;nowiki&amp;amp;gt; for defining code snippets but they don&#039;t allow code to be parsed.  I have a lot of code to display but need to bring attention only to small portions of it for the reader&#039;s convenience.&amp;lt;/nowiki&amp;gt; [[Special:Contributions/208.167.254.13|208.167.254.13]] ([[User talk:208.167.254.13|talk]]) 13:29, 12 October 2016 (UTC)&lt;br /&gt;
:There&#039;s no easy way to do that. Most you can do is start each line with at least one space. This will use monospace font similar to &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt; but will allow markup to be parsed. You&#039;ll probably need to use &amp;amp;lt;nowiki&amp;amp;gt; when needed to prevent special markup on the code from being parsed. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 14:26, 12 October 2016 (UTC)&lt;br /&gt;
:Highlighting single characters in preformatted text contradicts the principle of preformatting. Since it&#039;s preformatted, there should &#039;&#039;not&#039;&#039; be other styles for that text.&lt;br /&gt;
:Another option is installing and using the [[Extension:SyntaxHighlight]], which provides syntax highlighting for complete languages, e.g. for PHP or SQL code. [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 14:27, 12 October 2016 (UTC)&lt;br /&gt;
False. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; just means &amp;quot;don&#039;t mess with the white-space&amp;quot;; you&#039;re allowed to have HTML inside to add additional formatting. In fact the W3C even uses a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag with a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag inside it to mark up pre-formatted blocks of code as an [https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element example]. [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:57, 13 October 2016 (UTC)&lt;br /&gt;
You can use the comment hack to make pre tags be interpreted as plain HTML rather than an [[Manual:Tag extensions|extension tag]], which allows HTML and wikitext inside.&lt;br /&gt;
&amp;amp;lt;pre&amp;amp;gt;&amp;lt;pre&amp;lt;!----&amp;gt;&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;span style=background:lightblue&amp;gt;&#039;&#039;&#039;Highlighted&#039;&#039;&#039; text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/&amp;lt;nowiki/&amp;gt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;!----&amp;gt;&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;span style=&amp;quot;background:lightblue&amp;quot;&amp;gt;&#039;&#039;&#039;Highlighted&#039;&#039;&#039; text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt; [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:40, 13 October 2016 (UTC)&lt;br /&gt;
:However it appears to not work with VisualEditor. It does work on a [https://www.mediawiki.org/w/index.php?title=Project:Sandbox&amp;amp;oldid=2260757 real wiki page] though. [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:42, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki with InstantCommons enabled is very slow ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve enabled it on my wiki and pages take more than a minute to load with commons images on it. If I disable InstantCommons, same page loads within 2 seconds and here&#039;s the caching I&#039;ve applied on LocalSettings.php - https://dpaste.de/d3BJ&lt;br /&gt;
&lt;br /&gt;
I see that other wikis using InstantCommons on the Internet don&#039;t take so much time to load. Not sure what I have missed, any pointers would help. [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 06:44, 13 October 2016 (UTC)&lt;br /&gt;
:This wiki is running MediaWiki -v 1.26.2 with PHP -v5.5.38 (cgi-fcgi) and MySQL -v 5.5.52-cll [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 06:48, 13 October 2016 (UTC)&lt;br /&gt;
:In MediaWiki 1.26 and before, the wiki will download requested images from commons on the server, and generate thumbnails as needed, which may be the reason for the slowdown. However, once the images are downloaded one, the next page load should be fast.&lt;br /&gt;
:You can try using this setting instead of $wgUseInstantCommons = true, which is the new way it works since MediaWiki 1.27 and does a hotlinking of those images to commons, so your wiki doesn&#039;t need to fetch and thumbnail the images:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt; $wgForeignFileRepos[] = [&lt;br /&gt;
   &#039;class&#039;                   =&amp;gt; &#039;ForeignAPIRepo&#039;,&lt;br /&gt;
   &#039;name&#039;                    =&amp;gt; &#039;wikimediacommons&#039;,&lt;br /&gt;
   &#039;apibase&#039;                 =&amp;gt; &#039;https://commons.wikimedia.org/w/api.php&#039;,&lt;br /&gt;
   &#039;url&#039;                     =&amp;gt; &#039;https://upload.wikimedia.org/wikipedia/commons&#039;,&lt;br /&gt;
   &#039;thumbUrl&#039;                =&amp;gt; &#039;https://upload.wikimedia.org/wikipedia/commons/thumb&#039;,&lt;br /&gt;
   &#039;hashLevels&#039;              =&amp;gt; 2,&lt;br /&gt;
   &#039;transformVia404&#039;         =&amp;gt; true,&lt;br /&gt;
   &#039;fetchDescription&#039;        =&amp;gt; true,&lt;br /&gt;
   &#039;descriptionCacheExpiry&#039;  =&amp;gt; 43200,&lt;br /&gt;
   &#039;apiThumbCacheExpiry&#039;     =&amp;gt; 86400,&lt;br /&gt;
 ];&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:02, 13 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|Ciencia Al Poder}}: Thank you, I tried this from https://phabricator.wikimedia.org/T114098 but didn&#039;t fix the issue. &lt;br /&gt;
:So ended up installing latest 1.27.1 and seems better now. [[Special:Contributions/106.51.131.76|106.51.131.76]] ([[User talk:106.51.131.76|talk]]) 17:11, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Suggestion for improving print view page - add Qr Code ==&lt;br /&gt;
&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I have an idea for improving print view page (when in URL added parameter &amp;amp;printable=yes).&lt;br /&gt;
&lt;br /&gt;
On each such wikipedia page at the bottom of the page there is Source link, like that one «https://ru.wikipedia.org/w/index.php?title=JSON&amp;amp;oldid=81158804&amp;lt;nowiki/&amp;gt;» &lt;br /&gt;
&lt;br /&gt;
It would be very useful if there was a Qr Code of that link too.&lt;br /&gt;
&lt;br /&gt;
Could anybody add Qr code to print view page? &lt;br /&gt;
&lt;br /&gt;
Thank you! [[User:VladGum|VladGum]] ([[User talk:VladGum|talk]]) 08:37, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for your idea. My first thought was about QRpedia (with feature requests such as [[phab:T61726]]). I don&#039;t know how your request would get technically implemented (first step), and it might also be up to each community to decide whether to display by default (second step and entirely separate from the first step). See https://mediawiki.org/wiki/How_to_report_a_bug [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:10, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== User login fail. ==&lt;br /&gt;
&lt;br /&gt;
In one special computer, one user login with wrong password, and then I reset his password.&lt;br /&gt;
&lt;br /&gt;
The problem is , he still can&#039;t login with system message: &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The strange thing is:&lt;br /&gt;
# I login this account in my computer, it&#039;s OK, &lt;br /&gt;
# I login my own account in his computer, it&#039;s OK&lt;br /&gt;
# I login this account in his computer, the &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039; message still display and login failed.&lt;br /&gt;
Of course, I wait till the 5min pass.&lt;br /&gt;
&lt;br /&gt;
After check the source by &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039;, som function is here:&lt;br /&gt;
&lt;br /&gt;
incLoginThrottle: I think it is a counter to record user login failed. (this use IP and username)&lt;br /&gt;
&lt;br /&gt;
clearLoginThrottle: I think it is used to clear the failed records&lt;br /&gt;
&lt;br /&gt;
attemptReset: this call clearLoginThrottle in file &#039;&#039;&#039;SpecialChangePassword.php&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure, tried &#039;&#039;&#039;changepasswork.php&#039;&#039;&#039; to reset password of this account again, but in the computer login this account , &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039; still display.&lt;br /&gt;
&lt;br /&gt;
I&#039;m totally confuse, how could I do?&lt;br /&gt;
&lt;br /&gt;
By the way, my wiki run without email serverice. [[User:Redlz250|Redlz250]] ([[User talk:Redlz250|talk]]) 08:42, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Nav boxes,Top tool bar and info boxes ==&lt;br /&gt;
&lt;br /&gt;
How to implement Nav boxes,Top tool bar and info boxes in media wiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:39, 13 October 2016 (UTC)&lt;br /&gt;
:Modify what is there using the [[hooks]]! [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 11:35, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deleting Templates ==&lt;br /&gt;
&lt;br /&gt;
hey Everyone,&lt;br /&gt;
&lt;br /&gt;
I just have a quick question:&lt;br /&gt;
&lt;br /&gt;
How do I delete Templates?&lt;br /&gt;
&lt;br /&gt;
I imported an infobox template from wikipedia, however, I noticed something was wrong, so I edited the file (altered it to fit a German site), and now I want to re-upload it, but it isn - of course - not overwriting the installed version. Anyway to change this? Delete, overwrite, whatever rows the boat, as long as I can update the template.&lt;br /&gt;
&lt;br /&gt;
Thank you very much in advance.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Zero [[Special:Contributions/62.156.151.10|62.156.151.10]] ([[User talk:62.156.151.10|talk]]) 11:00, 13 October 2016 (UTC)&lt;br /&gt;
:The problem with importing XML dumps is that it inserts revisions at the timestamp they were created, so if a page exists and the last edit is newer than the imported one, the imports won&#039;t be the last revision of the page.&lt;br /&gt;
:If you&#039;re sysop on the wiki, you can delete the template like any other page. But since imports will be in the page history anyway, you can also go to the page history and edit an old revision to bring it as the most recent one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:39, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== internal server error 500 after install ==&lt;br /&gt;
&lt;br /&gt;
Hey guys,&lt;br /&gt;
&lt;br /&gt;
i installed mediawiki before some minutes on my linux debian jessie server to /usr/share/mediawiki. &lt;br /&gt;
&lt;br /&gt;
i created a apache2 conf that create the alias fqdn.tld/mediawiki&lt;br /&gt;
&lt;br /&gt;
does a symlink from /etc/apache2/conf-available to /etc/mediawiki/apache.conf (there i saved the alias conf)&lt;br /&gt;
&lt;br /&gt;
enabled the conf&lt;br /&gt;
&lt;br /&gt;
reloading apache2&lt;br /&gt;
&lt;br /&gt;
installed mediawiki via browser without any interrupts&lt;br /&gt;
&lt;br /&gt;
after install i loaded up directly the downloaded LocalSettings.php to the root directory of mediawiki (where index.php is)&lt;br /&gt;
&lt;br /&gt;
going to fqdn.tld/mediawiki and he gives me a interal server error 500 &lt;br /&gt;
&lt;br /&gt;
dont know what i&#039;ve done false. Anybody can help? [[Special:Contributions/2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C|2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C]] ([[User talk:2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C|talk]]) 12:08, 13 October 2016 (UTC)&lt;br /&gt;
:The only thing that worked for me was downloading it to my PC and then upload it via FTP. [[Special:Contributions/5.146.176.193|5.146.176.193]] ([[User talk:5.146.176.193|talk]]) 19:16, 13 October 2016 (UTC)&lt;br /&gt;
:In case of an error 500, the web server error log will contain more information!&lt;br /&gt;
:Glad you could solve the issue! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 20:27, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== TwoFactorAuthentication ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I justed upgraded from 1.19 to 1.27 on ubuntu. I used the LocalSettings.php from the old dir and put it in the new dir. Mediawiki loads up correctly with the articles. I added the TwoFactorAuthentication extension and as instructed for 1.27 I loaded this to the bottom of the LocalSettings.php file:&lt;br /&gt;
&lt;br /&gt;
wfLoadExtension( &#039;TwoFactorAuthentication&#039; )&lt;br /&gt;
&lt;br /&gt;
But when I go to the main url mediawiki doesn&#039;t load up, I looked in the apache logs and it says:&lt;br /&gt;
&lt;br /&gt;
Uncaught exception &#039;Exception&#039; with message &#039;/var/lib/newmediawiki/extensions   /TwoFactorAuthentication/extension.json does not exist!&#039; in /var/lib/newmediawiki/includes/registration/ExtensionRegistry.php:106\nStack trace:\n#0 /var/lib/newmediawiki/includes/GlobalFunctions.php(115): ExtensionRegistry-&amp;gt;queue(&#039;/var/lib/newmed...&#039;)\n#1 /var/lib/newmediawiki/LocalSettings.php(171): wfLoadExtension(&#039;TwoFactorAuthen...&#039;)\n#2 /var/lib/newmediawiki/includes/WebStart.php(124): require_once(&#039;/var/lib/newmed...&#039;)\n#3 /var/lib/newmediawiki/index.php(40): require(&#039;/var/lib/newmed...&#039;)\n#4 {main}\n  thrown in /var/lib/newmediawiki/includes/registration/ExtensionRegistry.php on line 106&lt;br /&gt;
&lt;br /&gt;
I have verified that extensions.json does NOT exists in the &#039;/newmediawiki/extensions/TwoFactorAuthentication&#039;&lt;br /&gt;
&lt;br /&gt;
When I use &#039;require_once &amp;quot;$IP/extensions/TwoFactorAuthentication/TwoFactorAuth.php&amp;quot;;&#039;&lt;br /&gt;
&lt;br /&gt;
in the Localsettings.php mediawiki loads up fine but I don&#039;t see the extra box to input the pin number. I must be missing something here. Thanks in advance. [[Special:Contributions/99.27.53.185|99.27.53.185]] ([[User talk:99.27.53.185|talk]]) 15:07, 13 October 2016 (UTC)&lt;br /&gt;
:In this case, using require_once is correct. &lt;br /&gt;
:Does the extension show up on the wiki page &#039;&#039;Special:Version&#039;&#039; in your wiki? [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 15:11, 13 October 2016 (UTC)&lt;br /&gt;
:Yes, I did verify that the extension is in the Special:Version page of my wiki. [[Special:Contributions/50.202.0.194|50.202.0.194]] ([[User talk:50.202.0.194|talk]]) 15:18, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Vector search box autocomplete don&#039;t work without read group permission for anonymous ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just upgrade from 1.24 to 1.27 and the autocomplete in search box with Vector theme no longer works.&lt;br /&gt;
&lt;br /&gt;
After some test I saw that the API return &amp;quot;Permissiondenied&amp;quot; to the request while I was connected.&lt;br /&gt;
&lt;br /&gt;
I found a workaround in setting read permission for anonymous ($wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]= true;) but it&#039;s not great because I don&#039;t want all the world to see all pages (I have group permissions configured)&lt;br /&gt;
&lt;br /&gt;
Do you have another solution ?&lt;br /&gt;
&lt;br /&gt;
Thanks [[Special:Contributions/163.116.6.90|163.116.6.90]] ([[User talk:163.116.6.90|talk]]) 15:43, 13 October 2016 (UTC)&lt;br /&gt;
:I&#039;ve added this to a MediaWiki 1.27:&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]= false;&amp;lt;/code&amp;gt;&lt;br /&gt;
:Then after logging in, I typed on the search bar, and suggestions came up as usual. Please describe what extensions do you have installed or settings that may change behavior on permissions. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 18:14, 16 October 2016 (UTC)&lt;br /&gt;
:I use the Lockdown extension with restrictions on namespaces.&lt;br /&gt;
:I did not change the permissions configuration in the version change&lt;br /&gt;
:Thanks for your help [[Special:Contributions/163.116.6.90|163.116.6.90]] ([[User talk:163.116.6.90|talk]]) 16:43, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Issue with SSL Certificate ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Good Morning,&lt;br /&gt;
&lt;br /&gt;
It looks like you are having an issue with your SSL cert.  It seems to have been revoked.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Tanja [[Special:Contributions/184.69.204.178|184.69.204.178]] ([[User talk:184.69.204.178|talk]]) 16:21, 13 October 2016 (UTC)&lt;br /&gt;
:The certificate for mediawiki.org (serial number ‎1121a225ba0402d791854854c8ba60686a9b) is not listed on the CRL of GlobalSign, so it&#039;s unlikely, that the vcertificate is revoked ;) WHat error message do you get? [[User:Florianschmidtwelzow|Florianschmidtwelzow]] ([[User talk:Florianschmidtwelzow|talk]]) 17:57, 13 October 2016 (UTC)&lt;br /&gt;
:Btw.: Could be related to this {{Phabricator|T148045}}. [[User:Florianschmidtwelzow|Florianschmidtwelzow]] ([[User talk:Florianschmidtwelzow|talk]]) 18:20, 13 October 2016 (UTC)&lt;br /&gt;
:This problem should be worked around now. It&#039;s a problem of GlobalSign: https://twitter.com/globalsign/status/786505261842247680 [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:31, 14 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Does not display content ==&lt;br /&gt;
&lt;br /&gt;
Good afternoon&lt;br /&gt;
 &lt;br /&gt;
 I have installed an mediawiki on a server, and migrated to a new one.&lt;br /&gt;
 &lt;br /&gt;
 On the main page, displays no content. Being that I&#039;m going to edit, shows the contents there. [[User:Douglasls|Douglasls]] ([[User talk:Douglasls|talk]]) 19:19, 13 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there]]! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 19:24, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for the answer.&lt;br /&gt;
: &lt;br /&gt;
:&amp;lt;code&amp;gt; Reading what you gave me, if I understand well, the only solution is to downgrade to version pcre 8:33?&amp;lt;/code&amp;gt;&lt;br /&gt;
: &lt;br /&gt;
:&amp;lt;code&amp;gt; I&#039;m trying to do this but I do not think information how it&#039;s done. Do you have any tips?&amp;lt;/code&amp;gt; [[User:Douglasls|Douglasls]] ([[User talk:Douglasls|talk]]) 20:10, 13 October 2016 (UTC)&lt;br /&gt;
:Try to purge cache [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 20:21, 13 October 2016 (UTC)&lt;br /&gt;
:The only solution is &#039;&#039;not&#039;&#039; to downgrade PCRE. In fact, you should use a current version of MediaWiki. All currently supported versions of MediaWiki are not affected by this problem. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 20:26, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Cannot get Mediawiki LDAP working ==&lt;br /&gt;
&lt;br /&gt;
I need my Mediawiki to be able to pull user logins from our Intranet Active Directory but I&#039;m unsure where my problem is. I need it to automatically sign in using the credentials from the Active Directory. Any help would be greatly appreciated. This is whats in my LocalSetting.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;##&amp;lt;/nowiki&amp;gt;LDAP Authentication Plugin&lt;br /&gt;
&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/LdapAuthentication/LdapAuthentication.php&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPDomainNames       = array(&amp;quot;RADEUS&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupBaseDNs      = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;ou=groups,DC=radeus,DC=com&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPAutoAuthDomain        = &amp;quot;RADEUS&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupUseFullDN        = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;true );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPServerNames           = array( &#039;RADEUS&#039; =&amp;gt; &#039;doccenter.radeus.com&#039; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPSearchStrings         = array( &amp;quot;RADEUS&amp;quot; =&amp;gt; &amp;quot;RADEUS\USER-NAME&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPSearchAttributes      = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;sAMAccountName&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPBaseDNs           = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;dc=domain,dc=org&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPEncryptionType        = array( &amp;quot;RADEUS&amp;quot; =&amp;gt; &amp;quot;ssl&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgMinimalPasswordLength     = 1;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Configure LDAP Group settings&lt;br /&gt;
&lt;br /&gt;
$wgLDAPUseLDAPGroups         = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;true );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupObjectclass      = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;group&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupAttribute        = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;member&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupNameAttribute    = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;cn&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Restrict anonymous users&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;createaccount&#039;]  = false;&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;read&#039;]       = false;&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;edit&#039;]       = false;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Remove the domain portion of the displayed username. Example: &amp;quot;DOMAIN\username&amp;quot; to &amp;quot;username&amp;quot;&lt;br /&gt;
&lt;br /&gt;
list($dom,$userid) = split(&#039;[\]&#039;,$_SERVER[&#039;REMOTE_USER&#039;]); &lt;br /&gt;
&lt;br /&gt;
$wgLDAPAutoAuthUsername = $userid; &lt;br /&gt;
&amp;lt;/pre&amp;gt; [[Special:Contributions/108.175.221.34|108.175.221.34]] ([[User talk:108.175.221.34|talk]]) 19:51, 13 October 2016 (UTC)&lt;br /&gt;
:Just done a quick comparison of your config and my working one.  I have these defined:&lt;br /&gt;
:$wgLDAPProxyAgent  = array( &#039;example&#039; =&amp;gt; &#039;ldap_user@example.co.uk&#039; );&lt;br /&gt;
:$wgLDAPProxyAgentPassword = array( &#039;example&#039; =&amp;gt; &#039;ldap_user_password&#039; );&lt;br /&gt;
:Add something like this for debugging:&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Debug 1-3&lt;br /&gt;
:$wgLDAPDebug = 3;&lt;br /&gt;
:$wgDebugLogGroups[&#039;ldap&#039;] = &#039;/tmp/ldapdebug.log&#039;;&lt;br /&gt;
:Cheers&lt;br /&gt;
:Jon [[User:Gerdesj|Gerdesj]] ([[User talk:Gerdesj|talk]]) 22:37, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for the quick reply!&lt;br /&gt;
:It now gives me a blank screen and says  &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;A database query error has occurred. This may indicate a bug in the software.&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
I ran into the same problem earlier and am unclear at which point this error is happening. I am not sure if it matters that I&#039;m running my web server on a NAS but can&#039;t seem to find any specific examples of this setup anywhere to reference so. My active directory is through Windows server 2008. [[Special:Contributions/108.175.221.34|108.175.221.34]] ([[User talk:108.175.221.34|talk]]) 23:28, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to work with Media wiki Donation Interface plugin ==&lt;br /&gt;
&lt;br /&gt;
I am new to media wiki and i am creating aan application with media wiki.&lt;br /&gt;
&lt;br /&gt;
Right now, I was trying to work with Donation interface plugin&lt;br /&gt;
&lt;br /&gt;
[[Extension:DonationInterface]]&lt;br /&gt;
&lt;br /&gt;
The problem is that, I am able to do all this told in the page. Installed the plug in and added relevant lines in LocalSettings.php&lt;br /&gt;
&lt;br /&gt;
My problem is I could not understand how can I show this plug in in a page just like there example at https://donate.wikimedia.org/w/index.php?title=Special:FundraiserLandingPage&amp;amp;country=IN&amp;amp;uselang=en-gb&amp;amp;utm_medium=spontaneous&amp;amp;utm_source=fr-redir&amp;amp;utm_campaign=spontaneous&lt;br /&gt;
&lt;br /&gt;
Please help [[User:Shayasmk|Shayasmk]] ([[User talk:Shayasmk|talk]]) 20:21, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how do I create a wikipedia page about an artist? Will you be able to google the artists name and see there is a wikipedia page? ==&lt;br /&gt;
&lt;br /&gt;
how do I create a wikipedia page about an artist? Will you be able to google the artists name and see there is a wikipedia page? [[User:Rad c6|Rad c6]] ([[User talk:Rad c6|talk]]) 20:38, 13 October 2016 (UTC)&lt;br /&gt;
:Google will find the page by itself. Every Wikipedia user can create a new article. Note however, that the person you write about has to be notable! See [[:en:wp:notability]] for more information! &lt;br /&gt;
:If the person is not notable according to these guidelines, the article is very likely to be deleted again in the future. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 08:34, 14 October 2016 (UTC)&lt;br /&gt;
:Wikipedia has LOTS of rules about content and most new users will not be able to write an article about an artist that will pass those rules. My advice is to always start by becoming a Wikipedian, and fixing smaller things in many other articles before attempting to write an article on your own.&lt;br /&gt;
:But besides that. this is the help desk for the software that runs Wikipedia, not for Wikipedia itself. The Help desk for the English Wikipedia can be found [[:en:Wikipedia:Help_desk|here]]. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 09:31, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What is the &amp;quot;local object cache&amp;quot; mentioned in Manual:Performance_tuning? ==&lt;br /&gt;
&lt;br /&gt;
Hi guys!&lt;br /&gt;
&lt;br /&gt;
I am trying to set up a new environment for a old medium MW site with about 15 servers. This site used to throw everything into Memcached. However, I saw the [[Manual:Performance tuning]] state that: &amp;quot;We recommend bytecode cache for PHP, &#039;&#039;&#039;APCu as local object cache&#039;&#039;&#039;, Memcached for main cache; this is what the Wikimedia Foundation uses for Wikipedia et al.&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I understand the $wgMainCacheType should use CACHE_MEMCACHED. But what exactly the &#039;&#039;&#039;&amp;quot;local object cache&amp;quot;&#039;&#039;&#039; referring to? Is it Localisation cache? How should I set the localsettings.php file to implement the best practice?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance! [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 05:18, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Translate Wiki Export only changed texts ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello, I use the MediaWiki Extension Translate to translate articles into another language. If, however, texts are changed and I want to export the article to a .po file, I can always only export the entire article. I would like to export only the changed texts in a .po file. Is that possible? [[User:Rontronic|Rontronic]] ([[User talk:Rontronic|talk]]) 09:00, 14 October 2016 (UTC)&lt;br /&gt;
:ping {{FlowMention|Nikerabbit}} —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 09:27, 14 October 2016 (UTC)&lt;br /&gt;
:is there an email adress??? i &#039;cant contact him... [[User:Rontronic|Rontronic]] ([[User talk:Rontronic|talk]]) 09:54, 14 October 2016 (UTC)&lt;br /&gt;
:TheDJ pinged him already and the provided link has a discussion page where you can also contact the user and in the sidebar there is also an item &amp;quot;Email this user&amp;quot;. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:28, 14 October 2016 (UTC)&lt;br /&gt;
:I replied via email. Summary is: no, but check which items have the fuzzy tag. [[User:Nikerabbit|Nikerabbit]] ([[User talk:Nikerabbit|talk]]) 19:23, 17 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== special pages-&amp;gt;Data and tools -&amp;gt;statistics ==&lt;br /&gt;
&lt;br /&gt;
In statistics we already have Views total under view statistics.Is there any way to get total no of unique hits to all the pages that is made by individual users.(If the same user hits a page more than  once it should be still be considered as single hit). [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:18, 14 October 2016 (UTC)&lt;br /&gt;
:Did the answer in [[Topic:Tda01y876aab29tl]] not satisfy your needs? [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 11:54, 14 October 2016 (UTC)&lt;br /&gt;
:does it add any report under statistics as I m not getting reply from piwik team. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:19, 16 October 2016 (UTC)&lt;br /&gt;
:It is a bridge to your Piwik installation. Use Piwik to view the Piwik data! [[Special:Contributions/87.123.45.196|87.123.45.196]] ([[User talk:87.123.45.196|talk]]) 11:07, 16 October 2016 (UTC)&lt;br /&gt;
:which special page it adds? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:39, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Download PDF file ==&lt;br /&gt;
&lt;br /&gt;
Is possibile download PDF file with MediaWiki? [[Special:Contributions/93.54.87.36|93.54.87.36]] ([[User talk:93.54.87.36|talk]]) 12:37, 14 October 2016 (UTC)&lt;br /&gt;
:PDF files &#039;&#039;can&#039;&#039; be uploaded to a site running on MediaWiki and then, that PDF file can also be downloaded by others. Was this, what you were asking? [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 15:23, 14 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|AhmadF.Cheema}} thank you for your replay: I solve my problem autonomy with the URL of uploaded file [[Special:Contributions/93.54.87.36|93.54.87.36]] ([[User talk:93.54.87.36|talk]]) 15:55, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Using a template on my local MediaWiki installation ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m interested in using routemaps:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Template:Routemap&lt;br /&gt;
&lt;br /&gt;
on my local MediaWiki. From what I understand, I think I need my own parser or module? &lt;br /&gt;
&lt;br /&gt;
If I copy example 1.2 into a template on my own system, it does nothing. A box on that page lists 3 modules it uses. It also seems like I would need the graphics themselves. I don&#039;t see any routemap addon that someone has created, like some other features I added to my local install, like Google Map functionality.&lt;br /&gt;
&lt;br /&gt;
What&#039;s the best way forward with this? Thanks. [[User:Nydepot|Nydepot]] ([[User talk:Nydepot|talk]]) 18:18, 14 October 2016 (UTC)&lt;br /&gt;
:You will at-least need [[Extension:Scribunto]] and to import the template page (i.e. [[:en:Template:Routemap|Template:Routemap]]) along with other templates used on this page. This can be done by using [[:en:Special:Export|Special:Export]] and checking the &amp;quot;Include templates&amp;quot; option before export. Then, import the exported file into your own Wiki. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 01:02, 15 October 2016 (UTC)&lt;br /&gt;
:Thank you Ahmad. [[Special:Contributions/24.97.197.43|24.97.197.43]] ([[User talk:24.97.197.43|talk]]) 16:32, 17 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Visual Editor - Insert - Media ==&lt;br /&gt;
&lt;br /&gt;
In order to get the visual editor to recognize an uploaded image file, we have to upload the file with the file name having the first letter followed by an underscore in order to get the image file to appear using the Media settings window. For example, &amp;quot;Dog.jpg&amp;quot; will not come up in the display if the letter d is entered, but if we load the file using the file name &amp;quot;D_Dog.jpg&amp;quot; it will appear. Has anyone else experienced this? If so, is there a fix? &lt;br /&gt;
&lt;br /&gt;
We are using Wikimedia &amp;amp; visual editor v1.27 with PHP v5.5.31 [[User:Haskinslabs|Haskinslabs]] ([[User talk:Haskinslabs|talk]]) 19:17, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Automatic log out ==&lt;br /&gt;
&lt;br /&gt;
Hi, A few weeks ago I started a Wikitravel account. I had the problem that it kept logging me out and pretending that my user didn&#039;t exist (MegaMgala) so I cannot ask for a new password. Then suddenly I stopped having the problem.&lt;br /&gt;
&lt;br /&gt;
Now it logs me in just fine in Spanish but when I switch languages it logs me out again. Also the Spanish version pretends I never made a contribution which isn&#039;t the case. Before I could enter the English and Dutch version just fine without the system logging me out. Now I can only log-in to the English and Spanish version seperately and the Dutch version I cannot access at all. &lt;br /&gt;
&lt;br /&gt;
Can anyone tell me what keeps happening? It is really frustrating. It shouldn&#039;t be that hard. I can&#039;t even&lt;br /&gt;
&lt;br /&gt;
Thank you so much,&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
MegaMgala [[User:MegaMgala|MegaMgala]] ([[User talk:MegaMgala|talk]]) 00:03, 15 October 2016 (UTC)&lt;br /&gt;
:While your account exists in the &#039;&#039;Spanish and English versions&#039;&#039;, there is &#039;&#039;no account&#039;&#039; named MegaMgala in the Dutch one. WikiTravel obviously is not using &#039;&#039;one single&#039;&#039; user table, but &#039;&#039;multiple user tables&#039;&#039;.&lt;br /&gt;
:I think this also is the reason for why you think it logs you out again when you change to a different language: Because it in fact is a &#039;&#039;different account&#039;&#039;, which you are using there and while you are logged in with the one, you are not necessarily also logged in with the other. In fact I think this is not even a log out - you just have not been logged in. [[Special:Contributions/87.123.12.224|87.123.12.224]] ([[User talk:87.123.12.224|talk]]) 00:46, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bug in parser ==&lt;br /&gt;
&lt;br /&gt;
[[User:109.172.58.99|&amp;lt;bdi&amp;gt;109.172.58.99&amp;lt;/bdi&amp;gt;]] ([[User talk:109.172.58.99|talk]][[Special:Contributions/109.172.58.99|contribs]])&lt;br /&gt;
&lt;br /&gt;
Hello. I think I found a bug in the parser. For example: article about Imam Shamil:https://en.wikipedia.org/wiki/Imam_Shamil. When I try to parse full article it&#039;s okay:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/w/api.php?action=parse&amp;amp;disabletidy&amp;amp;disabletoc&amp;amp;disableeditsection&amp;amp;disablelimitreport&amp;amp;page=Imam_Shamil&amp;amp;formatversion=2&lt;br /&gt;
&lt;br /&gt;
Please see second section (Family and early life). Its wrapped to p tag. But I try to get only second section (index = 1), last paragraph is not wrapped to p tag:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/w/api.php?action=parse&amp;amp;disabletidy&amp;amp;disabletoc&amp;amp;disableeditsection&amp;amp;disablelimitreport&amp;amp;page=Imam_Shamil&amp;amp;formatversion=2&amp;amp;section=1&lt;br /&gt;
&lt;br /&gt;
Because of this, I can not properly handle HTML. [[Special:Contributions/109.172.58.99|109.172.58.99]] ([[User talk:109.172.58.99|talk]]) 13:19, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Putting wiki in subdirectory ==&lt;br /&gt;
&lt;br /&gt;
Currently I have my Wiki at http://52.26.118.44/index.php/Main_Page.  I would like for the wiki to be in IPaddress/wiki/ instead of IPaddress/index.php/.  In other words, I would like to have the wiki in a subdomain.  Currently the site is in the root site directory, which is /var/www/html.  Is it as simple as creating a directory &amp;quot;wiki&amp;quot; in the html directory and moving everything there?  If there is documentation, could someone point me to them?  I found [[Manual:Short URL]], but that did not seem to be up to date.  I am using a EC2 instance on AWS and there is no apache2 (or apache) directory in etc. [[User:Jasonbunnell|Jasonbunnell]] ([[User talk:Jasonbunnell|talk]]) 18:43, 15 October 2016 (UTC)&lt;br /&gt;
:Which Operating System does your Amazon EC2 instance running?&lt;br /&gt;
:Depending upon your OS, apache(httpd) files may be at different location. [[Special:Contributions/49.207.55.8|49.207.55.8]] ([[User talk:49.207.55.8|talk]]) 19:41, 15 October 2016 (UTC)&lt;br /&gt;
:Why do you think that [[Manual:Short URL]] would not be up to date?&lt;br /&gt;
:You will need to update some of the configuration variables in LocalSettings.php. [[Manual:$wgScript]] is a candidate here. [[Special:Contributions/87.123.45.196|87.123.45.196]] ([[User talk:87.123.45.196|talk]]) 19:53, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Database error changing password on 1.27.1 ==&lt;br /&gt;
{{Archive top|result={{tracked|T148310}}|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
http://ballistipedia.com/&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Product&lt;br /&gt;
!Version&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mediawiki.org/ MediaWiki]&lt;br /&gt;
|1.27.1&lt;br /&gt;
|-&lt;br /&gt;
|[https://php.net/ PHP]&lt;br /&gt;
|5.6.26 (cgi-fcgi)&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mysql.com/ MySQL]&lt;br /&gt;
|5.1.73-log&lt;br /&gt;
|}&lt;br /&gt;
I just patched to 1.27.1.  Was prompted to choose a longer password, but every time I try to [http://ballistipedia.com/index.php?title=Special:ChangeCredentials/MediaWiki%5CAuth%5CPasswordAuthenticationRequest&amp;amp;returnto=Special%3APreferences change my password] I get:&lt;br /&gt;
&lt;br /&gt;
==Database error== &lt;br /&gt;
&lt;br /&gt;
 A database query error has occurred. This may indicate a bug in the software. [[User:Dbooksta|Dbooksta]] ([[User talk:Dbooksta|talk]]) 19:57, 15 October 2016 (UTC)&lt;br /&gt;
:Also getting the same issue on the wiki we have set up. Upon account creation with a temporary password, login it asks you to set a new password. Then getting the exact same error: A database query error has occured. This may indicate a bug in the software.&lt;br /&gt;
:Any solutions? [[Special:Contributions/124.191.159.39|124.191.159.39]] ([[User talk:124.191.159.39|talk]]) 22:09, 15 October 2016 (UTC)&lt;br /&gt;
:Run the database updater [[User:Reedy|Reedy]] ([[User talk:Reedy|talk]]) 20:18, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== API stopped getting wikipedia article ==&lt;br /&gt;
&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;br /&gt;
I have written a python script to extract content using this api: &#039;https://en.wikipedia.org/w/api.php?action=query&amp;amp;format=json&amp;amp;prop=extracts&amp;amp;titles=&#039;+urllib2.quote(line)+&#039;&amp;amp;explaintext=1&amp;amp;exsectionformat=wiki&amp;lt;nowiki/&amp;gt;&#039;&lt;br /&gt;
&lt;br /&gt;
This is where urllib2.quote(line) is a list of keywords of valid article titles. But after a short while it stopped working. It used to be able to extract all the contents but now it stopped. Please help me.&lt;br /&gt;
&lt;br /&gt;
I have posted a thread in stackoverflow which shows my code and test file: &lt;br /&gt;
&lt;br /&gt;
http://stackoverflow.com/questions/40066414/re-extracting-content-from-api-stops-halfway&lt;br /&gt;
&lt;br /&gt;
Thank you [[User:Jseng001|Jseng001]] ([[User talk:Jseng001|talk]]) 03:34, 16 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Importing ==&lt;br /&gt;
&lt;br /&gt;
On this page https://anjuna.miraheze.org/wiki/Anjunabeats_Volume_3, I have imported a page from Wikipedia to get the infobox.&lt;br /&gt;
&lt;br /&gt;
At the top of the page is &#039;&amp;lt;nowiki&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/nowiki&amp;gt;&#039; which I cannot expunge. It isn&#039;t in the code either. [[User:Science Bird|Anjuna]] ([[User talk:Science Bird|talk]]) 05:43, 16 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Page isn&#039;t working after changing localsettings.php ==&lt;br /&gt;
{{Archive top|result=Accidental syntax mistake|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I have installed mediawiki on ubuntu 14.04.  Everything was working great until I tried changing the logo image in localsettings.php.&lt;br /&gt;
&lt;br /&gt;
After I did that my wiki wont load and i get the error:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;the page isn&#039;t working&lt;br /&gt;
&lt;br /&gt;
(IP) is currently unable to handle this request.&lt;br /&gt;
&lt;br /&gt;
http error 500&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It is quite possible I messed up some other settings in the localsettings.php file.  My question is, can I just replace the localsettings.php file or is there some other way to solve this?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance for any help. [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 06:10, 16 October 2016 (UTC)&lt;br /&gt;
:This error probably indicates you made some syntax error while making the changes. Try to get back to how the &#039;&#039;LocalSettings.php&#039;&#039; file originally was and see if that solves the problem. Also, is the logo image file readable? [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 07:26, 16 October 2016 (UTC)&lt;br /&gt;
:Any ideas on how to get the localsettings.php file back?  I&#039;m using digitalocean&#039;s one click install for mediawiki if that helps.&lt;br /&gt;
:As far as the logo image, it was a imgr link.&lt;br /&gt;
:Thanks [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 07:40, 16 October 2016 (UTC)&lt;br /&gt;
:or even how to revert to the old Localsettings.php? [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 08:47, 16 October 2016 (UTC)&lt;br /&gt;
:Try commenting out the code lines which define the logo image, see if the problem gets solved. That way we can be sure this is the code line causing the issue. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 08:59, 16 October 2016 (UTC)&lt;br /&gt;
:Hi,&lt;br /&gt;
:I commented out the code lines which I changed and I still get the http error 500,  I tried to open the page on another web browser and just get a blank white screen.  Do you think updating mediawiki would help? [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 21:33, 16 October 2016 (UTC)&lt;br /&gt;
:RESOLVED-&lt;br /&gt;
:I accidentially changed the syntax of $wgEmergencyContact to the wrong IP,  changed it and now it works thank you! [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 21:47, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== $wgUserEmailUseReplyTo is ignored ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
Im on 1.26.3 and use $wgUserEmailUseReplyTo = true, $wgPasswordSender = &amp;quot;foo@bar.foobar&amp;quot; and $wgSMTP.&lt;br /&gt;
&lt;br /&gt;
The problem is, that wgUserEmailUseReplyTo gets ignored. The user to user email still just sets the from adress to the users email.&lt;br /&gt;
&lt;br /&gt;
How to change this?&lt;br /&gt;
&lt;br /&gt;
Thanks! [[Special:Contributions/89.14.106.189|89.14.106.189]] ([[User talk:89.14.106.189|talk]]) 18:35, 16 October 2016 (UTC)&lt;br /&gt;
:If it&#039;s not working [[Manual:$wgUserEmailUseReplyTo|as documented]] please [[bugreport|report a bug]]. See also {{phabricator|T114084}}, affecting only on your email copies. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:17, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to upload image to a remote shared wiki? ==&lt;br /&gt;
&lt;br /&gt;
Hi girls and guys,&lt;br /&gt;
&lt;br /&gt;
Due to some government regulation problem in China. We have to move some wikis with simplified-Chinese to China while others stay in US. We used to use ForeignDBRepo in $wgForeignFileRepos to get all wikis upload and access shared image in common.moegirl.org. Since all different wikis stay together and they can access same database and same file directory, this setting work fine.&lt;br /&gt;
&lt;br /&gt;
However, now we got 2 databases and 2 servers separate from each other about 7,000 miles. By using $wgForeignFileRepos with ForeignAPIRepo in local wikis and  $wgThumbnailScriptPath with thumb.php settings in common.moegirl.org, we can access existed images. But can&#039;t upload images to same file directory as we used to do.&lt;br /&gt;
&lt;br /&gt;
I saw there are mw.ForeignStructuredUpload and mw.ForeignStructuredUpload.BookletLayout function and $wgUploadDialog setting become available since MW ≥ 1.27.&lt;br /&gt;
&lt;br /&gt;
Can some one explained or provide help and/or documents on how to use these cross-wiki uploads settings?&lt;br /&gt;
&lt;br /&gt;
Thank you!!!!!!!&lt;br /&gt;
&lt;br /&gt;
[[Manual:$wgUploadDialog]] [[Upload dialog]] [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 02:04, 17 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|Krinkle}} could you please be kind to provide little help on the cross-wiki uploads function? I saw you answered a $wgForeignFileRepos about 5 years ago. Sorry for bother you. [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 02:08, 17 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:$wgUseInstantCommons#Details]] for a configuration example that you can use for [[InstantCommons]]. You can adapt it to your needs. It will basically hotlink images stored in common.moegirl. You need to configure common.moegirl to thumbnail images with a [[Manual:thumb.php#404 Handler|404 handler]], or maybe setting also thumbScriptUrl (see [[Manual:$wgForeignFileRepos|$wgForeignFileRepos]]) would also work. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:13, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to require users to confirm their email address before being allowed to login in MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
How to require users to confirm their email address before being allowed to login in MediaWiki [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:07, 17 October 2016 (UTC)&lt;br /&gt;
:Maybe [[Manual:$wgEmailConfirmToEdit|$wgEmailConfirmToEdit]] would serve your purposes. See [http://stackoverflow.com/questions/11608607/how-to-require-confirm-by-email-to-create-an-account-in-mediawiki this]. Or you can use [[Extension:ConfirmAccount]] to require the account to be confirmed by an admin. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 13:21, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Site not displaying content ==&lt;br /&gt;
&lt;br /&gt;
In the site http://www.foodprocessmodel.org/index.php?title=Main_Page, the contents have suddenly stopped displaying. For example, the Main Page is empty. However, if one does View Source, all the content is there. I have not used the site for a while so I do not know if this is due to version change of software. The same is true for all pages in the site. [[Special:Contributions/64.134.128.74|64.134.128.74]] ([[User talk:64.134.128.74|talk]]) 13:45, 17 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there]]! [[Special:Contributions/87.123.12.180|87.123.12.180]] ([[User talk:87.123.12.180|talk]]) 13:55, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== VisualEditor and WikiEditor not working in 1.27.1 ==&lt;br /&gt;
&lt;br /&gt;
We have recently upgraded to MediaWiki 1.27.1 but have found that neither the VisualEditor or WikiEditor extensions work in this version.&lt;br /&gt;
&lt;br /&gt;
For VisualEditor I have tried using a known working configuration from our previous version (1.24.3) and clicking on the Edit link simply redirects to the same page (with veaction=edit appended to the url). The very latest version of VisualEditor was also tried without success.&lt;br /&gt;
&lt;br /&gt;
After giving up on VisualEditor I decided to fall back on WikiEditor which sounded like a more established platform (but perhaps with less features). Again, I tried a known working configuration from the earlier version of MediaWiki and the toolbar was not shown. The very latest version of WikiEditor was also tried without success.&lt;br /&gt;
&lt;br /&gt;
Do you have any comments? [[Special:Contributions/62.255.136.202|62.255.136.202]] ([[User talk:62.255.136.202|talk]]) 14:58, 17 October 2016 (UTC)&lt;br /&gt;
:WikiEditor works for me.&lt;br /&gt;
:Open developer tools of your browser (hit F12) and look for any error displayed in the error console.&lt;br /&gt;
:If your wiki is publicly accessible that would help incredibly [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:04, 17 October 2016 (UTC)&lt;br /&gt;
:Thanks for your reply. The only errors that I get are these (but they happen whether or not WikiEditor is enabled):&lt;br /&gt;
:[70301b78d7414677605a0ccc] /mediawiki/load.php?debug=false&amp;amp;lang=en-gb&amp;amp;modules=startup&amp;amp;only=scripts&amp;amp;skin=vector   LogicException from line 709 of /opt/mediawiki/includes/resourceloader/ResourceLoaderModule.php: getDefinitionSummary must call parent method&lt;br /&gt;
:[70301b78d7414677605a0ccc] /mediawiki/load.php?debug=false&amp;amp;lang=en-gb&amp;amp;modules=startup&amp;amp;only=scripts&amp;amp;skin=vector   LogicException from line 709 of /opt/mediawiki/includes/resourceloader/ResourceLoaderModule.php: getDefinitionSummary must call parent method&lt;br /&gt;
:Problematic modules: {&amp;quot;startup&amp;quot;:&amp;quot;error&amp;quot;}&lt;br /&gt;
:By the way, we are using PHP7. Which version are you using? [[Special:Contributions/62.255.136.202|62.255.136.202]] ([[User talk:62.255.136.202|talk]]) 08:12, 18 October 2016 (UTC)&lt;br /&gt;
:PHP 5.6&lt;br /&gt;
:May be the same problem as [[Topic:Stfznys4p9w3kmij]]? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:25, 18 October 2016 (UTC)&lt;br /&gt;
:Thanks, it does look similar but we are not using the EventLogging module that they refer to. Maybe we need to to look at some of the other modules. [[User:F1alan|F1alan]] ([[User talk:F1alan|talk]]) 12:42, 18 October 2016 (UTC)&lt;br /&gt;
:Disable all other extensions, and see if the error is fixed. Then enable one by one until you find the culprit. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:33, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== api ==&lt;br /&gt;
&lt;br /&gt;
How to check if the api is enabled in mediawiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 07:08, 18 October 2016 (UTC)&lt;br /&gt;
:[[Manual:$wgEnableAPI]]. Note that although enabled, it may be restricted to some user groups. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:27, 18 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki Localization + common database ==&lt;br /&gt;
&lt;br /&gt;
Hello all. I have an idea to make my wiki at least on two-three languages just like ar wikipedia, i.e.:&lt;br /&gt;
* en.mywiki.com - English&lt;br /&gt;
* de.mywiki.com - German&lt;br /&gt;
* ru.mywiki.com - Russian&lt;br /&gt;
+ common media files that can be used at all localized wikis + one user for all localizations + interwiki that allows to make links between one article, but at different languages&lt;br /&gt;
Could someone give a link or explain how to make it? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 14:43, 18 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Wiki family#Multiple wikis sharing common resources]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:45, 19 October 2016 (UTC)&lt;br /&gt;
:Yes, I saw the instruction but not all clear for me ... now I just installed two wikis: English and German and have to LocalSettings files (LocalSettings_en.php and LocalSettings_de.php) and made general LocalSettings.php file with code listed in the instruction, but now it is not clear for me what I shall do next to make working wikis at subdomains% de.mywiki.com and en.mywiki.com. What is the next step? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 10:12, 19 October 2016 (UTC)&lt;br /&gt;
:I also would like to know your opinion what is better to have one core of mediawiki and make subdomains for each localization (I still don&#039;t know how to do that) OR install mediawiki separately from yeach to its subdomain (en.mywiki.com, de.mywiki.com etc.) What do you think? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 14:27, 19 October 2016 (UTC)&lt;br /&gt;
:If you own the &#039;&#039;mywiki.com&#039;&#039; domain, you need to set up DNS for subdomains. This is usually handled by editing the DNS records in the domain registrar where do you have the domain, or maybe in your hosting. You may specify each subdomain the same IP of the server, or set it so any subdomain goes to the same IP.&lt;br /&gt;
:On the web server, you need to configure a virtual host setting to handle each subdomain. If installations are different, make the document root point to each installation.&lt;br /&gt;
:Having separate installs is easier (or safer) to setup if you generally don&#039;t know how to share the same install. Otherwise, you can point all to the same installations, have common settings in the LocalSettings file, and then maybe include additional settings depending on the subdomain. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 20 October 2016 (UTC)&lt;br /&gt;
:Thank you for clarification. I just don&#039;t know what to do next, so what I have already done:&lt;br /&gt;
:Installed mediawiki to the root directory of mywiki.com as usual (I chose English) and uploaded LocalSettings.php file and renamed it according to manual to LocalSettings_en.php and start the installation again, but chose German language and indicated the same database, but added prefix to the tables &amp;quot;_de&amp;quot;. Downloaded LocalSettings php file and renamed it to LocalSettings_de.php.&lt;br /&gt;
:Now I created subdomains at my hosting de.mywiki.com and en.mywiki.com&lt;br /&gt;
:... and now I don&#039;t know if I have done all correct and what should I do the next.&lt;br /&gt;
:I would be thankful greatly for your help. [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 13:07, 20 October 2016 (UTC)&lt;br /&gt;
:you should publish each installation on their own domain. Note that, if you&#039;ve installed all in the same subdomain by renaming LocalSettings.php, you should fix at least $wgServer because they&#039;ll be pointing to the same one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 21:20, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Users are logged out too often ==&lt;br /&gt;
&lt;br /&gt;
Before upgrading to 1.27.1, users were signed in for more than half an hour at least if they check Keep me logged in on previous 1.26 but now it just logs out only after 2mins of gap!&lt;br /&gt;
&lt;br /&gt;
Is there a way to configure there somewhere?&lt;br /&gt;
&lt;br /&gt;
I&#039;ve not set any values for $wgSessionsInObjectCache and $wgSessionCacheType. Also the $wgMainCacheType = CACHE_NONE; without any caching. [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 14:49, 18 October 2016 (UTC)&lt;br /&gt;
:Try explicitly setting&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgSessionCacheType = CACHE_DB;&amp;lt;/code&amp;gt; [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:42, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Does MediaWiki 1.27 work well in Ubuntu 16.04LTS? ==&lt;br /&gt;
&lt;br /&gt;
Does MediaWiki 1.27 work well in Ubuntu 16.04LTS?  My current build is Ubuntu 11.04 and Mediawiki 1.16.4.  I plan to standup a new Virtual server, Install media wiki and Migrate mediawiki over to the new one.m in [[User:Vjsuarez2002|Vjsuarez2002]] ([[User talk:Vjsuarez2002|talk]]) 15:33, 18 October 2016 (UTC)&lt;br /&gt;
:As long as the fitting versions (Apache, PHP, MySQL/MariaDB) from [[compatibility]] are there, that should not be a problem! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 20:20, 18 October 2016 (UTC)&lt;br /&gt;
:Awesome, thank you!  One more question, is 64-but Ubuntu compatible? [[User:Vjsuarez2002|Vjsuarez2002]] ([[User talk:Vjsuarez2002|talk]]) 19:57, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to edit Comment on an uploaded Image file? ==&lt;br /&gt;
{{Archive top|result=Image comments can be edited with the Edit link of the File page.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi everyone, it&#039;s the first time I&#039;ve run my own wiki, I have MediaWiki 1.27.1,&lt;br /&gt;
&lt;br /&gt;
I uploaded an image that had a long Comment description, then noticed I had worded it wrongly. I don&#039;t see a way to edit the Comment itself.&lt;br /&gt;
&lt;br /&gt;
If I &amp;quot;Upload a new version of this file&amp;quot;, users still see the original Comment (the bad one) directly beneath the image, on the image page. In other words, the image can be updated , but the Comment can&#039;t (?). Not in the place it is most visible. Yes, it was changed in the File History field for Comments. But like I say, it is a long comment which it truncated in the File History. Having it be wrong where it can be easily seen in full right below the image, but right where it can&#039;t be seen (cutoff in the File History), is unacceptable.&lt;br /&gt;
&lt;br /&gt;
The core problem is that users only see the original Comment underneath the picture. Am I doing something wrong?&lt;br /&gt;
&lt;br /&gt;
This is not a caching issue. Forcing action=purge will update the image, but it still has that original comment directly below it on the image page. No matter how many times I Upload a new version of the image.&lt;br /&gt;
&lt;br /&gt;
Is my only recourse, the workaround of making an entirely new image from the same image? This seems very poor if someone wants to attach, edit, and update detailed supporting comments for images.&lt;br /&gt;
&lt;br /&gt;
Thanks if you can help! [[User:RedKnight7|RedKnight7]] ([[User talk:RedKnight7|talk]]) 15:55, 18 October 2016 (UTC)&lt;br /&gt;
:You should be able to go to the file page, and use the Edit link at the top. Editing an image won&#039;t actually edit the bitmap itself, but let you edit the comment. [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 18:47, 18 October 2016 (UTC)&lt;br /&gt;
:Darn, I can&#039;t believe I didn&#039;t notice that. I was focussed on the image controls. That&#039;s all I needed! Problem solved, thanks! [[User:RedKnight7|RedKnight7]] ([[User talk:RedKnight7|talk]]) 18:55, 18 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Resize image ==&lt;br /&gt;
{{Archive top|result=Yeah, got it, thank you bro.&lt;br /&gt;
&lt;br /&gt;
Very happy.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi, I&#039;m trying to resize the images posted to maximum 800px wide, but I use the FRAME parameter in order to put the subtitles below, so I can not use the Wiki images variables.&lt;br /&gt;
&lt;br /&gt;
So I was doing debug here to find out where the call occurs in loading the image to direct power to change the source code.&lt;br /&gt;
&lt;br /&gt;
And I came to the Linker.php file.&lt;br /&gt;
&lt;br /&gt;
The line &#039;&#039;&#039;&amp;quot;$ s =&amp;quot; &amp;lt;nowiki&amp;gt;&amp;lt;div class = \ &amp;quot;thumb t {$ fp [&#039;align&#039;]} \&amp;quot;&amp;gt; &amp;lt;div class = \ &amp;quot;thumbinner \&amp;quot; style = \ &amp;quot;width: {$ outerWidth} px; \&amp;quot; &amp;gt; &amp;quot;;&amp;quot;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It has $ outerWidth parameter that from what I understand, determines the image size when you will be charged.&lt;br /&gt;
&lt;br /&gt;
So I was wondering if anyone can help me change the source code so that if the user upload a larger image than 800px wide, this image is automatically with only 800px wide to be displayed. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 17:38, 18 October 2016 (UTC)&lt;br /&gt;
:why don&#039;t use |thumb| instead of |frame|, which allows to specify a width? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:50, 19 October 2016 (UTC)&lt;br /&gt;
:Humm le´me see, i´ll try. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 10:46, 19 October 2016 (UTC)&lt;br /&gt;
:Yeah, got it, thank you bro.&lt;br /&gt;
:Very happy. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 10:56, 19 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Category count decreases when not logged in. ==&lt;br /&gt;
{{Flow summary|Known bug with MediaWiki and anonymous users.}}&lt;br /&gt;
&lt;br /&gt;
Versions = Wiki: 1.26.2, PHP: 5.4.43, MySQL: 5.5.51-38.2.&lt;br /&gt;
&lt;br /&gt;
Site = http://www.vgmpf.com&lt;br /&gt;
&lt;br /&gt;
I created a new page with a category tag and it shows up in the category page like it should. However, it only appears in the category to logged in users. For users who are logged out, the page is not in the category, and the total page count of the category decreases reflecting the missing page. I can still navigate to the page directly when logged out. I don&#039;t have any extensions to hide pages and most of the pages I created in the past show up properly in the category while logged out.&lt;br /&gt;
&lt;br /&gt;
The only major changes I&#039;ve made to the Wiki in the past year are upgrading from 1.25 to 1.26.2 and switching from manual user account creation to using the ConfirmEdit extension.&lt;br /&gt;
&lt;br /&gt;
If you know why the pages aren&#039;t showing up in their categories for logged out users, please let me know, thanks! [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 18:45, 18 October 2016 (UTC)&lt;br /&gt;
:This looks like a caching problem. Does the wrong number appear also when navigating using the &amp;quot;private browsing&amp;quot; feature of your browser? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:49, 19 October 2016 (UTC)&lt;br /&gt;
:I get the same result when I use a private browser. 172 pages in the category while logged out, 176 while logged in (similar results in other categories). My site uses caching, but I haven&#039;t changed the setting in a long time, and this problem seems to have appeared within the past 30 days. Thank you for the reply! [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 12:22, 19 October 2016 (UTC)&lt;br /&gt;
:Sadly, this is broken when $wgUseFileCache {{phabricator|T26575}} [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:17, 19 October 2016 (UTC)&lt;br /&gt;
:Thank you Ciencia Al Poder. I&#039;m assuming the pages will migrate their way into their proper categories for anonymous users as the cache updates. In the meantime, I will patiently wait for a fix. [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 13:31, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:MsUpload ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
while uploading it says internal error occured.Can anyone guide me on this issue [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 07:20, 19 October 2016 (UTC)&lt;br /&gt;
:Does normal upload (through Special:Upload) work? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:34, 19 October 2016 (UTC)&lt;br /&gt;
:when we tried to upload(through Special:Upload) it throws Could not create directory &amp;quot;mwstore://local-backend/local-public/c/c7&amp;quot;. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:11, 19 October 2016 (UTC)&lt;br /&gt;
:you should fix permissions on your upload folder (configured by [[Manual:$wgUploadDirectory|$wgUploadDirectory]], defaults to the folder /images inside the MediaWiki installation folder). Be sure it&#039;s writable by the webserver [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 19:40, 19 October 2016 (UTC)&lt;br /&gt;
:thank u Ciencia. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:02, 20 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== SimpleBatchUpload ==&lt;br /&gt;
&lt;br /&gt;
is SimpleBatchUpload supported in 1.23.5 version of mediawiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:07, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== jQuery is not defined when upgrade from 1.20 to 1.25 ==&lt;br /&gt;
&lt;br /&gt;
I have written my extension when I use 1.20, and there is some Javascript in the code, for example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
class Example&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
public static function onBeforePageDisplay( OutputPage &amp;amp;$out, Skin &amp;amp;$skin  )&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
echo &#039;&amp;lt;script&amp;gt;&#039;;&lt;br /&gt;
&lt;br /&gt;
echo &#039;$(function() { console.log(&amp;quot;test&amp;quot;) });&#039;&lt;br /&gt;
&lt;br /&gt;
echo &#039;&amp;lt;/script&amp;gt;&#039;;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
It works perfectly in 1.20, but after I upgrade MediaWiki to 1.25, I got message jQuery is not defined(…), I am pretty sure jQuery is loaded, because I type $(&#039;body&#039;).length on console panel, it returns 1, how to fix it? [[User:Chan15tw|Chan15tw]] ([[User talk:Chan15tw|talk]]) 09:46, 19 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t know, what you are actually trying to do. However, if you need jQuery, then the right way is not to output your JavaScript code into the page directly. Instead, include your code inside a [[ResourceLoader]] module. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 11:57, 19 October 2016 (UTC)&lt;br /&gt;
:You can&#039;t just insert scripts that depend on other scripts like that, as everything is loaded asynchronously since 1.26. As said above, making a RL module is the best way. If there is some reason you really have to have an inline script, then in currently supported versions of MW (1.26+) you can add your script to the RL queue, so it will be executed after the core modules (mediawiki and jQuery) are ready.&lt;br /&gt;
:&amp;lt;code&amp;gt; &#039;&#039;&#039;(window.RLQ=window.RLQ||[]).push(function(){&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;     $(function() { console.log(&amp;quot;test&amp;quot;) });&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; &#039;&#039;&#039;});&#039;&#039;&#039;&amp;lt;/code&amp;gt; [[Special:Contributions/137.147.144.56|137.147.144.56]] ([[User talk:137.147.144.56|talk]]) 06:15, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:SimpleBatchUpload ==&lt;br /&gt;
&lt;br /&gt;
To download this extension the recommended way to download this extension is by using [[Composer]]. To do that, i was asked to add the following to the MediaWiki &amp;lt;code&amp;gt;composer.local.json&amp;lt;/code&amp;gt; file and run &amp;lt;code&amp;gt;php composer.phar update mediawiki/simple-batch-upload&amp;lt;/code&amp;gt; from the MediaWiki installation directory. But i am not able to find the composer.local.json file. So i tried this in composer.json. Has anyone faced a similar issue. Kindly guide me through this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:49, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to use Description2 ==&lt;br /&gt;
&lt;br /&gt;
Hello.&lt;br /&gt;
&lt;br /&gt;
I installed Description2.&lt;br /&gt;
&lt;br /&gt;
How now to use it? Does it generate metadata by itself? [[User:TraaBBIT|TraaBBIT]] ([[User talk:TraaBBIT|talk]]) 11:19, 19 October 2016 (UTC)&lt;br /&gt;
:The extension is working on the page text, extracts data from there and sets the result as content of the meta tag. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 11:53, 19 October 2016 (UTC)&lt;br /&gt;
:OK.&lt;br /&gt;
:Is there any way to setup meta description on some page? I wan&#039;t to have some meta description on my main page. [[User:TraaBBIT|TraaBBIT]] ([[User talk:TraaBBIT|talk]]) 10:48, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Which addons (other than editor) are helpful making formats to make new pages in? ==&lt;br /&gt;
&lt;br /&gt;
I just started Mediowiki and only have Editor. What can help me to make standard pages following my own constructed format? [[User:Irene van Oostrum|Irene van Oostrum]] ([[User talk:Irene van Oostrum|talk]]) 12:41, 19 October 2016 (UTC)&lt;br /&gt;
:You can use templates. These are boilerplates, which you can use and fill with content on multiple pages. See [[Help:Templates]] for details! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:11, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how do you write text to make an clickable email adress? ==&lt;br /&gt;
&lt;br /&gt;
how do you write text to make an clickable email adress? [[User:Irene van Oostrum|Irene van Oostrum]] ([[User talk:Irene van Oostrum|talk]]) 12:42, 19 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;[mailto:info@example.org email me]&amp;lt;/nowiki&amp;gt; should be working.&lt;br /&gt;
:See also [[Help:Links#External links]]! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:12, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== need help trying to combined old acct with new acct ==&lt;br /&gt;
&lt;br /&gt;
my old log in is under stephanie stewart password i done forget however i can&#039;t seem to locate info in system -this is the problem with having your own computer and letting the computer keep the password&lt;br /&gt;
&lt;br /&gt;
anyway new name is now stephaniergoodwin [[User:Stephaniergoodwin|Stephaniergoodwin]] ([[User talk:Stephaniergoodwin|talk]]) 13:00, 19 October 2016 (UTC)&lt;br /&gt;
:If you are speaking about an account in Wikipedia, then two accounts can be combined. However, this requires you to do an according request &#039;&#039;and&#039;&#039; to post a confirmation with the other account. So you will need the password of the old account. &lt;br /&gt;
:The name of the old account obviously is not &amp;quot;stephanie stewart&amp;quot;. An account with that name does not exist. However, you will be able to find your old account, if you view an article, which you have once edited. Then use the history of that article to find your old username. &lt;br /&gt;
:If you have an email address attached to the old account, you will be able to use [[Special:PasswordReset]] to reset the password! &lt;br /&gt;
:You can also use the &amp;quot;Email new password&amp;quot; feature on the Special:UserLogin page! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:09, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Explicitly disable autocomplete? ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
When scanning my wiki with Rapid7 Nexpose I get the following vulnerability:&lt;br /&gt;
&lt;br /&gt;
Form with action &amp;lt;nowiki&amp;gt;https://wiki.example.url/index.php/Special:UserLogin&amp;lt;/nowiki&amp;gt; does not explicitly disable autocomplete for the following sensitive fields: wpPassword&lt;br /&gt;
&lt;br /&gt;
Is there a simple way to fix this? I looked at LoginSignupSpecialPage.php, but found no easy way to fix it myself. Any help regarding this issue is highly appreciated.&lt;br /&gt;
&lt;br /&gt;
Best regards.&lt;br /&gt;
&lt;br /&gt;
Paddy [[Special:Contributions/213.207.123.215|213.207.123.215]] ([[User talk:213.207.123.215|talk]]) 13:45, 19 October 2016 (UTC)&lt;br /&gt;
:It’s questionable how well this actually works — many browsers seem to ignore it — but it’s probably&lt;br /&gt;
:what you want to add:  &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;autocomplete=“off”&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
However, if you ask me, this is not a security problem. It is a company trying to make money from people&#039;s fears, which the company created itself. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 18:49, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hooks.php in line 195 ==&lt;br /&gt;
&lt;br /&gt;
CENTOS 7.2 + nginx 1.10 + php 7.1&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::init() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ImageMap::onParserFirstCallInit() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to InputBoxHooks::register() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Poem::init() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to SyntaxHighlight_GeSHi::onParserFirstCallInit() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onOutputPageBeforeHTML() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onBeforePageDisplay() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to TimedMediaHandlerHooks::pageOutputHook() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onInternalParseBeforeSanitize() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MwEmbedResourceManager::registerModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to TimedMediaHandlerHooks::resourceLoaderRegisterModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to GadgetHooks::registerModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onResourceLoaderRegisterModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onInternalParseBeforeSanitize() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to CiteThisPageHooks::onSkinTemplateBuildNavUrlsNav_urlsAfterPermalink() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Avatar\Hooks::onSkinTemplateOutputPageBeforeExec() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onSkinTemplateOutputPageBeforeExec() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Avatar\Hooks::onBaseTemplateToolbox() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195 [[User:Tunglinwu|Tunglinwu]] ([[User talk:Tunglinwu|talk]]) 18:52, 19 October 2016 (UTC)&lt;br /&gt;
:You obviously have a huge number of extensions, which are passing a value instead of a reference to call_user_func_array() (however this may not work in PHP 5.3 and beyond, the manual is not clear at that point). [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 19:13, 19 October 2016 (UTC)&lt;br /&gt;
:And note that a final version of PHP 7.1 has not yet been released. Also currently there is no version of MediaWiki, which would officially be working with PHP 7.1. This might (should) change for MediaWiki 1.28, but 1.27 LTS version is &#039;&#039;not&#039;&#039; compatible with PHP 7.1. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 19:16, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to separate file description page from database? ==&lt;br /&gt;
&lt;br /&gt;
I am trying to separate files in about 20 wikis into one combined wiki. The file can be easily combined into one place but the description pages are much harder.&lt;br /&gt;
&lt;br /&gt;
It seems that Mediawiki store image description in table &amp;quot;text&amp;quot; along with other normal article, Is there any way to select and export file description page? [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 04:27, 20 October 2016 (UTC)&lt;br /&gt;
:Don&#039;t mess with the database unless you really know what are you doing. There are tools for importing and exporting the data.&lt;br /&gt;
:You can use [[Manual:importImages.php|importImages.php]] to place images in the right directory structure of the wiki and also create the required database rows. Note that you need to import description pages before importing images: read next step.&lt;br /&gt;
:For the description pages, export an XML dump of those description pages with [[Manual:dumpBackup.php|dumpBackup.php]] and then import them on the target wiki. Read [[Manual:Importing XML dumps]]. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:38, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Language switching ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve got MW 1.23 plus the LanguageSelector extension. I arranged things so that language &amp;amp; links of the Sidebar menu entries change when the user switches the language via the Language selector. This works. But the current page does not change, so the user has to change it manually. AFAIK this is by design.&lt;br /&gt;
&lt;br /&gt;
My goal: The current page should be refreshed automatically, e. g. from MyPage/de to Mypage or to Mypage/fr whenever the user changes the language via the language selector.&lt;br /&gt;
&lt;br /&gt;
Is there any way to accomplish this?  [[Special:Contributions/84.151.230.224|84.151.230.224]] ([[User talk:84.151.230.224|talk]]) 10:17, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== UNC Links WIKI TO RICH EDITOR ==&lt;br /&gt;
&lt;br /&gt;
I implemented the UNC Links using WIKI editor. When i switched from WIKI to RICH text editor, it&#039;s adding some extra codes or something which navigates to a file upload page.When in WIKI, [file://\\server1\abc\3.docx Word].When moved to RICH text and again moved back to WIKI editor, [[&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt;]].This makes the link to navigate to file upload page. Has anyone faced a similar issue. Kindly help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:06, 20 October 2016 (UTC)&lt;br /&gt;
:I implemented the UNC Links using WIKI editor. When i switched from WIKI to RICH text editor, it&#039;s adding some extra codes or something which navigates to a file upload page.When in WIKI, [file://\\server1\abc\3.docx Word].When moved to RICH text and again moved back to WIKI editor,[[&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt;]].This makes the link to navigate to file upload page. Has anyone faced a similar issue. Kindly help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:09, 20 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt; [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:10, 20 October 2016 (UTC)&lt;br /&gt;
:File:file://\\server1\abc\3.docx|Word [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:11, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:Collection ==&lt;br /&gt;
&lt;br /&gt;
extension:collection is not getting downloaded.Ha anyone faced this issue? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:00, 20 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;has [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:00, 20 October 2016 (UTC)&lt;br /&gt;
:for 1.23 version [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:07, 20 October 2016 (UTC)&lt;br /&gt;
:The &amp;quot;site can&#039;t be reached&amp;quot; error does sometimes show, but the extension, nevertheless, begins downloading. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 12:13, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== No images ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Produkt&lt;br /&gt;
!Version&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mediawiki.org/ MediaWiki]&lt;br /&gt;
|1.27.1&lt;br /&gt;
|-&lt;br /&gt;
|[https://php.net/ PHP]&lt;br /&gt;
|5.6.26 (cgi-fcgi)&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mysql.com/ MySQL]&lt;br /&gt;
|5.7.11&lt;br /&gt;
|-&lt;br /&gt;
|[http://site.icu-project.org/ ICU]&lt;br /&gt;
|4.4.1&lt;br /&gt;
|}&lt;br /&gt;
Any ideas of which reasons could cause that I can&#039;t display images uploaded to my site?&lt;br /&gt;
&lt;br /&gt;
http://www.sejlerwiki.dk/index.php?title=Speciel:Filer [[User:Jesper Bonde|Jesper Bonde]] ([[User talk:Jesper Bonde|talk]]) 14:59, 20 October 2016 (UTC)&lt;br /&gt;
:The page you linked should contain a few preview images, but these images do not display. There is no error, in fact there is a reference to each image, but that is all.&lt;br /&gt;
:When I try calling such an image with its URL, e.g. http://www.sejlerwiki.dk/images/thumb/f/f7/Pantry.jpg/180px-Pantry.jpg, I get this error:&lt;br /&gt;
:&amp;lt;code&amp;gt; No input file specified&amp;lt;/code&amp;gt;&lt;br /&gt;
:The same does not only happen for preview images, but also for the originals.&lt;br /&gt;
:An explanation of this error can be found at http://stackoverflow.com/questions/14555996/no-input-file-specified&lt;br /&gt;
:As this somehow seems to be related to PATH_INFO, the configuration variable [[Manual:$wgUsePathInfo]] might also be relevant for you. [[Special:Contributions/87.123.19.84|87.123.19.84]] ([[User talk:87.123.19.84|talk]]) 15:45, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Logo help ==&lt;br /&gt;
&lt;br /&gt;
Can anyone tell me what I&#039;m doing wrong with my local settings to get my logo to work? I&#039;ve tried to copy exactly what the help documents say but just can&#039;t seem to get it to work. Here is line from my LocalSettings.PHP.&lt;br /&gt;
&lt;br /&gt;
$wgLogo = &amp;quot;$wgScriptPath/wiki/images/ThanoTechLogoGREY.jpg&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
What am I missing? Do I need to add public_html before wiki in the path?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance! [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 18:50, 20 October 2016 (UTC)&lt;br /&gt;
:$wgScriptPath by default points to the folder, in which you have MediaWiki installed. From what you have set there, I guess that you installed MediaWiki into a folder called wiki/? This folder will by default already be part of $wgScriptPath. Try with&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgLogo = &amp;quot;$wgScriptPath/images/ThanoTechLogoGREY.jpg&amp;quot;;&amp;lt;/code&amp;gt;&lt;br /&gt;
:The file ThanoTechLogoGREY.jpg then belongs into the images/ folder. [[Special:Contributions/87.123.19.84|87.123.19.84]] ([[User talk:87.123.19.84|talk]]) 18:58, 20 October 2016 (UTC)&lt;br /&gt;
:Still nothing...it&#039;s just a blank white box. I just realized though that the image I&#039;m trying to use is huge so I&#039;ll need to resize it. Would that effect if it works? [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 20:15, 20 October 2016 (UTC)&lt;br /&gt;
:Is your wiki public so that I can have a look?&lt;br /&gt;
:If the image is to huge, it can be cut off showing only little part of the actual image.&lt;br /&gt;
:You should be reading [[Manual:$wgLogo]]! It will contain hints on most of the issues, which might arise. [[Special:Contributions/87.123.56.23|87.123.56.23]] ([[User talk:87.123.56.23|talk]]) 20:19, 20 October 2016 (UTC)&lt;br /&gt;
:Yes it&#039;s currently public. Just in the beginning stages of developing it for the company I work for. &lt;br /&gt;
:http://wiki.thanotech.com/ [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 20:35, 20 October 2016 (UTC)&lt;br /&gt;
:Yeah I was using that page to help me figure it out but I&#039;ve kinda hit a wall. I was even using this youtube video to learn how to do it: https://www.youtube.com/watch?v=C2279y_LMDc [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 20:37, 20 October 2016 (UTC)&lt;br /&gt;
:Actually, I think it&#039;s all on the page already:&lt;br /&gt;
:Your image is present at the right location, this location can be accessed and the source code is also pointing to it. But the image is - Donald Trump - huuuuge. ;-) Recommended size is 135x135 pixels. Yours is around 3000 pixels too big - in either direction. What you see is just a white part of your image. [[Special:Contributions/87.123.56.23|87.123.56.23]] ([[User talk:87.123.56.23|talk]]) 21:37, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Randomly being logged out ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just upgraded from 1.25 to 1.27. Now every few edits I get a message (in german) that says something like &amp;quot;sorry, we couldn&#039;t save, session data has been lost. Please verify that you are still logged in&amp;quot; [[Special:Contributions/79.212.228.219|79.212.228.219]] ([[User talk:79.212.228.219|talk]]) 18:58, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Install Extension ==&lt;br /&gt;
&lt;br /&gt;
When I try install extension &amp;quot;Validator&amp;quot; on the site says:&amp;quot;Exception encountered, of type &amp;quot;Exception&amp;quot; [[User:Vlaaaaaaad|Vlaaaaaaad]] ([[User talk:Vlaaaaaaad|talk]]) 19:49, 20 October 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;topic_postId=tdstetz0s76ugyil&amp;topic_revId=tdstetz0s76ugyil&amp;action=single-view</id>
		<title>Topic:Tdsoht43t6hq0fc0</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;topic_postId=tdstetz0s76ugyil&amp;topic_revId=tdstetz0s76ugyil&amp;action=single-view"/>
		<updated>2016-10-20T20:19:02Z</updated>

		<summary type="html">&lt;span class=&quot;plainlinks&quot;&gt;&lt;a href=&quot;/wiki/Special:Contributions/87.123.56.23&quot; class=&quot;mw-userlink mw-anonuserlink&quot; title=&quot;Special:Contributions/87.123.56.23&quot;&gt;&lt;bdi&gt;87.123.56.23&lt;/bdi&gt;&lt;/a&gt; &lt;span class=&quot;mw-usertoollinks&quot;&gt;(&lt;a href=&quot;/w/index.php?title=User_talk:87.123.56.23&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;mw-usertoollinks-talk new&quot; title=&quot;User talk:87.123.56.23 (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/span&gt; &lt;a class=&quot;external text&quot; data-mw-original-href=&quot;//www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;amp;topic_showPostId=tdstetz0s76ugyil#flow-post-tdstetz0s76ugyil&quot; href=&quot;https://www.mediawiki.org/w/index.php?title=Topic:Tdsoht43t6hq0fc0&amp;amp;topic_showPostId=tdstetz0s76ugyil#flow-post-tdstetz0s76ugyil&quot;&gt;commented&lt;/a&gt; on &quot;Logo help&quot; (&lt;em&gt;Is your wiki public so that I can have a look? If the image is to huge, it can be cut off showing only little part of the actual image. Y...&lt;/em&gt;)&lt;/span&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
	<entry>
		<id>https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2016/10&amp;diff=7398433</id>
		<title>Project:Support desk/Flow/2016/10</title>
		<link rel="alternate" type="text/html" href="https://www.mediawiki.org/w/index.php?title=Project:Support_desk/Flow/2016/10&amp;diff=7398433"/>
		<updated>2016-10-20T20:19:02Z</updated>

		<summary type="html">&lt;p&gt;87.123.56.23: /* Logo help */ Added reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{flow imported revision}}&lt;br /&gt;
{{Project:Support desk/Archive header}}&lt;br /&gt;
{{languages}}&lt;br /&gt;
&lt;br /&gt;
== Not getting Tab View of headings on mobile view ==&lt;br /&gt;
&lt;br /&gt;
Hi, I installed the extension MobileFrontend to make the site responsive. I have noticed in Wikipedia that when you view it in mobile, you have a collapsible heading. I need the same UI. Do you know what i need to do. I assumed that the extension would handle it. [[Special:Contributions/115.97.33.85|115.97.33.85]] ([[User talk:115.97.33.85|talk]]) 05:26, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Js stopped working ==&lt;br /&gt;
&lt;br /&gt;
Hey. After upgrading to the latest mediawiki version on xampp, on my testwiki, Javascript stopped working. Not only that, but even extensions such as tabber or comments stopped working, as well. Additionally, all tables are expanded by default and so is the table of contents and the button to collapse them is gone. When opening the browser console, these are the errors that I get:&lt;br /&gt;
&lt;br /&gt;
[867d9880b15ce13ae9bbf291] 2016-10-01 08:13:44: Fatal exception of type LogicException&lt;br /&gt;
&lt;br /&gt;
[867d9880b15ce13ae9bbf291] 2016-10-01 08:13:44: Fatal exception of type LogicException&lt;br /&gt;
&lt;br /&gt;
Problematic modules: {&amp;quot;startup&amp;quot;:&amp;quot;error&amp;quot;}&lt;br /&gt;
&lt;br /&gt;
I set $wgShowExceptionDetails to true, but it doesn&#039;t give me more details.&lt;br /&gt;
&lt;br /&gt;
I must mention I ran into errors when upgrading to the latest version, as well. Here&#039;s my previous topic, maybe it helps: [[Topic:Tcb0ktkflm76hj6u]] [[Special:Contributions/92.83.196.215|92.83.196.215]] ([[User talk:92.83.196.215|talk]]) 08:37, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Any way to limit search rate in total or for each visitor? ==&lt;br /&gt;
&lt;br /&gt;
Hi guys,&lt;br /&gt;
&lt;br /&gt;
Our wiki sites using elasticsearh with Extension:CirrusSearch. Recently there is a moron script kiddie keep attacking our MW sites by submit huge amount of search request from considerable amount of proxy servers.&lt;br /&gt;
&lt;br /&gt;
We turned off the search VM now to avoid site down. We&#039;d like to get search function back by limiting total search rate or search query by each visitor. Is there Any way to limit search rate?&lt;br /&gt;
&lt;br /&gt;
Thank you for your reply in advance!!! We really appreciate your help! [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 09:39, 1 October 2016 (UTC)&lt;br /&gt;
:Not an easy one.&lt;br /&gt;
:There is an Apache module, mod_security, which can be used to detect attacks and to prevent further access afterwards.&lt;br /&gt;
:If this only is one (static) IP address, then it might already be enough to block it in .htaccess. [[Special:Contributions/87.123.11.131|87.123.11.131]] ([[User talk:87.123.11.131|talk]]) 14:59, 1 October 2016 (UTC)&lt;br /&gt;
:The answer is [[Extension:PoolCounter]]. However, only Ubuntu have the server pack available to installed from http://apt.wikimedia.org/wikimedia.&lt;br /&gt;
:You can install manually for Debian system. It is almost impossible to get this thing running in Centos. So my final solution is to use rate_limit mod in nginx. [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 06:32, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Error writing to CDB file ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:Hotowiki2.PNG|1060x1060px]]&amp;lt;/span&amp;gt; [[User:Gochiusa|Gochiusa]] ([[User talk:Gochiusa|talk]]) 15:40, 1 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Snippets/Photo Slider ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to install thiss snippet on my Wiki, but... I don&#039;t know where I should make jCarousel.js and carousel.css files. In main namespace? Mediawiki space? Maybe as files in main MediaWiki folder? This is my first experience with snippets. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 16:00, 1 October 2016 (UTC)&lt;br /&gt;
:The &amp;quot;j&amp;quot; in &amp;quot;jC arousel.js&amp;quot; appears to be a typo. Wikivoyage appears to have these two pages here:&lt;br /&gt;
:https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel.js&lt;br /&gt;
:https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel.css [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 18:27, 1 October 2016 (UTC)&lt;br /&gt;
:Thank you for your answer, but template still doesn&#039;t look like this in Wikivoyage.&lt;br /&gt;
:[https://chemiaredzik.files.wordpress.com/2016/10/zrzut-ekranu-152.png] [https://chemiaredzik.files.wordpress.com/2016/10/zrzut-ekranu-151.png] [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 19:29, 1 October 2016 (UTC)&lt;br /&gt;
:As this is a gadget (the [[Extension:Gadgets]] will also have to be activated), have you copied this page:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/MediaWiki:Gadget-Carousel&lt;br /&gt;
:and the relevant &amp;quot;carousel&amp;quot; line from this one?&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/MediaWiki:Gadgets-definition&lt;br /&gt;
:Or you can directly export and then import the gadget through:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/Special:Gadgets/export/Carousel&lt;br /&gt;
:You probably have already done this, but in case you didn&#039;t, you will also have to copy this template too:&lt;br /&gt;
:* https://en.wikivoyage.org/wiki/Template:Banner [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 01:24, 2 October 2016 (UTC)&lt;br /&gt;
:You&#039;re right, gadget wasn&#039;t copied, but now, when I did it and even refreshed for many times, template and template using still looks the same, as on previously attached screens, no any change. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 21:23, 3 October 2016 (UTC)&lt;br /&gt;
:* Is the gadget activated? (Check in Preferences &amp;gt; Gadgets)&lt;br /&gt;
:* Maybe it is a cache problem, try opening the page inside another browser.&lt;br /&gt;
:Unfortunately, I can&#039;t think of anything else at the moment. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 05:07, 4 October 2016 (UTC)&lt;br /&gt;
:Onviously gadget was activated previously, have no idea what may be still wrong. [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 21:27, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== unable to log in with password reset ==&lt;br /&gt;
&lt;br /&gt;
I can&#039;t log in - None of the user name combos work despite asking for and using a password reset&lt;br /&gt;
&lt;br /&gt;
every password reset sent form Wiki fails.&lt;br /&gt;
&lt;br /&gt;
Does anybody know what&#039;s going on? [[Special:Contributions/2602:306:31B7:8F50:8DE0:C73C:232B:A0C8|2602:306:31B7:8F50:8DE0:C73C:232B:A0C8]] ([[User talk:2602:306:31B7:8F50:8DE0:C73C:232B:A0C8|talk]]) 17:18, 1 October 2016 (UTC)&lt;br /&gt;
:Are you on an Wikimedia Foundation wiki or your own Wiki? [[User:Zppix|Zppix (Volunteer Dev)]] ([[User talk:Zppix|talk]]) 19:04, 1 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hook TitleMoveComplete broken in MW 1.27.1?? ==&lt;br /&gt;
{{Flow summary|$newtitle &amp;gt; $newTitle}}&lt;br /&gt;
&lt;br /&gt;
[[Manual:Hooks/TitleMoveComplete]] reads that in MW 1.27.1 you should use $user instead of &amp;amp;$user.&lt;br /&gt;
&lt;br /&gt;
But then $newtitle is broken:&lt;br /&gt;
&lt;br /&gt;
  They all give me Notice: Undefined variable: newtitle&lt;br /&gt;
with&lt;br /&gt;
 public static function onTitleMoveComplete( Title &amp;amp;$title, Title &amp;amp;$newTitle, User $user, $oldid, $newid, $reason, Revision $revision ) {&lt;br /&gt;
    $ns = $newtitle-&amp;gt;getNamespace();&lt;br /&gt;
    ...&lt;br /&gt;
 }&lt;br /&gt;
or&lt;br /&gt;
 public static function onTitleMoveComplete( $title, $newTitle, $user, $oldid, $newid, $reason, Revision $revision )  {&lt;br /&gt;
    $ns = $newtitle-&amp;gt;getNamespace();&lt;br /&gt;
    ...&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
How can this be fixed? :( [[User:Subfader|Subfader]] ([[User talk:Subfader|talk]]) 14:05, 2 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to recreate the &amp;quot;30/500&amp;quot; protection ==&lt;br /&gt;
&lt;br /&gt;
I was curious, how does someone recreate the &amp;quot;[[w:WP:30/500|30/500]]&amp;quot; type of protection that is found on Wikipedia on their own wiki? [[User:NeedAGoodUsername|NeedAGoodUsername]] ([[User talk:NeedAGoodUsername|talk]]) 18:08, 2 October 2016 (UTC)&lt;br /&gt;
:&amp;gt; 30/500 protection prevents editing by users without 30 days tenure and 500 edits on the English Wikipedia. It is applied to combat any form of disruption where semi-protection has proven to be ineffective.&lt;br /&gt;
:I do not positively know the technical background, but that might be some kind of autoconfirmation. See [[Manual:Autoconfirmed users]] for more details! [[Special:Contributions/87.123.54.185|87.123.54.185]] ([[User talk:87.123.54.185|talk]]) 01:55, 3 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t believe it is from [[Manual:Autoconfirmed users]], mainly because that effects the whole wiki. This protection implies that it&#039;s only on specific articles where semi-protection hasn&#039;t worked against vandalism, [[User:NeedAGoodUsername|NeedAGoodUsername]] ([[User talk:NeedAGoodUsername|talk]]) 11:14, 3 October 2016 (UTC)&lt;br /&gt;
:One piece of the puzzle: [[Manual:$wgRestrictionLevels]] [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 14:18, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Insert query not working on HOOK Callback? ==&lt;br /&gt;
&lt;br /&gt;
I am using Hook to save data in database. but data is not save in table and also i am not getting any error. below is the my query.&lt;br /&gt;
&lt;br /&gt;
$wgHooks[&#039;LocalUserCreated&#039;][] = &#039;onLocalUserCreated&#039;;&lt;br /&gt;
&lt;br /&gt;
function onLocalUserCreated( $user, $autocreated ) {&lt;br /&gt;
&lt;br /&gt;
$UserId=$user-&amp;gt;mId;&lt;br /&gt;
&lt;br /&gt;
$dbw = wfGetDB( DB_MASTER );&lt;br /&gt;
&lt;br /&gt;
$insert_rows[] = [&lt;br /&gt;
&lt;br /&gt;
&#039;up_user&#039; =&amp;gt; $UserId,&lt;br /&gt;
&lt;br /&gt;
&#039;up_property&#039; =&amp;gt; &#039;dob&#039;,&lt;br /&gt;
&lt;br /&gt;
&#039;up_value&#039; =&amp;gt; $_REQUEST[&#039;dob&#039;],&lt;br /&gt;
&lt;br /&gt;
];&lt;br /&gt;
&lt;br /&gt;
$dbw-&amp;gt;insert( &#039;user_properties&#039;, $insert_rows, &amp;lt;nowiki&amp;gt;&#039;&#039;&amp;lt;/nowiki&amp;gt;, [ &#039;IGNORE&#039; ] );&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Please let me what&#039;s the problem in query??? [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:19, 3 October 2016 (UTC)&lt;br /&gt;
:Maybe MediaWiki has already committed all changes to DB at this point, and your insert doesn&#039;t get automatically committed at the end of the request. Try to wrap your insert inside a transaction with a commit. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 3 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to get current user login information?? ==&lt;br /&gt;
&lt;br /&gt;
I want to get current login user id in mediawiki??? [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 11:50, 3 October 2016 (UTC)&lt;br /&gt;
:Where do you want to get that information? Inside a PHP file? Or in a wiki page? Or somewhere else? [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 13:32, 3 October 2016 (UTC)&lt;br /&gt;
:I want to get on LocalSetting.php file. below is the is code&lt;br /&gt;
:global $wgUser;&lt;br /&gt;
:print_r($wgUser);&lt;br /&gt;
:but nothing output. [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 14:10, 3 October 2016 (UTC)&lt;br /&gt;
:$wgUser is an object. If you are just calling it at a random place in LocalSettings.php, then chances are, it has not yet been initialized, with other words: It does not yet exist. You can however use different [[hook]]s, which allow you to access this object.&lt;br /&gt;
:Then, you can use $wgUser by calling the different functions, which are defined in User.php. See [[Manual:$wgUser]] for an example and for a link to the source code! [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 14:15, 3 October 2016 (UTC)&lt;br /&gt;
:Thanks i got it ;) [[Special:Contributions/182.74.178.178|182.74.178.178]] ([[User talk:182.74.178.178|talk]]) 05:28, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to re-position of Captcha (SimpleCaptcha) ? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I have customized my signup page, Like i have added dob, country,state and city. everything is working fine but the problem is all these fields are showing after Captcha. &lt;br /&gt;
&lt;br /&gt;
Please see the below link:&lt;br /&gt;
&lt;br /&gt;
http://demo.php.otssolutions.com/livelihood_new/index.php/Special:CreateAccount&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Zain [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 14:18, 3 October 2016 (UTC)&lt;br /&gt;
:Should you want to solve this using CSS, you might have to set [[Manual:$wgAllowSiteCSSOnRestrictedPages]] to true. (Another option might be to change the order using JavaScript/jQuery. Obviously there is no such variable for the use of &#039;&#039;JavaScript&#039;&#039; on those special pages.) [[Special:Contributions/87.123.41.75|87.123.41.75]] ([[User talk:87.123.41.75|talk]]) 14:35, 3 October 2016 (UTC)&lt;br /&gt;
:You can include scripts even on such restricted pages using [[Snippets/Load an additional JavaScript or stylesheet file on all pages]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 21:03, 3 October 2016 (UTC)&lt;br /&gt;
:Thanks for your reply, I have solve the problem using hook&lt;br /&gt;
:$wgHooks[&#039;AuthChangeFormFields&#039;][] = &#039;ResponsibilityHooks::onAuthChangeFormFields&#039;;&lt;br /&gt;
:public static function onAuthChangeFormFields( $requests, $fieldInfo, &amp;amp;$formDescriptor, $action ) {&lt;br /&gt;
:$tmpArr=array();&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaId&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaId&#039;]=$formDescriptor[&#039;captchaId&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaId&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaInfo&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaInfo&#039;]=$formDescriptor[&#039;captchaInfo&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaInfo&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(!empty($formDescriptor[&#039;captchaWord&#039;])) {&lt;br /&gt;
:$tmpArr[&#039;captchaWord&#039;]=$formDescriptor[&#039;captchaWord&#039;];&lt;br /&gt;
:unset($formDescriptor[&#039;captchaWord&#039;]);&lt;br /&gt;
:}&lt;br /&gt;
:if(is_array($tmpArr) &amp;amp;&amp;amp; !empty($tmpArr )) {&lt;br /&gt;
:foreach($tmpArr as $key=&amp;gt;$val) {&lt;br /&gt;
:$formDescriptor[$key]=$val;&lt;br /&gt;
:}&lt;br /&gt;
:}&lt;br /&gt;
:} [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:10, 4 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== MediaWiki:Sidebar ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
&lt;br /&gt;
is there any way how to simply add two or more elements into sidebar in one line.&lt;br /&gt;
&lt;br /&gt;
I mean like this:   ** target|link text  ** target|link text  ** target|link text&lt;br /&gt;
&lt;br /&gt;
and not: ** target|link text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; target|link text&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; target|link text&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Luboš [[User:Lobokn|Lobokn]] ([[User talk:Lobokn|talk]]) 06:21, 4 October 2016 (UTC)&lt;br /&gt;
:If you mean having more than one link in the same line/item of the sidebar: no, it&#039;s not possible. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:42, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can i add custom field on edit article page? ==&lt;br /&gt;
&lt;br /&gt;
I want to add Media field on edit article page, from there user can upload media to article pages.&lt;br /&gt;
&lt;br /&gt;
Please see attached image of edit article page : [[:File:Editing Main Page Livelihood.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{File:Editing_Main_Page_Livelihood.png}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 09:36, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Getting error while creating new page in ECM WIKI ==&lt;br /&gt;
&lt;br /&gt;
HI, I am trying to create new page in &amp;lt;nowiki&amp;gt;https://ecmcmwiki.azurewebsites.net/index.php?title=Main_Page&amp;lt;/nowiki&amp;gt;. When i am editing it and saving it I am getting Database error.&lt;br /&gt;
&lt;br /&gt;
Could some one suggest me how can I resolve this issue? [[Special:Contributions/167.220.238.19|167.220.238.19]] ([[User talk:167.220.238.19|talk]]) 13:02, 4 October 2016 (UTC)&lt;br /&gt;
:Add &lt;br /&gt;
:&amp;lt;code&amp;gt; $wgShowSQLErrors = true; &amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgDebugDumpSql  = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgShowDBErrorBacktrace = true;&amp;lt;/code&amp;gt;&lt;br /&gt;
:to LocalSettings.php and see what the exact error message is! [[Special:Contributions/87.123.18.64|87.123.18.64]] ([[User talk:87.123.18.64|talk]]) 13:22, 4 October 2016 (UTC)&lt;br /&gt;
:I am getting below error&lt;br /&gt;
:= Database error =&lt;br /&gt;
:Jump to:					[https://ecmcmwiki.azurewebsites.net/index.php?title=App_deployment&amp;amp;action=submit#mw-head navigation], 					[https://ecmcmwiki.azurewebsites.net/index.php?title=App_deployment&amp;amp;action=submit#p-search search]&lt;br /&gt;
:A database query error has occurred. This may indicate a bug in the software. [[Special:Contributions/167.220.238.19|167.220.238.19]] ([[User talk:167.220.238.19|talk]]) 14:11, 4 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== File upload Problem ==&lt;br /&gt;
&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
So I don&#039;t why but when we try to use the File Uploader on our Wiki it throws the following problem:&lt;br /&gt;
&lt;br /&gt;
[dfd151da] /wiki/Special:Upload MWException from line 1868 of /file/LocalFile.php: Could not acquire lock for &#039;PD-icon.svg.png.&#039;&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;Backtrace:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 /includes/filerepo/file/LocalFile.php(1147): LocalFile-&amp;gt;lock()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 /includes/upload/UploadBase.php(708): LocalFile-&amp;gt;upload(string, string, string, integer, array, boolean, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 /includes/specials/SpecialUpload.php(486): UploadBase-&amp;gt;performUpload(string, string, boolean, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 /includes/specials/SpecialUpload.php(197): SpecialUpload-&amp;gt;processUpload()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 /includes/specialpage/SpecialPage.php(384): SpecialUpload-&amp;gt;execute(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 /includes/specialpage/SpecialPageFactory.php(553): SpecialPage-&amp;gt;run(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 /includes/MediaWiki.php(281): SpecialPageFactory::executePath(Title, RequestContext)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 /includes/MediaWiki.php(714): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 /includes/MediaWiki.php(508): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 /index.php(41): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 {main}&amp;lt;nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
MediaWiki	1.26.4&lt;br /&gt;
&lt;br /&gt;
PHP	5.3.3&lt;br /&gt;
&lt;br /&gt;
MySQL	5.1.73 [[Special:Contributions/186.94.110.121|186.94.110.121]] ([[User talk:186.94.110.121|talk]]) 14:47, 4 October 2016 (UTC)&lt;br /&gt;
:This error is because of permissions. You need to make sure the server can write to the upload directory defined in MediaWiki. For example, try temporarily giving permissions to all users on the upload folder, recursively, and see if this fixes the problem. Tune those permissions to make it secure enough. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:55, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Updating an existing page when it&#039;s about your company ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;m trying to handle this in the most above-board way possible, so I&#039;m turning to this forum. I&#039;m an employee at a company that has a Wiki page. I got an email from someone today with this message: &amp;quot;&lt;br /&gt;
&amp;quot;Thought you&#039;d be interested to know there&#039;s a flag on your Wikipedia page. This calls the integrity of your page into question, and negatively impacts your company&#039;s credibility.&amp;quot; (They claim they can fix this problem -- presumably for a fee). Indeed, the page has these messages on it:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|This article &#039;&#039;&#039;contains content that is written like [[Wikipedia:What Wikipedia is not#Wikipedia is not a soapbox or means of promotion|an advertisement]]&#039;&#039;&#039;. &amp;lt;small&amp;gt;&#039;&#039;(August 2015)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|The topic of this article &#039;&#039;&#039;may not meet Wikipedia&#039;s [[Wikipedia:Notability (organizations and companies)|notability guidelines for companies and organizations]]&#039;&#039;&#039;.&amp;lt;small&amp;gt;&#039;&#039;(August 2015)&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Furthermore, the page is way out of date.&lt;br /&gt;
&lt;br /&gt;
What&#039;s the best way to handle this? Make edits myself? Hire an outside person to make edits? Ask a customer to make edits? The page really should be updated, but I don&#039;t know how to do so in a way that&#039;s acceptable.&lt;br /&gt;
&lt;br /&gt;
All guidance is appreciated!&lt;br /&gt;
&lt;br /&gt;
~Thad [[User:Thadp5|Thadp5]] ([[User talk:Thadp5|talk]]) 19:38, 4 October 2016 (UTC)&lt;br /&gt;
:First of all, I would suggest looking at the history of that page to make sure that this person who contacted you did not simply add these messages themselves. If they were added very recently, and you are quite sure these tags are inaccurate, you could probably follow the guidelines for [[:en:Help:Maintenance_template_removal|removing this template]].&lt;br /&gt;
:I also suggest first making any edits you can make without adding major bias that would bring the page up-to-date. Inevitably, some bias is going to slip in but other people can help with that. Asking customers to help edit directly might not necessarily be a good idea because it sounds like a daunting task, but requesting feedback and incorporating it into the article might help you avoid bias.&lt;br /&gt;
:Lastly, it&#039;s certainly reasonable to charge money for improving a company&#039;s image, but there&#039;s no definite guarantee that this individual is unbiased, and any significant amount of money seems unreasonable for improving a company&#039;s page on such an easily editable site as Wikipedia. [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 00:06, 5 October 2016 (UTC)&lt;br /&gt;
:Thanks for the thoughtful response [[User:Thadp5|Thadp5]] ([[User talk:Thadp5|talk]]) 00:55, 5 October 2016 (UTC)&lt;br /&gt;
:You could update the page yourself; however be aware of https://en.wikipedia.org/wiki/Wikipedia:COI and general expectations on https://en.wikipedia.org/wiki/Wikipedia:Notability and providing references/sources for statements. Please see the corresponding village pumps on the Wikipedia site that you refer to (maybe English Wikipedia?) for more information. [[User:Malyacko|Malyacko]] ([[User talk:Malyacko|talk]]) 11:06, 5 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Class not found in SpecialPageFactory.php ==&lt;br /&gt;
{{Archive top|result=I helped him/her fix the problem so it is all fixed now.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m just getting started developing an extension, the source for which is hosted [https://github.com/MTres19/mw-extension-git here]. The purpose of the extension is to allow wiki editing through Git. Unfortunately, I haven&#039;t been able to progress to actually working on that part since I&#039;ve run into a problem accessing the special page my extension should create: whenever I access Special:GitAccess or Special:SpecialPages on my wiki (http://hcstechwiki.homenet.org/mw/index.php) I get:&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Fatal Error:&#039;&#039;&#039; Class &#039;SpecialGitAccess&#039; not found in /...&amp;lt;path&amp;gt;.../specialpage/SpecialPageFactory.php on line &#039;&#039;&#039;396&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;ve enabled the Renameuser extension without any trouble, so obviously this is something I&#039;m doing wrong in my extension, but I can&#039;t figure out what it might be. I can&#039;t find any typos in my extension.json or SpecialGitAccess.php, but it seems that SpecialGitAccess.php isn&#039;t being included somehow...&lt;br /&gt;
&lt;br /&gt;
I am running MediaWiki 1.27.1 with MySQL 5.1.73, PHP 5.6.13, and lighttpd 1.4.36.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance, and sorry if this is a waste of time... [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 20:58, 4 October 2016 (UTC)&lt;br /&gt;
:paladox helped me on IRC. I had &amp;quot;AutoLoadClasses&amp;quot; instead of &amp;quot;AutoloadClasses&amp;quot; in extension.json. [[User:MTres19|MTres19]] ([[User talk:MTres19|talk]]) 20:35, 5 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== trouble logging into new account from ipad ios10 ==&lt;br /&gt;
&lt;br /&gt;
I created an account on a borrowed pc, confirmed it. created a public group page, confirmed editable, but i have not been able to log in again from my ipad. safari, cookies on, i finally see the captcha. i sent password reset but temp password isn&#039;t working and i can&#039;t log on.&lt;br /&gt;
&lt;br /&gt;
user page: Victoria Kushnir&lt;br /&gt;
&lt;br /&gt;
Topic page: SCIS Fleet [[Special:Contributions/47.18.33.177|47.18.33.177]] ([[User talk:47.18.33.177|talk]]) 04:02, 5 October 2016 (UTC)&lt;br /&gt;
:Have you tried Wikipedia&#039;s app (I&#039;m assuming you&#039;re talking about wikipedia if i&#039;m incorrect please correct me)? If not, I suggest trying that first. [[User:Zppix|Zppix (Volunteer Dev)]] ([[User talk:Zppix|talk]]) 17:35, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Filter on keywords in content in youtube, not in search ==&lt;br /&gt;
&lt;br /&gt;
I was wondering if there was a way to filter on content in description in YouTube, for example, I want to block dog and cat videos &lt;br /&gt;
&lt;br /&gt;
I have Pf-sense with squid guard working so the client gets the cert from the pf-sense server so it can see what otherwise would be encrypted traffic.&lt;br /&gt;
&lt;br /&gt;
IF i do a search with Cat|dog in the filter it will stop the YouTube from showing results, however say i went to a car search and watched a video which had a car video but on the recommendations from YouTube column there was a cat or dog video and i clicked on it , that video will play thru.&lt;br /&gt;
&lt;br /&gt;
is there a way to scan the description of the video etc to see if keywords could be blocked?&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Medi [[Special:Contributions/139.230.245.23|139.230.245.23]] ([[User talk:139.230.245.23|talk]]) 06:49, 5 October 2016 (UTC)&lt;br /&gt;
:Welcome to the support desk for the MediaWiki software. Could you elaborate how your question is related to the MediaWiki software? Thanks in advance! [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 11:01, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How can i upload file by PHP code in wiki? ==&lt;br /&gt;
&lt;br /&gt;
I want to upload file by php code and insert into &amp;quot;image&amp;quot; table.&lt;br /&gt;
&lt;br /&gt;
Please somebody explain me.&lt;br /&gt;
&lt;br /&gt;
Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 07:11, 5 October 2016 (UTC)&lt;br /&gt;
:You should use [[API:Upload]] (using a web request to MediaWiki api) or the [[Manual:importImages.php|importImages.php]] maintenance script. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:50, 5 October 2016 (UTC)&lt;br /&gt;
:How can i call API and Pass filename to it from Hook???&lt;br /&gt;
:&#039;&#039;&#039;[https://en.wikipedia.org/w/api.php?action=upload&amp;amp;filename=Test.txt&amp;amp;file=file_contents_here&amp;amp;token=+\ api.php?action=upload&amp;amp;filename=Test.txt&amp;amp;file=file_contents_here&amp;amp;token=+]&#039;&#039;&#039;&lt;br /&gt;
:Thanks, [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 11:45, 5 October 2016 (UTC)&lt;br /&gt;
:You can look at [[API:Calling internally]], but for file uploads it may be better if you look at the code of the importImages.php maintenance script, since you apparently have already the file contents somewhere in the filesystem of the server. Calling the api internally may not work here since it may expect the file to come from the web request. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:28, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Multipane Editting and Rendering ==&lt;br /&gt;
&lt;br /&gt;
Hi everyone! &lt;br /&gt;
&lt;br /&gt;
I am working on a wiki project for translating music lyrics from language A to language B. I would want the editors to be able to edit the content side by side similar to how Content Translation works. Unlike Content Translation, no new pages should to be created. The content should appear side by side on the same page when viewed by readers.&lt;br /&gt;
&lt;br /&gt;
I would like to ask if there are extensions our there that support this type of editing. If not, is it possible to customize Content Translation to behave in the manner I described above?&lt;br /&gt;
&lt;br /&gt;
Thanks! [[Special:Contributions/2601:646:C302:820D:7CAA:ACB1:DA8F:11A3|2601:646:C302:820D:7CAA:ACB1:DA8F:11A3]] ([[User talk:2601:646:C302:820D:7CAA:ACB1:DA8F:11A3|talk]]) 10:43, 5 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== email invite, guess haven&#039;t recieve it ==&lt;br /&gt;
&lt;br /&gt;
my friends have not got the invite and it says the invite has been delivered.  i sent it to myself and nothing.  help! [[Special:Contributions/68.196.48.255|68.196.48.255]] ([[User talk:68.196.48.255|talk]]) 16:12, 5 October 2016 (UTC)&lt;br /&gt;
:Have you configured the email settings in [[Manual:$wgSMTP|$wgSMTP]]? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:43, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Difficulty of migrating wikimedia server to Windows Server 2008 ==&lt;br /&gt;
{{Archive top|result=[[Manual:Moving a wiki]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I have a client that runs a small mediawiki server using php and mysql that would like us to host the site for them on a windows server. Is there a way to backup the data for an easy migration? [[User:Efs5030|Efs5030]] ([[User talk:Efs5030|talk]]) 16:35, 5 October 2016 (UTC)&lt;br /&gt;
:We have [[Manual:Backing up a wiki]], which explains how to do a backup of a MediaWiki installation! [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 22:06, 5 October 2016 (UTC)&lt;br /&gt;
:Or more specific: [[Manual:Moving a wiki]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:15, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Upgrade PHP ==&lt;br /&gt;
{{Archive top|result=PHP version 5.6.26 can be found at PHP&#039;s official [http://windows.php.net/download#php-5.6 site]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello. We have MediaWiki 1.26.0 and PHP that was installed about a year ago is 5.6.14. Recently we started to get a lot of PHP-related alerts as security issues on the server where Wiki is running. We think to upgrade PHP from 5.6.14 to the more recent. QUESTION: is it safe to upgrade PHP-software to the most recent one OR would you recommend to upgrade to certain version of PHP, which one? Thank you! [[Special:Contributions/198.232.185.11|198.232.185.11]] ([[User talk:198.232.185.11|talk]]) 18:20, 5 October 2016 (UTC)&lt;br /&gt;
:MediaWiki 1.26 will work with PHP 5.6, the minor version is not relevant. You can upgrade PHP to e.g. version 5.6.26. This should not cause problems.&lt;br /&gt;
:However, MediaWiki 1.26 - at least officially - is &#039;&#039;not&#039;&#039; compatible with PHP 7. So, if you want to upgrade PHP to version 7, you will have to upgrade MediaWiki (and extensions, which you might use) to version 1.27 first. [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 22:03, 5 October 2016 (UTC)&lt;br /&gt;
:The our server where WIkI is running has OS Windows Server 2008 R2 64-bit, from where would you recommend to install PHP 5.6.26? We looked at the web site http://windows.php.net/downloads/releases/archives/ and did not find that version. Any recommendation from where to download and install it? Thank you! [[Special:Contributions/198.232.184.254|198.232.184.254]] ([[User talk:198.232.184.254|talk]]) 21:47, 6 October 2016 (UTC)&lt;br /&gt;
:In fact, the latest version they are offering there is PHP 5.6.25 from this August.&lt;br /&gt;
:If you want to know, why version 5.6.26 is not there (yet), you should ask the PHP guys. If someone knows, and if someone can &#039;&#039;change this&#039;&#039;, then it&#039;s them! [[Special:Contributions/87.123.57.13|87.123.57.13]] ([[User talk:87.123.57.13|talk]]) 23:07, 6 October 2016 (UTC)&lt;br /&gt;
:The latest version does not get archived. Instead, it always is available from here: http://windows.php.net/downloads/releases/ [[User:Jörgi123|Jörgi123]] ([[User talk:Jörgi123|talk]]) 21:43, 8 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Best way to include/embed an interactive map? ==&lt;br /&gt;
{{Archive top|result=You probably want [[Extension:ImageMap]]|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m new to media wiki and webhosting in general. I have the most baseline knowledge of how it works, so please forgive me as I stumble through this question and try to figure out what information I should be providing here...&lt;br /&gt;
&lt;br /&gt;
I want to create an interactive map of some kind to feature on the front page of my wiki. Not like a google map. More like, an image where you can hover over certain regions and click them to go to its respective wiki page.&lt;br /&gt;
&lt;br /&gt;
I&#039;m assuming I&#039;d need to create something in java? Or perhaps I could create a flash .swf and embed it that way; though flash is becoming outdated and many people seem to dislike it.&lt;br /&gt;
&lt;br /&gt;
Any advice in this matter would be extremely helpful. [[User:MyTriforce|MyTriforce]] ([[User talk:MyTriforce|talk]]) 01:27, 6 October 2016 (UTC)&lt;br /&gt;
:There are [[tagcloud]] extensions for MediaWiki, but from what you describe, that is not exactly, what you want... [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 07:36, 6 October 2016 (UTC)&lt;br /&gt;
:You probably want [[Extension:ImageMap]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:13, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Categories not working ==&lt;br /&gt;
{{Archive top|result=See [[Manual:$wgRunJobsAsync]]!|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello all together,&lt;br /&gt;
&lt;br /&gt;
we&#039;ve recently updated our internal Mediawiki to version 1.27.0 and now when we add new pages with a &amp;quot;category&amp;quot;-tag, these pages are listed under &amp;quot;Special:UncategorizedPages&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
We&#039;ve tested any method, but they are not listed unter the desired category.&lt;br /&gt;
&lt;br /&gt;
I hope anyone can help me with this problem. [[User:Maninblack1986|Maninblack1986]] ([[User talk:Maninblack1986|talk]]) 06:39, 6 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:$wgRunJobsAsync]]! [[Special:Contributions/87.123.5.1|87.123.5.1]] ([[User talk:87.123.5.1|talk]]) 07:32, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== how to create a text box the same as on the mediawiki homepage? ==&lt;br /&gt;
{{Archive top|result=They layout is given in [[Template:Main page]] and the CSS is in [[MediaWiki:Gadget-site.css]].|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
hello guys,&lt;br /&gt;
&lt;br /&gt;
i started today with mediawiki. i want to create a text box like on the homepage of Mediawiki.org. It&#039;s the box with the name: Using MediaWiki, System Administration, Developing &amp;amp; Extending. The &amp;quot;square text box&amp;quot;. I don&#039;t know the name of it. I have searched for the code but can&#039;t find. [[Special:Contributions/185.106.152.209|185.106.152.209]] ([[User talk:185.106.152.209|talk]]) 12:26, 6 October 2016 (UTC)&lt;br /&gt;
:From the page source, you can see that it is using the CSS class .mainpage_hubbox.  They layout is given in [[Template:Main page]] and the CSS is in [[MediaWiki:Gadget-site.css]]. &amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☠&amp;lt;/span&amp;gt;[[User:MarkAHershberger|MarkAHershberger]]&amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☢&amp;lt;/span&amp;gt;([[User_talk:MarkAHershberger|talk]])&amp;lt;span style=&amp;quot;color:#d30000&amp;quot;&amp;gt;☣&amp;lt;/span&amp;gt; 14:41, 6 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Save action with URL link presents curl options setting error. ==&lt;br /&gt;
&lt;br /&gt;
After editing a page including URL link, &#039;save action submit&#039; presents : HttpFunctions.php Error setting curl options. &lt;br /&gt;
&lt;br /&gt;
Without any URL links, save actions of the page are normal. &lt;br /&gt;
&lt;br /&gt;
Please, help me... &lt;br /&gt;
&lt;br /&gt;
Thank you in advance. &lt;br /&gt;
&lt;br /&gt;
MediaWiki 1.27.1&lt;br /&gt;
&lt;br /&gt;
PHP 5.5.17p1 (apache)&lt;br /&gt;
&lt;br /&gt;
MySQL 5.1.45p1-log&lt;br /&gt;
&lt;br /&gt;
webhosting server OS : Linux version 4.1.13 ..... (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Wed Dec 9 18:43:00 KST 2015&lt;br /&gt;
&lt;br /&gt;
URL  &amp;lt;nowiki&amp;gt;http://kadhlab130.com/wiki/&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Exception details are as follows.&lt;br /&gt;
&lt;br /&gt;
[2a582b450beb5536ad5a7d7e] /wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;amp;action=submit MWException from line 823 of /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php: Error setting curl options.&lt;br /&gt;
&lt;br /&gt;
Backtrace: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php(76): CurlHttpRequest-&amp;gt;execute()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 /home/hosting_users/kadhlab130/www/wiki/includes/HttpFunctions.php(111): Http::request(string, string, array, string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(345): Http::get(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(308): BaseBlacklist-&amp;gt;getHttpText(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(271): BaseBlacklist-&amp;gt;buildSharedBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 [internal function]: BaseBlacklist-&amp;gt;{closure}(boolean, integer, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 /home/hosting_users/kadhlab130/www/wiki/includes/libs/objectcache/WANObjectCache.php(851): call_user_func_array(Closure, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 /home/hosting_users/kadhlab130/www/wiki/includes/libs/objectcache/WANObjectCache.php(779): WANObjectCache-&amp;gt;doGetWithSetCallback(string, integer, Closure, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(273): WANObjectCache-&amp;gt;getWithSetCallback(string, integer, Closure)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/BaseBlacklist.php(205): BaseBlacklist-&amp;gt;getSharedBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/SpamBlacklist_body.php(49): BaseBlacklist-&amp;gt;getBlacklists()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;11 /home/hosting_users/kadhlab130/www/wiki/extensions/SpamBlacklist/SpamBlacklistHooks.php(76): SpamBlacklist-&amp;gt;filter(array, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;12 [internal function]: SpamBlacklistHooks::filterMergedContent(RequestContext, WikitextContent, Status, string, User, boolean)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;13 /home/hosting_users/kadhlab130/www/wiki/includes/Hooks.php(195): call_user_func_array(string, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;14 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1558): Hooks::run(string, array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;15 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1947): EditPage-&amp;gt;runPostMergeFilters(WikitextContent, Status, User)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;16 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(1392): EditPage-&amp;gt;internalAttemptSave(NULL, boolean)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;17 /home/hosting_users/kadhlab130/www/wiki/includes/EditPage.php(578): EditPage-&amp;gt;attemptSave(NULL)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;18 /home/hosting_users/kadhlab130/www/wiki/includes/actions/EditAction.php(59): EditPage-&amp;gt;edit()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;19 /home/hosting_users/kadhlab130/www/wiki/includes/actions/SubmitAction.php(38): EditAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;20 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(503): SubmitAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;21 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(288): MediaWiki-&amp;gt;performAction(Article, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;22 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(745): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;23 /home/hosting_users/kadhlab130/www/wiki/includes/MediaWiki.php(519): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;24 /home/hosting_users/kadhlab130/www/wiki/index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;25 {main} [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 09:20, 7 October 2016 (UTC)&lt;br /&gt;
:This is caused by [[Extension:SpamBlacklist]], you can disable that extension if you can&#039;t fix the problem...&lt;br /&gt;
:The error happens because the call to curl_setopt_array returns false, which means one of the settings for curl failed to be set. It may be a restriction imposed by your host, but difficult to say because we don&#039;t know which one is failing :( [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:41, 7 October 2016 (UTC)&lt;br /&gt;
:You may modify the code, removing the cURL options and enabling them one by one to see, which on/which ones are causing trouble. Another workaround might be to prepend the calls to curl_setopt_array with an &amp;quot;@&amp;quot; sign to disable error reporting for them. [[Special:Contributions/87.123.35.54|87.123.35.54]] ([[User talk:87.123.35.54|talk]]) 10:22, 7 October 2016 (UTC)&lt;br /&gt;
::Thank you! I&#039;ll try it. ^^ [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 10:36, 7 October 2016 (UTC)&lt;br /&gt;
:It worked! I appreciate your help. ^^! Moreover I&#039;ll try to find out the specific cause. ^^ [[User:Oriental.neo|Oriental.neo]] ([[User talk:Oriental.neo|talk]]) 10:34, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== generating reports ==&lt;br /&gt;
&lt;br /&gt;
I want to generate reports of:&lt;br /&gt;
&lt;br /&gt;
·        Generating a list of all pages and when they were created &amp;amp; last updated&lt;br /&gt;
&lt;br /&gt;
Generating a list of all deleted pages&lt;br /&gt;
&lt;br /&gt;
Putting search results into an excel list&lt;br /&gt;
&lt;br /&gt;
The ability for  leaders to see the number of *unique* visitors to their pages, not just absolute view count.&lt;br /&gt;
&lt;br /&gt;
Can  you please help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:24, 7 October 2016 (UTC)&lt;br /&gt;
:Best way is to use [[API]] [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 12:33, 7 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
&lt;br /&gt;
How can I let my wiki using modules as a code elements of system, is it extension, gadget? [[User:Adam Rędzikowski|Adam Rędzikowski]] ([[User talk:Adam Rędzikowski|talk]]) 05:40, 8 October 2016 (UTC)&lt;br /&gt;
:If I remember correctly, for running &#039;&#039;modules&#039;&#039; you will need [[Extension:Scribunto]]. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 07:25, 8 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Is there a way of managing Kodi movie sets using EMM? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
There seems to be a tab for Sets, but I cant see how to scan in sets, and I cant find anything in the help files and wiki.  Is there w way to do this please? [[Special:Contributions/211.27.254.224|211.27.254.224]] ([[User talk:211.27.254.224|talk]]) 08:37, 8 October 2016 (UTC)&lt;br /&gt;
:This support desk is about MediaWiki software. You probably want to ask in [http://forum.kodi.tv/forumdisplay.php?fid=111 Kodi community forum] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 10 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Can&#039;t load the skin that own make ==&lt;br /&gt;
&lt;br /&gt;
MediaWiki internal error.&lt;br /&gt;
&lt;br /&gt;
Original exception: [a99df85a32383b72b38cc86e] /index.php?title=%E9%A6%96%E9%A1%B5&amp;amp;useskin=Bilibili SkinException from line 94 of D:\wamp\www\includes\skins\SkinFactory.php: No registered builder available for bilibili.&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 D:\wamp\www\includes\context\RequestContext.php(435): SkinFactory-&amp;gt;makeSkin(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 D:\wamp\www\includes\context\ContextSource.php(154): RequestContext-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 D:\wamp\www\includes\parser\ParserOutput.php(249): ContextSource-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 [internal function]: ParserOutput-&amp;gt;{closure}(array)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 D:\wamp\www\includes\parser\ParserOutput.php(257): preg_replace_callback(string, Closure, string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 D:\wamp\www\includes\OutputPage.php(1838): ParserOutput-&amp;gt;getText()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 D:\wamp\www\includes\OutputPage.php(1857): OutputPage-&amp;gt;addParserOutputText(ParserOutput)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 D:\wamp\www\includes\page\Article.php(607): OutputPage-&amp;gt;addParserOutput(ParserOutput)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 D:\wamp\www\includes\actions\ViewAction.php(44): Article-&amp;gt;view()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 D:\wamp\www\includes\MediaWiki.php(503): ViewAction-&amp;gt;show()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;10 D:\wamp\www\includes\MediaWiki.php(288): MediaWiki-&amp;gt;performAction(Article, Title)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;11 D:\wamp\www\includes\MediaWiki.php(745): MediaWiki-&amp;gt;performRequest()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;12 D:\wamp\www\includes\MediaWiki.php(519): MediaWiki-&amp;gt;main()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;13 D:\wamp\www\index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;14 {main}&lt;br /&gt;
&lt;br /&gt;
Exception caught inside exception handler: [a99df85a32383b72b38cc86e] /index.php?title=%E9%A6%96%E9%A1%B5&amp;amp;useskin=Bilibili SkinException from line 94 of D:\wamp\www\includes\skins\SkinFactory.php: No registered builder available for bilibili.&lt;br /&gt;
&lt;br /&gt;
Backtrace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;0 D:\wamp\www\includes\context\RequestContext.php(435): SkinFactory-&amp;gt;makeSkin(string)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;1 D:\wamp\www\includes\context\ContextSource.php(154): RequestContext-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;2 D:\wamp\www\includes\OutputPage.php(2296): ContextSource-&amp;gt;getSkin()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;3 D:\wamp\www\includes\exception\MWException.php(204): OutputPage-&amp;gt;output()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;4 D:\wamp\www\includes\exception\MWException.php(244): MWException-&amp;gt;reportHTML()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;5 D:\wamp\www\includes\exception\MWExceptionHandler.php(69): MWException-&amp;gt;report()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;6 D:\wamp\www\includes\exception\MWExceptionHandler.php(180): MWExceptionHandler::report(SkinException)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;7 D:\wamp\www\includes\MediaWiki.php(528): MWExceptionHandler::handleException(SkinException)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;8 D:\wamp\www\index.php(43): MediaWiki-&amp;gt;run()&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;9 {main}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;——~&amp;lt;/nowiki&amp;gt; [[Special:Contributions/112.98.26.240|112.98.26.240]] ([[User talk:112.98.26.240|talk]]) 12:26, 10 October 2016 (UTC)&lt;br /&gt;
:You might be interested in this bug report, where someone had exactly the same problem: &lt;br /&gt;
:https://phabricator.wikimedia.org/T88095&lt;br /&gt;
:In his case, he had a typo in the definition of $wgValidSkinNames. See [[Manual:$wgValidSkinNames]] for more information! [[Special:Contributions/87.123.24.161|87.123.24.161]] ([[User talk:87.123.24.161|talk]]) 12:33, 10 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to edit layout / css of pages ==&lt;br /&gt;
&lt;br /&gt;
Hi, I need to change the layout of content pages, but I am unable to find which file toedit. Since there is not a php file with the page name, I tried to find out where the call isriding the page but not found. Can anybody help me. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 20:18, 10 October 2016 (UTC)&lt;br /&gt;
:Have a look at [[Manual:Interface/Stylesheets]]! &lt;br /&gt;
:[[MediaWiki:Common.css]] might be a candidate for you! [[Special:Contributions/87.123.60.8|87.123.60.8]] ([[User talk:87.123.60.8|talk]]) 21:05, 10 October 2016 (UTC)&lt;br /&gt;
:ok thank you very much, I could make the changes I wanted. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 13:38, 11 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Does Extension:SpamBlacklist catch host names? ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Does [[Extension:SpamBlacklist]] catch edits where a spammer uses host name instead of URL, eg. &amp;lt;code&amp;gt;www.spam.com&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.spam.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? Of course we assume that there is &amp;lt;code&amp;gt;\bspam\.com\b&amp;lt;/code&amp;gt; regexp in the blacklist. &#039;&#039;&#039;[[User:Jdx|&amp;lt;span style=&#039;color: #02d6b0;&#039;&amp;gt;jdx&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; &amp;lt;sup&amp;gt;[[User talk:Jdx|&amp;lt;span style=&#039;color: #924685;&#039;&amp;gt;Re:&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 07:48, 11 October 2016 (UTC)&lt;br /&gt;
:www.spam.com is not an URL (it&#039;s not magically autolinked) so it won&#039;t be caught by Extension:SpamBlacklist [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:12, 11 October 2016 (UTC)&lt;br /&gt;
:Thanks. That&#039;s what I&#039;ve thought. And this is a problem because spammers often use a phrase like &amp;quot;more info at &amp;lt;code&amp;gt;my.wonderful.site.com&amp;lt;/code&amp;gt;&amp;quot;. &#039;&#039;&#039;[[User:Jdx|&amp;lt;span style=&#039;color: #02d6b0;&#039;&amp;gt;jdx&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; &amp;lt;sup&amp;gt;[[User talk:Jdx|&amp;lt;span style=&#039;color: #924685;&#039;&amp;gt;Re:&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 09:25, 11 October 2016 (UTC)&lt;br /&gt;
:I suppose [[Extension:AbuseFilter]], although more complicated to setup, would be much more effective. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 11:03, 11 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Wrong categorization of pages.. ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
pages in category are coming under the wrong letters:&lt;br /&gt;
&lt;br /&gt;
for example:&lt;br /&gt;
&lt;br /&gt;
Pages in category &amp;quot;NWD&amp;quot;&lt;br /&gt;
&lt;br /&gt;
C&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.bpglobal.com/index.php?title=Portal:No_Drilling_Surprises Portal:No Drilling Surprises]&lt;br /&gt;
* [https://wiki.bpglobal.com/index.php?title=NPT_SQL_Query_from_OpenWells NPT SQL Query from OpenWells]&lt;br /&gt;
&lt;br /&gt;
how to rectify this issue and resolve it? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:22, 11 October 2016 (UTC)&lt;br /&gt;
:See if the sources of the page have piped category links, or if they use the DEFAULTSORT parser function. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 01:26, 12 October 2016 (UTC)&lt;br /&gt;
:we are using piped category links ..so we are getting it in an unsorted manner.is there any way to sort this accordingly. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:58, 12 October 2016 (UTC)&lt;br /&gt;
:The point of using piped category links is to make pages sort differently than their name. If you don&#039;t want that to happen, just change them to regular category links. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 16:13, 12 October 2016 (UTC)&lt;br /&gt;
:thanks jack.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:42, 13 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Problem with watchlist - maybe due to some extension ? ==&lt;br /&gt;
&lt;br /&gt;
Versions :&lt;br /&gt;
IIS 7&lt;br /&gt;
MediaWiki 	1.27.1&lt;br /&gt;
PHP 	5.6.26 (cgi-fcgi)&lt;br /&gt;
MySQL 	5.7.15-log&lt;br /&gt;
ICU 	57.1&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I am using many MediaWiki extensions, and am puzzled by one bug I get in Watchlist feature, which I think occur due to those many extensions.&lt;br /&gt;
&lt;br /&gt;
When I click on &amp;quot;List&amp;quot;, the URL submitted lacks the parameter &amp;quot;title=Special:Watchlist&amp;quot; and brings me to &amp;quot;Edit&amp;quot; the page I am launching it on. If I add it, it works.&lt;br /&gt;
&lt;br /&gt;
Which extension might be the culprit ?&lt;br /&gt;
&lt;br /&gt;
Here are the suspects :&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
 ConfirmAccount&lt;br /&gt;
 Echo&lt;br /&gt;
 MLEB&lt;br /&gt;
 UserMerge&lt;br /&gt;
 Babel&lt;br /&gt;
 Comments&lt;br /&gt;
 DynamicPageList&lt;br /&gt;
 InputBox&lt;br /&gt;
 MsUpload&lt;br /&gt;
 ParserFunctions&lt;br /&gt;
 ApprovedRevs&lt;br /&gt;
 CLDR&lt;br /&gt;
 Flow&lt;br /&gt;
 MobileFrontend&lt;br /&gt;
 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks for help. [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 14:45, 11 October 2016 (UTC)&lt;br /&gt;
:None of them should be causing this problem, but if in doubt, you can disable all of them and enable them one by one, trying to reproduce the problem, until you find the problematic one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 14:20, 12 October 2016 (UTC)&lt;br /&gt;
:You are right, that&#039;s what I did, and none of them was involved, as I still get the problem.&lt;br /&gt;
:I also hooked a few functions, such as :&lt;br /&gt;
:&amp;lt;code&amp;gt; &amp;lt;nowiki&amp;gt;$wgHooks[&#039;PersonalUrls&#039;][]&amp;lt;/code&amp;gt;&lt;br /&gt;
 $wgHooks[&#039;SkinTemplateOutputPageBeforeExec&#039;][]&lt;br /&gt;
 $wgHooks[&#039;MediaWikiPerformAction&#039;][]&lt;br /&gt;
 $wgHooks[&#039;SkinBuildSidebar&#039;][]&lt;br /&gt;
 $wgHooks[&#039;InternalParseBeforeLinks&#039;][]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Which might also be culprits. Still, after inactivating them all at once, the problem remains.&lt;br /&gt;
:What can I look for then ? [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 15:02, 12 October 2016 (UTC)&lt;br /&gt;
:Also, I thought it could be my customized $wgScriptPath = &amp;quot;/.&amp;quot; - but even when I am setting /wiki it doesn&#039;t work. [[User:Tuxxic|Tuxxic]] ([[User talk:Tuxxic|talk]]) 15:21, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gmail &amp;quot;less secure apps&amp;quot; and MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
Is there any way of using Gmail as the $wgSMTP mail service without having to set &amp;quot;allow access to less secure apps&amp;quot; in Gmail settings to on? I have had a look at the OAuth extension, but I&#039;m guessing that as an OAuth 1.0 implementation, that won&#039;t do the trick since Google is now on OAuth 2.0. I am running MW1.26.2/PHP5.6.23/MariaDB5.5.52/ICU 56.1 Thanks. [[User:CharlesSpencer|CharlesSpencer]] ([[User talk:CharlesSpencer|talk]]) 18:48, 11 October 2016 (UTC)&lt;br /&gt;
:Can you tell, what a &amp;quot;secure enough&amp;quot; app is? What are the requirements, which have to be fulfilled in order for Google to consider it secure enough? [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 22:52, 11 October 2016 (UTC)&lt;br /&gt;
:Very good question! Google&#039;s &amp;quot;support&amp;quot; pages appear to be deliberately evasive on this point (I&#039;ve asked for clarification) but there is a view out there that it means OAuth2.0... [[User:CharlesSpencer|CharlesSpencer]] ([[User talk:CharlesSpencer|talk]]) 23:09, 11 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ePub ==&lt;br /&gt;
&lt;br /&gt;
Yo !&lt;br /&gt;
&lt;br /&gt;
I wondered why there are ePub conversions for the french and english Wikisource, and not for the spanish, so I ask and they told me it was because there aren&#039;t any tools in MediaWiki to convert wikitext into epub. It would be great if you could make it.&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure you can just copy without asking, but a French administrator of Wikisource, named Tpt, made a program that does exactly that. And the English found a trick too (though honestly, I tried both, and Tpt&#039;s program is far better for it converts the entire book while the English one just converts one page).&lt;br /&gt;
&lt;br /&gt;
Hope someone will be entertained by the idea, is all. [[Special:Contributions/80.12.35.86|80.12.35.86]] ([[User talk:80.12.35.86|talk]]) 22:44, 11 October 2016 (UTC)&lt;br /&gt;
:[[Phab:T97672]] ? [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:22, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Custom reports ==&lt;br /&gt;
&lt;br /&gt;
:Can we generate a custom report which has ability to extract all URLs from wiki pages and to see which pages the URL’s are on. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:53, 12 October 2016 (UTC)&lt;br /&gt;
::Have you checked [[API:Exturlusage]]&lt;br /&gt;
::? [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:19, 12 October 2016 (UTC)&lt;br /&gt;
:or is there any existing reports as such? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:53, 12 October 2016 (UTC)&lt;br /&gt;
:Thanks for your help..But isnt that what links here does.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:28, 12 October 2016 (UTC)&lt;br /&gt;
::&amp;quot;What links here&amp;quot; does not list external but internal URLs, afaiu. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:06, 12 October 2016 (UTC)&lt;br /&gt;
:We need a list of urls  for the wiki pages not just the links.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:29, 12 October 2016 (UTC)&lt;br /&gt;
:Did you read [[API:Exturlusage]] ? It says &amp;quot;Get a list of pages that link to a certain URL&amp;quot;. So it&#039;s not just the links. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:08, 12 October 2016 (UTC)&lt;br /&gt;
:yes i read it..it gives a list of external links..we need it for internal links..lets say we have a page which  has a link to a sharepoint documnet library and we want to fetch the url of the document library.. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:32, 12 October 2016 (UTC)&lt;br /&gt;
:can anyone please guide me on this? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:30, 17 October 2016 (UTC)&lt;br /&gt;
:For MediaWiki, &amp;quot;external&amp;quot; links means links to pages, documents, etc *outside* of MediaWiki.&lt;br /&gt;
:If you want a list of external links of a given page, use [[API:Extlinks]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:00, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== search results in an excel list ==&lt;br /&gt;
&lt;br /&gt;
Is there any way we can put search results into an excel list [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:31, 12 October 2016 (UTC)&lt;br /&gt;
:Copy &amp;amp; Paste?! [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:48, 12 October 2016 (UTC)&lt;br /&gt;
:report to generate search results into an excel list [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:48, 12 October 2016 (UTC)&lt;br /&gt;
:is there export to excel feature for the search results? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 06:27, 17 October 2016 (UTC)&lt;br /&gt;
:No [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:58, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Generate a list of all pages and when they were created &amp;amp; last updated ==&lt;br /&gt;
&lt;br /&gt;
·    Is there a way to Generate a list of all pages and when they were created &amp;amp; last updated [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:32, 12 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t know of an extension, which could do that, but this information is available in the page table, columns page_namespace, page_title. For information on the latest revision, you will need to do a JOIN on the revision table based on the value of page_latest. [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:47, 12 October 2016 (UTC)&lt;br /&gt;
:You can retrieve the latest revision for all pages quite easily with this API query: [[Special:ApiSandbox#action=query&amp;amp;format=json&amp;amp;prop=revisions&amp;amp;generator=allpages&amp;amp;rvprop=timestamp|action=query&amp;amp;prop=revisions&amp;amp;generator=allpages&amp;amp;rvprop=timestamp]]&lt;br /&gt;
:However retrieving the date created is more difficult. You&#039;d first have to get a list of all pages with &amp;lt;code&amp;gt;list=allpages&amp;lt;/code&amp;gt;, then make an individual request to &amp;lt;code&amp;gt;prop=revisions&amp;amp;rvprop=timestamp&amp;amp;rvdir=newer&amp;amp;rvlimit=1&amp;lt;/code&amp;gt; for each title. [[Special:Contributions/120.144.180.185|120.144.180.185]] ([[User talk:120.144.180.185|talk]]) 12:28, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== generate a list of all deleted pages ==&lt;br /&gt;
&lt;br /&gt;
Is there a way to generate a list of all deleted pages [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:33, 12 October 2016 (UTC)&lt;br /&gt;
:[[Special:Undelete]] might help. Otherwise, just look into the database; database table &#039;&#039;archive&#039;&#039; has all the names in column &#039;&#039;ar_title&#039;&#039; (together with &#039;&#039;ar_namespace&#039;&#039;). [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:43, 12 October 2016 (UTC)&lt;br /&gt;
:it says You do not have permission to view this page&#039;s deleted history. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:26, 12 October 2016 (UTC)&lt;br /&gt;
:Enter on that page on your wiki. Or check [[Special:Log/delete]]. [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 13:23, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bulk find and replace ==&lt;br /&gt;
&lt;br /&gt;
·    Is there a way to do  Bulk find and replace in media wiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:34, 12 October 2016 (UTC)&lt;br /&gt;
:See [[Extension:ReplaceText]]! [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 09:39, 12 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== number of *unique* visitors to their pages, not just absolute view count. ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
The ability for page owners to see the number of *unique* visitors to their pages, not just absolute view count. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 09:36, 12 October 2016 (UTC)&lt;br /&gt;
:Install analytics software like piwik or google analytics [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 13:47, 12 October 2016 (UTC)&lt;br /&gt;
:We cant use 3rd party software.Can it be done in mediawiki without 3rd party software. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:13, 13 October 2016 (UTC)&lt;br /&gt;
:No. 3rd party software can be &#039;&#039;integrated&#039;&#039; into MediaWiki, but without anything, it won&#039;t be possible. I would use Piwik. [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 11:37, 13 October 2016 (UTC)&lt;br /&gt;
:ok thanks [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:11, 14 October 2016 (UTC)&lt;br /&gt;
:how to implement and integrate it? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:33, 14 October 2016 (UTC)&lt;br /&gt;
:See [[Extension:Piwik Integration]]! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 08:05, 14 October 2016 (UTC)&lt;br /&gt;
:I tried it.it showed unique user till the user was logged in.but if the same user is logging out and then logging in it takes him as a new user and incremenmts the count.We want  view count of unique users regardless of how many times they have logged in. [[Special:Contributions/125.18.177.100|125.18.177.100]] ([[User talk:125.18.177.100|talk]]) 09:44, 14 October 2016 (UTC)&lt;br /&gt;
:we have authoriztion in our media wiki. [[Special:Contributions/125.18.177.100|125.18.177.100]] ([[User talk:125.18.177.100|talk]]) 09:47, 14 October 2016 (UTC)&lt;br /&gt;
:For questions regarding the functionalities of the Piwik Analytics tool, please see https://forum.piwik.org. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 10:16, 14 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Background highlighting inside a designated code snippet? ==&lt;br /&gt;
&lt;br /&gt;
Is there a way to background highlight certain words/characters within a code snippet?  I&#039;ve been using &amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt; and &amp;amp;lt;nowiki&amp;amp;gt; for defining code snippets but they don&#039;t allow code to be parsed.  I have a lot of code to display but need to bring attention only to small portions of it for the reader&#039;s convenience.&amp;lt;/nowiki&amp;gt; [[Special:Contributions/208.167.254.13|208.167.254.13]] ([[User talk:208.167.254.13|talk]]) 13:29, 12 October 2016 (UTC)&lt;br /&gt;
:There&#039;s no easy way to do that. Most you can do is start each line with at least one space. This will use monospace font similar to &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt; but will allow markup to be parsed. You&#039;ll probably need to use &amp;amp;lt;nowiki&amp;amp;gt; when needed to prevent special markup on the code from being parsed. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 14:26, 12 October 2016 (UTC)&lt;br /&gt;
:Highlighting single characters in preformatted text contradicts the principle of preformatting. Since it&#039;s preformatted, there should &#039;&#039;not&#039;&#039; be other styles for that text.&lt;br /&gt;
:Another option is installing and using the [[Extension:SyntaxHighlight]], which provides syntax highlighting for complete languages, e.g. for PHP or SQL code. [[Special:Contributions/87.123.33.161|87.123.33.161]] ([[User talk:87.123.33.161|talk]]) 14:27, 12 October 2016 (UTC)&lt;br /&gt;
False. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; just means &amp;quot;don&#039;t mess with the white-space&amp;quot;; you&#039;re allowed to have HTML inside to add additional formatting. In fact the W3C even uses a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;pre&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag with a &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; tag inside it to mark up pre-formatted blocks of code as an [https://www.w3.org/TR/html5/text-level-semantics.html#the-code-element example]. [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:57, 13 October 2016 (UTC)&lt;br /&gt;
You can use the comment hack to make pre tags be interpreted as plain HTML rather than an [[Manual:Tag extensions|extension tag]], which allows HTML and wikitext inside.&lt;br /&gt;
&amp;amp;lt;pre&amp;amp;gt;&amp;lt;pre&amp;lt;!----&amp;gt;&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;span style=background:lightblue&amp;gt;&#039;&#039;&#039;Highlighted&#039;&#039;&#039; text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/&amp;lt;nowiki/&amp;gt;pre&amp;gt;&lt;br /&gt;
&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;lt;!----&amp;gt;&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;span style=&amp;quot;background:lightblue&amp;quot;&amp;gt;&#039;&#039;&#039;Highlighted&#039;&#039;&#039; text&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/nowiki&amp;gt; [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:40, 13 October 2016 (UTC)&lt;br /&gt;
:However it appears to not work with VisualEditor. It does work on a [https://www.mediawiki.org/w/index.php?title=Project:Sandbox&amp;amp;oldid=2260757 real wiki page] though. [[Special:Contributions/121.214.39.65|121.214.39.65]] ([[User talk:121.214.39.65|talk]]) 02:42, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki with InstantCommons enabled is very slow ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve enabled it on my wiki and pages take more than a minute to load with commons images on it. If I disable InstantCommons, same page loads within 2 seconds and here&#039;s the caching I&#039;ve applied on LocalSettings.php - https://dpaste.de/d3BJ&lt;br /&gt;
&lt;br /&gt;
I see that other wikis using InstantCommons on the Internet don&#039;t take so much time to load. Not sure what I have missed, any pointers would help. [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 06:44, 13 October 2016 (UTC)&lt;br /&gt;
:This wiki is running MediaWiki -v 1.26.2 with PHP -v5.5.38 (cgi-fcgi) and MySQL -v 5.5.52-cll [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 06:48, 13 October 2016 (UTC)&lt;br /&gt;
:In MediaWiki 1.26 and before, the wiki will download requested images from commons on the server, and generate thumbnails as needed, which may be the reason for the slowdown. However, once the images are downloaded one, the next page load should be fast.&lt;br /&gt;
:You can try using this setting instead of $wgUseInstantCommons = true, which is the new way it works since MediaWiki 1.27 and does a hotlinking of those images to commons, so your wiki doesn&#039;t need to fetch and thumbnail the images:&lt;br /&gt;
:&amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt; $wgForeignFileRepos[] = [&lt;br /&gt;
   &#039;class&#039;                   =&amp;gt; &#039;ForeignAPIRepo&#039;,&lt;br /&gt;
   &#039;name&#039;                    =&amp;gt; &#039;wikimediacommons&#039;,&lt;br /&gt;
   &#039;apibase&#039;                 =&amp;gt; &#039;https://commons.wikimedia.org/w/api.php&#039;,&lt;br /&gt;
   &#039;url&#039;                     =&amp;gt; &#039;https://upload.wikimedia.org/wikipedia/commons&#039;,&lt;br /&gt;
   &#039;thumbUrl&#039;                =&amp;gt; &#039;https://upload.wikimedia.org/wikipedia/commons/thumb&#039;,&lt;br /&gt;
   &#039;hashLevels&#039;              =&amp;gt; 2,&lt;br /&gt;
   &#039;transformVia404&#039;         =&amp;gt; true,&lt;br /&gt;
   &#039;fetchDescription&#039;        =&amp;gt; true,&lt;br /&gt;
   &#039;descriptionCacheExpiry&#039;  =&amp;gt; 43200,&lt;br /&gt;
   &#039;apiThumbCacheExpiry&#039;     =&amp;gt; 86400,&lt;br /&gt;
 ];&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:02, 13 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|Ciencia Al Poder}}: Thank you, I tried this from https://phabricator.wikimedia.org/T114098 but didn&#039;t fix the issue. &lt;br /&gt;
:So ended up installing latest 1.27.1 and seems better now. [[Special:Contributions/106.51.131.76|106.51.131.76]] ([[User talk:106.51.131.76|talk]]) 17:11, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Suggestion for improving print view page - add Qr Code ==&lt;br /&gt;
&lt;br /&gt;
Hello!&lt;br /&gt;
&lt;br /&gt;
I have an idea for improving print view page (when in URL added parameter &amp;amp;printable=yes).&lt;br /&gt;
&lt;br /&gt;
On each such wikipedia page at the bottom of the page there is Source link, like that one «https://ru.wikipedia.org/w/index.php?title=JSON&amp;amp;oldid=81158804&amp;lt;nowiki/&amp;gt;» &lt;br /&gt;
&lt;br /&gt;
It would be very useful if there was a Qr Code of that link too.&lt;br /&gt;
&lt;br /&gt;
Could anybody add Qr code to print view page? &lt;br /&gt;
&lt;br /&gt;
Thank you! [[User:VladGum|VladGum]] ([[User talk:VladGum|talk]]) 08:37, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for your idea. My first thought was about QRpedia (with feature requests such as [[phab:T61726]]). I don&#039;t know how your request would get technically implemented (first step), and it might also be up to each community to decide whether to display by default (second step and entirely separate from the first step). See https://mediawiki.org/wiki/How_to_report_a_bug [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 09:10, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== User login fail. ==&lt;br /&gt;
&lt;br /&gt;
In one special computer, one user login with wrong password, and then I reset his password.&lt;br /&gt;
&lt;br /&gt;
The problem is , he still can&#039;t login with system message: &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The strange thing is:&lt;br /&gt;
# I login this account in my computer, it&#039;s OK, &lt;br /&gt;
# I login my own account in his computer, it&#039;s OK&lt;br /&gt;
# I login this account in his computer, the &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039; message still display and login failed.&lt;br /&gt;
Of course, I wait till the 5min pass.&lt;br /&gt;
&lt;br /&gt;
After check the source by &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039;, som function is here:&lt;br /&gt;
&lt;br /&gt;
incLoginThrottle: I think it is a counter to record user login failed. (this use IP and username)&lt;br /&gt;
&lt;br /&gt;
clearLoginThrottle: I think it is used to clear the failed records&lt;br /&gt;
&lt;br /&gt;
attemptReset: this call clearLoginThrottle in file &#039;&#039;&#039;SpecialChangePassword.php&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I&#039;m not sure, tried &#039;&#039;&#039;changepasswork.php&#039;&#039;&#039; to reset password of this account again, but in the computer login this account , &#039;&#039;&#039;changeemail-throttled&#039;&#039;&#039; still display.&lt;br /&gt;
&lt;br /&gt;
I&#039;m totally confuse, how could I do?&lt;br /&gt;
&lt;br /&gt;
By the way, my wiki run without email serverice. [[User:Redlz250|Redlz250]] ([[User talk:Redlz250|talk]]) 08:42, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Nav boxes,Top tool bar and info boxes ==&lt;br /&gt;
&lt;br /&gt;
How to implement Nav boxes,Top tool bar and info boxes in media wiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:39, 13 October 2016 (UTC)&lt;br /&gt;
:Modify what is there using the [[hooks]]! [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 11:35, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deleting Templates ==&lt;br /&gt;
&lt;br /&gt;
hey Everyone,&lt;br /&gt;
&lt;br /&gt;
I just have a quick question:&lt;br /&gt;
&lt;br /&gt;
How do I delete Templates?&lt;br /&gt;
&lt;br /&gt;
I imported an infobox template from wikipedia, however, I noticed something was wrong, so I edited the file (altered it to fit a German site), and now I want to re-upload it, but it isn - of course - not overwriting the installed version. Anyway to change this? Delete, overwrite, whatever rows the boat, as long as I can update the template.&lt;br /&gt;
&lt;br /&gt;
Thank you very much in advance.&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Zero [[Special:Contributions/62.156.151.10|62.156.151.10]] ([[User talk:62.156.151.10|talk]]) 11:00, 13 October 2016 (UTC)&lt;br /&gt;
:The problem with importing XML dumps is that it inserts revisions at the timestamp they were created, so if a page exists and the last edit is newer than the imported one, the imports won&#039;t be the last revision of the page.&lt;br /&gt;
:If you&#039;re sysop on the wiki, you can delete the template like any other page. But since imports will be in the page history anyway, you can also go to the page history and edit an old revision to bring it as the most recent one. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:39, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== internal server error 500 after install ==&lt;br /&gt;
&lt;br /&gt;
Hey guys,&lt;br /&gt;
&lt;br /&gt;
i installed mediawiki before some minutes on my linux debian jessie server to /usr/share/mediawiki. &lt;br /&gt;
&lt;br /&gt;
i created a apache2 conf that create the alias fqdn.tld/mediawiki&lt;br /&gt;
&lt;br /&gt;
does a symlink from /etc/apache2/conf-available to /etc/mediawiki/apache.conf (there i saved the alias conf)&lt;br /&gt;
&lt;br /&gt;
enabled the conf&lt;br /&gt;
&lt;br /&gt;
reloading apache2&lt;br /&gt;
&lt;br /&gt;
installed mediawiki via browser without any interrupts&lt;br /&gt;
&lt;br /&gt;
after install i loaded up directly the downloaded LocalSettings.php to the root directory of mediawiki (where index.php is)&lt;br /&gt;
&lt;br /&gt;
going to fqdn.tld/mediawiki and he gives me a interal server error 500 &lt;br /&gt;
&lt;br /&gt;
dont know what i&#039;ve done false. Anybody can help? [[Special:Contributions/2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C|2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C]] ([[User talk:2A02:8108:4C3F:EDC8:AD94:DDCA:2935:364C|talk]]) 12:08, 13 October 2016 (UTC)&lt;br /&gt;
:The only thing that worked for me was downloading it to my PC and then upload it via FTP. [[Special:Contributions/5.146.176.193|5.146.176.193]] ([[User talk:5.146.176.193|talk]]) 19:16, 13 October 2016 (UTC)&lt;br /&gt;
:In case of an error 500, the web server error log will contain more information!&lt;br /&gt;
:Glad you could solve the issue! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 20:27, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== TwoFactorAuthentication ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I justed upgraded from 1.19 to 1.27 on ubuntu. I used the LocalSettings.php from the old dir and put it in the new dir. Mediawiki loads up correctly with the articles. I added the TwoFactorAuthentication extension and as instructed for 1.27 I loaded this to the bottom of the LocalSettings.php file:&lt;br /&gt;
&lt;br /&gt;
wfLoadExtension( &#039;TwoFactorAuthentication&#039; )&lt;br /&gt;
&lt;br /&gt;
But when I go to the main url mediawiki doesn&#039;t load up, I looked in the apache logs and it says:&lt;br /&gt;
&lt;br /&gt;
Uncaught exception &#039;Exception&#039; with message &#039;/var/lib/newmediawiki/extensions   /TwoFactorAuthentication/extension.json does not exist!&#039; in /var/lib/newmediawiki/includes/registration/ExtensionRegistry.php:106\nStack trace:\n#0 /var/lib/newmediawiki/includes/GlobalFunctions.php(115): ExtensionRegistry-&amp;gt;queue(&#039;/var/lib/newmed...&#039;)\n#1 /var/lib/newmediawiki/LocalSettings.php(171): wfLoadExtension(&#039;TwoFactorAuthen...&#039;)\n#2 /var/lib/newmediawiki/includes/WebStart.php(124): require_once(&#039;/var/lib/newmed...&#039;)\n#3 /var/lib/newmediawiki/index.php(40): require(&#039;/var/lib/newmed...&#039;)\n#4 {main}\n  thrown in /var/lib/newmediawiki/includes/registration/ExtensionRegistry.php on line 106&lt;br /&gt;
&lt;br /&gt;
I have verified that extensions.json does NOT exists in the &#039;/newmediawiki/extensions/TwoFactorAuthentication&#039;&lt;br /&gt;
&lt;br /&gt;
When I use &#039;require_once &amp;quot;$IP/extensions/TwoFactorAuthentication/TwoFactorAuth.php&amp;quot;;&#039;&lt;br /&gt;
&lt;br /&gt;
in the Localsettings.php mediawiki loads up fine but I don&#039;t see the extra box to input the pin number. I must be missing something here. Thanks in advance. [[Special:Contributions/99.27.53.185|99.27.53.185]] ([[User talk:99.27.53.185|talk]]) 15:07, 13 October 2016 (UTC)&lt;br /&gt;
:In this case, using require_once is correct. &lt;br /&gt;
:Does the extension show up on the wiki page &#039;&#039;Special:Version&#039;&#039; in your wiki? [[Special:Contributions/87.123.6.149|87.123.6.149]] ([[User talk:87.123.6.149|talk]]) 15:11, 13 October 2016 (UTC)&lt;br /&gt;
:Yes, I did verify that the extension is in the Special:Version page of my wiki. [[Special:Contributions/50.202.0.194|50.202.0.194]] ([[User talk:50.202.0.194|talk]]) 15:18, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Vector search box autocomplete don&#039;t work without read group permission for anonymous ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just upgrade from 1.24 to 1.27 and the autocomplete in search box with Vector theme no longer works.&lt;br /&gt;
&lt;br /&gt;
After some test I saw that the API return &amp;quot;Permissiondenied&amp;quot; to the request while I was connected.&lt;br /&gt;
&lt;br /&gt;
I found a workaround in setting read permission for anonymous ($wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]= true;) but it&#039;s not great because I don&#039;t want all the world to see all pages (I have group permissions configured)&lt;br /&gt;
&lt;br /&gt;
Do you have another solution ?&lt;br /&gt;
&lt;br /&gt;
Thanks [[Special:Contributions/163.116.6.90|163.116.6.90]] ([[User talk:163.116.6.90|talk]]) 15:43, 13 October 2016 (UTC)&lt;br /&gt;
:I&#039;ve added this to a MediaWiki 1.27:&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgGroupPermissions[&#039;*&#039;][&#039;read&#039;]= false;&amp;lt;/code&amp;gt;&lt;br /&gt;
:Then after logging in, I typed on the search bar, and suggestions came up as usual. Please describe what extensions do you have installed or settings that may change behavior on permissions. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 18:14, 16 October 2016 (UTC)&lt;br /&gt;
:I use the Lockdown extension with restrictions on namespaces.&lt;br /&gt;
:I did not change the permissions configuration in the version change&lt;br /&gt;
:Thanks for your help [[Special:Contributions/163.116.6.90|163.116.6.90]] ([[User talk:163.116.6.90|talk]]) 16:43, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Issue with SSL Certificate ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Good Morning,&lt;br /&gt;
&lt;br /&gt;
It looks like you are having an issue with your SSL cert.  It seems to have been revoked.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Tanja [[Special:Contributions/184.69.204.178|184.69.204.178]] ([[User talk:184.69.204.178|talk]]) 16:21, 13 October 2016 (UTC)&lt;br /&gt;
:The certificate for mediawiki.org (serial number ‎1121a225ba0402d791854854c8ba60686a9b) is not listed on the CRL of GlobalSign, so it&#039;s unlikely, that the vcertificate is revoked ;) WHat error message do you get? [[User:Florianschmidtwelzow|Florianschmidtwelzow]] ([[User talk:Florianschmidtwelzow|talk]]) 17:57, 13 October 2016 (UTC)&lt;br /&gt;
:Btw.: Could be related to this {{Phabricator|T148045}}. [[User:Florianschmidtwelzow|Florianschmidtwelzow]] ([[User talk:Florianschmidtwelzow|talk]]) 18:20, 13 October 2016 (UTC)&lt;br /&gt;
:This problem should be worked around now. It&#039;s a problem of GlobalSign: https://twitter.com/globalsign/status/786505261842247680 [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:31, 14 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Does not display content ==&lt;br /&gt;
&lt;br /&gt;
Good afternoon&lt;br /&gt;
 &lt;br /&gt;
 I have installed an mediawiki on a server, and migrated to a new one.&lt;br /&gt;
 &lt;br /&gt;
 On the main page, displays no content. Being that I&#039;m going to edit, shows the contents there. [[User:Douglasls|Douglasls]] ([[User talk:Douglasls|talk]]) 19:19, 13 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there]]! [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 19:24, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for the answer.&lt;br /&gt;
: &lt;br /&gt;
:&amp;lt;code&amp;gt; Reading what you gave me, if I understand well, the only solution is to downgrade to version pcre 8:33?&amp;lt;/code&amp;gt;&lt;br /&gt;
: &lt;br /&gt;
:&amp;lt;code&amp;gt; I&#039;m trying to do this but I do not think information how it&#039;s done. Do you have any tips?&amp;lt;/code&amp;gt; [[User:Douglasls|Douglasls]] ([[User talk:Douglasls|talk]]) 20:10, 13 October 2016 (UTC)&lt;br /&gt;
:Try to purge cache [[User:Wargo|wargo]] ([[User talk:Wargo|talk]]) 20:21, 13 October 2016 (UTC)&lt;br /&gt;
:The only solution is &#039;&#039;not&#039;&#039; to downgrade PCRE. In fact, you should use a current version of MediaWiki. All currently supported versions of MediaWiki are not affected by this problem. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 20:26, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Cannot get Mediawiki LDAP working ==&lt;br /&gt;
&lt;br /&gt;
I need my Mediawiki to be able to pull user logins from our Intranet Active Directory but I&#039;m unsure where my problem is. I need it to automatically sign in using the credentials from the Active Directory. Any help would be greatly appreciated. This is whats in my LocalSetting.php&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;##&amp;lt;/nowiki&amp;gt;LDAP Authentication Plugin&lt;br /&gt;
&lt;br /&gt;
require_once( &amp;quot;$IP/extensions/LdapAuthentication/LdapAuthentication.php&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPDomainNames       = array(&amp;quot;RADEUS&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupBaseDNs      = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;ou=groups,DC=radeus,DC=com&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPAutoAuthDomain        = &amp;quot;RADEUS&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupUseFullDN        = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;true );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPServerNames           = array( &#039;RADEUS&#039; =&amp;gt; &#039;doccenter.radeus.com&#039; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPSearchStrings         = array( &amp;quot;RADEUS&amp;quot; =&amp;gt; &amp;quot;RADEUS\USER-NAME&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPSearchAttributes      = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;sAMAccountName&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPBaseDNs           = array(&amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;dc=domain,dc=org&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
$wgLDAPEncryptionType        = array( &amp;quot;RADEUS&amp;quot; =&amp;gt; &amp;quot;ssl&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgMinimalPasswordLength     = 1;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Configure LDAP Group settings&lt;br /&gt;
&lt;br /&gt;
$wgLDAPUseLDAPGroups         = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;true );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupObjectclass      = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;group&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupAttribute        = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;member&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
$wgLDAPGroupNameAttribute    = array( &amp;quot;RADEUS&amp;quot;=&amp;gt;&amp;quot;cn&amp;quot; );&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Restrict anonymous users&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;createaccount&#039;]  = false;&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;read&#039;]       = false;&lt;br /&gt;
&lt;br /&gt;
$wgGroupPermissions[&#039;*&#039; ][&#039;edit&#039;]       = false;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Remove the domain portion of the displayed username. Example: &amp;quot;DOMAIN\username&amp;quot; to &amp;quot;username&amp;quot;&lt;br /&gt;
&lt;br /&gt;
list($dom,$userid) = split(&#039;[\]&#039;,$_SERVER[&#039;REMOTE_USER&#039;]); &lt;br /&gt;
&lt;br /&gt;
$wgLDAPAutoAuthUsername = $userid; &lt;br /&gt;
&amp;lt;/pre&amp;gt; [[Special:Contributions/108.175.221.34|108.175.221.34]] ([[User talk:108.175.221.34|talk]]) 19:51, 13 October 2016 (UTC)&lt;br /&gt;
:Just done a quick comparison of your config and my working one.  I have these defined:&lt;br /&gt;
:$wgLDAPProxyAgent  = array( &#039;example&#039; =&amp;gt; &#039;ldap_user@example.co.uk&#039; );&lt;br /&gt;
:$wgLDAPProxyAgentPassword = array( &#039;example&#039; =&amp;gt; &#039;ldap_user_password&#039; );&lt;br /&gt;
:Add something like this for debugging:&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt; Debug 1-3&lt;br /&gt;
:$wgLDAPDebug = 3;&lt;br /&gt;
:$wgDebugLogGroups[&#039;ldap&#039;] = &#039;/tmp/ldapdebug.log&#039;;&lt;br /&gt;
:Cheers&lt;br /&gt;
:Jon [[User:Gerdesj|Gerdesj]] ([[User talk:Gerdesj|talk]]) 22:37, 13 October 2016 (UTC)&lt;br /&gt;
:Thanks for the quick reply!&lt;br /&gt;
:It now gives me a blank screen and says  &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;A database query error has occurred. This may indicate a bug in the software.&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
I ran into the same problem earlier and am unclear at which point this error is happening. I am not sure if it matters that I&#039;m running my web server on a NAS but can&#039;t seem to find any specific examples of this setup anywhere to reference so. My active directory is through Windows server 2008. [[Special:Contributions/108.175.221.34|108.175.221.34]] ([[User talk:108.175.221.34|talk]]) 23:28, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to work with Media wiki Donation Interface plugin ==&lt;br /&gt;
&lt;br /&gt;
I am new to media wiki and i am creating aan application with media wiki.&lt;br /&gt;
&lt;br /&gt;
Right now, I was trying to work with Donation interface plugin&lt;br /&gt;
&lt;br /&gt;
[[Extension:DonationInterface]]&lt;br /&gt;
&lt;br /&gt;
The problem is that, I am able to do all this told in the page. Installed the plug in and added relevant lines in LocalSettings.php&lt;br /&gt;
&lt;br /&gt;
My problem is I could not understand how can I show this plug in in a page just like there example at https://donate.wikimedia.org/w/index.php?title=Special:FundraiserLandingPage&amp;amp;country=IN&amp;amp;uselang=en-gb&amp;amp;utm_medium=spontaneous&amp;amp;utm_source=fr-redir&amp;amp;utm_campaign=spontaneous&lt;br /&gt;
&lt;br /&gt;
Please help [[User:Shayasmk|Shayasmk]] ([[User talk:Shayasmk|talk]]) 20:21, 13 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how do I create a wikipedia page about an artist? Will you be able to google the artists name and see there is a wikipedia page? ==&lt;br /&gt;
&lt;br /&gt;
how do I create a wikipedia page about an artist? Will you be able to google the artists name and see there is a wikipedia page? [[User:Rad c6|Rad c6]] ([[User talk:Rad c6|talk]]) 20:38, 13 October 2016 (UTC)&lt;br /&gt;
:Google will find the page by itself. Every Wikipedia user can create a new article. Note however, that the person you write about has to be notable! See [[:en:wp:notability]] for more information! &lt;br /&gt;
:If the person is not notable according to these guidelines, the article is very likely to be deleted again in the future. [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 08:34, 14 October 2016 (UTC)&lt;br /&gt;
:Wikipedia has LOTS of rules about content and most new users will not be able to write an article about an artist that will pass those rules. My advice is to always start by becoming a Wikipedian, and fixing smaller things in many other articles before attempting to write an article on your own.&lt;br /&gt;
:But besides that. this is the help desk for the software that runs Wikipedia, not for Wikipedia itself. The Help desk for the English Wikipedia can be found [[:en:Wikipedia:Help_desk|here]]. —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 09:31, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What is the &amp;quot;local object cache&amp;quot; mentioned in Manual:Performance_tuning? ==&lt;br /&gt;
&lt;br /&gt;
Hi guys!&lt;br /&gt;
&lt;br /&gt;
I am trying to set up a new environment for a old medium MW site with about 15 servers. This site used to throw everything into Memcached. However, I saw the [[Manual:Performance tuning]] state that: &amp;quot;We recommend bytecode cache for PHP, &#039;&#039;&#039;APCu as local object cache&#039;&#039;&#039;, Memcached for main cache; this is what the Wikimedia Foundation uses for Wikipedia et al.&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
I understand the $wgMainCacheType should use CACHE_MEMCACHED. But what exactly the &#039;&#039;&#039;&amp;quot;local object cache&amp;quot;&#039;&#039;&#039; referring to? Is it Localisation cache? How should I set the localsettings.php file to implement the best practice?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance! [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 05:18, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Translate Wiki Export only changed texts ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello, I use the MediaWiki Extension Translate to translate articles into another language. If, however, texts are changed and I want to export the article to a .po file, I can always only export the entire article. I would like to export only the changed texts in a .po file. Is that possible? [[User:Rontronic|Rontronic]] ([[User talk:Rontronic|talk]]) 09:00, 14 October 2016 (UTC)&lt;br /&gt;
:ping {{FlowMention|Nikerabbit}} —[[User:TheDJ|Th&amp;lt;span style=&amp;quot;color: green&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;DJ (Not WMF)]] ([[User talk:TheDJ|talk]] • [[Special:Contributions/TheDJ|contribs]]) 09:27, 14 October 2016 (UTC)&lt;br /&gt;
:is there an email adress??? i &#039;cant contact him... [[User:Rontronic|Rontronic]] ([[User talk:Rontronic|talk]]) 09:54, 14 October 2016 (UTC)&lt;br /&gt;
:TheDJ pinged him already and the provided link has a discussion page where you can also contact the user and in the sidebar there is also an item &amp;quot;Email this user&amp;quot;. [[User:AKlapper (WMF)|AKlapper (WMF)]] ([[User talk:AKlapper (WMF)|talk]]) 10:28, 14 October 2016 (UTC)&lt;br /&gt;
:I replied via email. Summary is: no, but check which items have the fuzzy tag. [[User:Nikerabbit|Nikerabbit]] ([[User talk:Nikerabbit|talk]]) 19:23, 17 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== special pages-&amp;gt;Data and tools -&amp;gt;statistics ==&lt;br /&gt;
&lt;br /&gt;
In statistics we already have Views total under view statistics.Is there any way to get total no of unique hits to all the pages that is made by individual users.(If the same user hits a page more than  once it should be still be considered as single hit). [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:18, 14 October 2016 (UTC)&lt;br /&gt;
:Did the answer in [[Topic:Tda01y876aab29tl]] not satisfy your needs? [[Special:Contributions/87.123.38.252|87.123.38.252]] ([[User talk:87.123.38.252|talk]]) 11:54, 14 October 2016 (UTC)&lt;br /&gt;
:does it add any report under statistics as I m not getting reply from piwik team. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:19, 16 October 2016 (UTC)&lt;br /&gt;
:It is a bridge to your Piwik installation. Use Piwik to view the Piwik data! [[Special:Contributions/87.123.45.196|87.123.45.196]] ([[User talk:87.123.45.196|talk]]) 11:07, 16 October 2016 (UTC)&lt;br /&gt;
:which special page it adds? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:39, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Download PDF file ==&lt;br /&gt;
&lt;br /&gt;
Is possibile download PDF file with MediaWiki? [[Special:Contributions/93.54.87.36|93.54.87.36]] ([[User talk:93.54.87.36|talk]]) 12:37, 14 October 2016 (UTC)&lt;br /&gt;
:PDF files &#039;&#039;can&#039;&#039; be uploaded to a site running on MediaWiki and then, that PDF file can also be downloaded by others. Was this, what you were asking? [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 15:23, 14 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|AhmadF.Cheema}} thank you for your replay: I solve my problem autonomy with the URL of uploaded file [[Special:Contributions/93.54.87.36|93.54.87.36]] ([[User talk:93.54.87.36|talk]]) 15:55, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Using a template on my local MediaWiki installation ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
I&#039;m interested in using routemaps:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/wiki/Template:Routemap&lt;br /&gt;
&lt;br /&gt;
on my local MediaWiki. From what I understand, I think I need my own parser or module? &lt;br /&gt;
&lt;br /&gt;
If I copy example 1.2 into a template on my own system, it does nothing. A box on that page lists 3 modules it uses. It also seems like I would need the graphics themselves. I don&#039;t see any routemap addon that someone has created, like some other features I added to my local install, like Google Map functionality.&lt;br /&gt;
&lt;br /&gt;
What&#039;s the best way forward with this? Thanks. [[User:Nydepot|Nydepot]] ([[User talk:Nydepot|talk]]) 18:18, 14 October 2016 (UTC)&lt;br /&gt;
:You will at-least need [[Extension:Scribunto]] and to import the template page (i.e. [[:en:Template:Routemap|Template:Routemap]]) along with other templates used on this page. This can be done by using [[:en:Special:Export|Special:Export]] and checking the &amp;quot;Include templates&amp;quot; option before export. Then, import the exported file into your own Wiki. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 01:02, 15 October 2016 (UTC)&lt;br /&gt;
:Thank you Ahmad. [[Special:Contributions/24.97.197.43|24.97.197.43]] ([[User talk:24.97.197.43|talk]]) 16:32, 17 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Visual Editor - Insert - Media ==&lt;br /&gt;
&lt;br /&gt;
In order to get the visual editor to recognize an uploaded image file, we have to upload the file with the file name having the first letter followed by an underscore in order to get the image file to appear using the Media settings window. For example, &amp;quot;Dog.jpg&amp;quot; will not come up in the display if the letter d is entered, but if we load the file using the file name &amp;quot;D_Dog.jpg&amp;quot; it will appear. Has anyone else experienced this? If so, is there a fix? &lt;br /&gt;
&lt;br /&gt;
We are using Wikimedia &amp;amp; visual editor v1.27 with PHP v5.5.31 [[User:Haskinslabs|Haskinslabs]] ([[User talk:Haskinslabs|talk]]) 19:17, 14 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Automatic log out ==&lt;br /&gt;
&lt;br /&gt;
Hi, A few weeks ago I started a Wikitravel account. I had the problem that it kept logging me out and pretending that my user didn&#039;t exist (MegaMgala) so I cannot ask for a new password. Then suddenly I stopped having the problem.&lt;br /&gt;
&lt;br /&gt;
Now it logs me in just fine in Spanish but when I switch languages it logs me out again. Also the Spanish version pretends I never made a contribution which isn&#039;t the case. Before I could enter the English and Dutch version just fine without the system logging me out. Now I can only log-in to the English and Spanish version seperately and the Dutch version I cannot access at all. &lt;br /&gt;
&lt;br /&gt;
Can anyone tell me what keeps happening? It is really frustrating. It shouldn&#039;t be that hard. I can&#039;t even&lt;br /&gt;
&lt;br /&gt;
Thank you so much,&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
&lt;br /&gt;
MegaMgala [[User:MegaMgala|MegaMgala]] ([[User talk:MegaMgala|talk]]) 00:03, 15 October 2016 (UTC)&lt;br /&gt;
:While your account exists in the &#039;&#039;Spanish and English versions&#039;&#039;, there is &#039;&#039;no account&#039;&#039; named MegaMgala in the Dutch one. WikiTravel obviously is not using &#039;&#039;one single&#039;&#039; user table, but &#039;&#039;multiple user tables&#039;&#039;.&lt;br /&gt;
:I think this also is the reason for why you think it logs you out again when you change to a different language: Because it in fact is a &#039;&#039;different account&#039;&#039;, which you are using there and while you are logged in with the one, you are not necessarily also logged in with the other. In fact I think this is not even a log out - you just have not been logged in. [[Special:Contributions/87.123.12.224|87.123.12.224]] ([[User talk:87.123.12.224|talk]]) 00:46, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bug in parser ==&lt;br /&gt;
&lt;br /&gt;
[[User:109.172.58.99|&amp;lt;bdi&amp;gt;109.172.58.99&amp;lt;/bdi&amp;gt;]] ([[User talk:109.172.58.99|talk]][[Special:Contributions/109.172.58.99|contribs]])&lt;br /&gt;
&lt;br /&gt;
Hello. I think I found a bug in the parser. For example: article about Imam Shamil:https://en.wikipedia.org/wiki/Imam_Shamil. When I try to parse full article it&#039;s okay:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/w/api.php?action=parse&amp;amp;disabletidy&amp;amp;disabletoc&amp;amp;disableeditsection&amp;amp;disablelimitreport&amp;amp;page=Imam_Shamil&amp;amp;formatversion=2&lt;br /&gt;
&lt;br /&gt;
Please see second section (Family and early life). Its wrapped to p tag. But I try to get only second section (index = 1), last paragraph is not wrapped to p tag:&lt;br /&gt;
&lt;br /&gt;
https://en.wikipedia.org/w/api.php?action=parse&amp;amp;disabletidy&amp;amp;disabletoc&amp;amp;disableeditsection&amp;amp;disablelimitreport&amp;amp;page=Imam_Shamil&amp;amp;formatversion=2&amp;amp;section=1&lt;br /&gt;
&lt;br /&gt;
Because of this, I can not properly handle HTML. [[Special:Contributions/109.172.58.99|109.172.58.99]] ([[User talk:109.172.58.99|talk]]) 13:19, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Putting wiki in subdirectory ==&lt;br /&gt;
&lt;br /&gt;
Currently I have my Wiki at http://52.26.118.44/index.php/Main_Page.  I would like for the wiki to be in IPaddress/wiki/ instead of IPaddress/index.php/.  In other words, I would like to have the wiki in a subdomain.  Currently the site is in the root site directory, which is /var/www/html.  Is it as simple as creating a directory &amp;quot;wiki&amp;quot; in the html directory and moving everything there?  If there is documentation, could someone point me to them?  I found [[Manual:Short URL]], but that did not seem to be up to date.  I am using a EC2 instance on AWS and there is no apache2 (or apache) directory in etc. [[User:Jasonbunnell|Jasonbunnell]] ([[User talk:Jasonbunnell|talk]]) 18:43, 15 October 2016 (UTC)&lt;br /&gt;
:Which Operating System does your Amazon EC2 instance running?&lt;br /&gt;
:Depending upon your OS, apache(httpd) files may be at different location. [[Special:Contributions/49.207.55.8|49.207.55.8]] ([[User talk:49.207.55.8|talk]]) 19:41, 15 October 2016 (UTC)&lt;br /&gt;
:Why do you think that [[Manual:Short URL]] would not be up to date?&lt;br /&gt;
:You will need to update some of the configuration variables in LocalSettings.php. [[Manual:$wgScript]] is a candidate here. [[Special:Contributions/87.123.45.196|87.123.45.196]] ([[User talk:87.123.45.196|talk]]) 19:53, 15 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Database error changing password on 1.27.1 ==&lt;br /&gt;
{{Archive top|result={{tracked|T148310}}|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
http://ballistipedia.com/&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Product&lt;br /&gt;
!Version&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mediawiki.org/ MediaWiki]&lt;br /&gt;
|1.27.1&lt;br /&gt;
|-&lt;br /&gt;
|[https://php.net/ PHP]&lt;br /&gt;
|5.6.26 (cgi-fcgi)&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mysql.com/ MySQL]&lt;br /&gt;
|5.1.73-log&lt;br /&gt;
|}&lt;br /&gt;
I just patched to 1.27.1.  Was prompted to choose a longer password, but every time I try to [http://ballistipedia.com/index.php?title=Special:ChangeCredentials/MediaWiki%5CAuth%5CPasswordAuthenticationRequest&amp;amp;returnto=Special%3APreferences change my password] I get:&lt;br /&gt;
&lt;br /&gt;
==Database error== &lt;br /&gt;
&lt;br /&gt;
 A database query error has occurred. This may indicate a bug in the software. [[User:Dbooksta|Dbooksta]] ([[User talk:Dbooksta|talk]]) 19:57, 15 October 2016 (UTC)&lt;br /&gt;
:Also getting the same issue on the wiki we have set up. Upon account creation with a temporary password, login it asks you to set a new password. Then getting the exact same error: A database query error has occured. This may indicate a bug in the software.&lt;br /&gt;
:Any solutions? [[Special:Contributions/124.191.159.39|124.191.159.39]] ([[User talk:124.191.159.39|talk]]) 22:09, 15 October 2016 (UTC)&lt;br /&gt;
:Run the database updater [[User:Reedy|Reedy]] ([[User talk:Reedy|talk]]) 20:18, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== API stopped getting wikipedia article ==&lt;br /&gt;
&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;br /&gt;
I have written a python script to extract content using this api: &#039;https://en.wikipedia.org/w/api.php?action=query&amp;amp;format=json&amp;amp;prop=extracts&amp;amp;titles=&#039;+urllib2.quote(line)+&#039;&amp;amp;explaintext=1&amp;amp;exsectionformat=wiki&amp;lt;nowiki/&amp;gt;&#039;&lt;br /&gt;
&lt;br /&gt;
This is where urllib2.quote(line) is a list of keywords of valid article titles. But after a short while it stopped working. It used to be able to extract all the contents but now it stopped. Please help me.&lt;br /&gt;
&lt;br /&gt;
I have posted a thread in stackoverflow which shows my code and test file: &lt;br /&gt;
&lt;br /&gt;
http://stackoverflow.com/questions/40066414/re-extracting-content-from-api-stops-halfway&lt;br /&gt;
&lt;br /&gt;
Thank you [[User:Jseng001|Jseng001]] ([[User talk:Jseng001|talk]]) 03:34, 16 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Importing ==&lt;br /&gt;
&lt;br /&gt;
On this page https://anjuna.miraheze.org/wiki/Anjunabeats_Volume_3, I have imported a page from Wikipedia to get the infobox.&lt;br /&gt;
&lt;br /&gt;
At the top of the page is &#039;&amp;lt;nowiki&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/nowiki&amp;gt;&#039; which I cannot expunge. It isn&#039;t in the code either. [[User:Science Bird|Anjuna]] ([[User talk:Science Bird|talk]]) 05:43, 16 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Page isn&#039;t working after changing localsettings.php ==&lt;br /&gt;
{{Archive top|result=Accidental syntax mistake|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hello,&lt;br /&gt;
&lt;br /&gt;
I have installed mediawiki on ubuntu 14.04.  Everything was working great until I tried changing the logo image in localsettings.php.&lt;br /&gt;
&lt;br /&gt;
After I did that my wiki wont load and i get the error:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;the page isn&#039;t working&lt;br /&gt;
&lt;br /&gt;
(IP) is currently unable to handle this request.&lt;br /&gt;
&lt;br /&gt;
http error 500&amp;quot;&lt;br /&gt;
&lt;br /&gt;
It is quite possible I messed up some other settings in the localsettings.php file.  My question is, can I just replace the localsettings.php file or is there some other way to solve this?&lt;br /&gt;
&lt;br /&gt;
Thank you in advance for any help. [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 06:10, 16 October 2016 (UTC)&lt;br /&gt;
:This error probably indicates you made some syntax error while making the changes. Try to get back to how the &#039;&#039;LocalSettings.php&#039;&#039; file originally was and see if that solves the problem. Also, is the logo image file readable? [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 07:26, 16 October 2016 (UTC)&lt;br /&gt;
:Any ideas on how to get the localsettings.php file back?  I&#039;m using digitalocean&#039;s one click install for mediawiki if that helps.&lt;br /&gt;
:As far as the logo image, it was a imgr link.&lt;br /&gt;
:Thanks [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 07:40, 16 October 2016 (UTC)&lt;br /&gt;
:or even how to revert to the old Localsettings.php? [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 08:47, 16 October 2016 (UTC)&lt;br /&gt;
:Try commenting out the code lines which define the logo image, see if the problem gets solved. That way we can be sure this is the code line causing the issue. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 08:59, 16 October 2016 (UTC)&lt;br /&gt;
:Hi,&lt;br /&gt;
:I commented out the code lines which I changed and I still get the http error 500,  I tried to open the page on another web browser and just get a blank white screen.  Do you think updating mediawiki would help? [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 21:33, 16 October 2016 (UTC)&lt;br /&gt;
:RESOLVED-&lt;br /&gt;
:I accidentially changed the syntax of $wgEmergencyContact to the wrong IP,  changed it and now it works thank you! [[Special:Contributions/216.139.2.136|216.139.2.136]] ([[User talk:216.139.2.136|talk]]) 21:47, 16 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== $wgUserEmailUseReplyTo is ignored ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
Im on 1.26.3 and use $wgUserEmailUseReplyTo = true, $wgPasswordSender = &amp;quot;foo@bar.foobar&amp;quot; and $wgSMTP.&lt;br /&gt;
&lt;br /&gt;
The problem is, that wgUserEmailUseReplyTo gets ignored. The user to user email still just sets the from adress to the users email.&lt;br /&gt;
&lt;br /&gt;
How to change this?&lt;br /&gt;
&lt;br /&gt;
Thanks! [[Special:Contributions/89.14.106.189|89.14.106.189]] ([[User talk:89.14.106.189|talk]]) 18:35, 16 October 2016 (UTC)&lt;br /&gt;
:If it&#039;s not working [[Manual:$wgUserEmailUseReplyTo|as documented]] please [[bugreport|report a bug]]. See also {{phabricator|T114084}}, affecting only on your email copies. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:17, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to upload image to a remote shared wiki? ==&lt;br /&gt;
&lt;br /&gt;
Hi girls and guys,&lt;br /&gt;
&lt;br /&gt;
Due to some government regulation problem in China. We have to move some wikis with simplified-Chinese to China while others stay in US. We used to use ForeignDBRepo in $wgForeignFileRepos to get all wikis upload and access shared image in common.moegirl.org. Since all different wikis stay together and they can access same database and same file directory, this setting work fine.&lt;br /&gt;
&lt;br /&gt;
However, now we got 2 databases and 2 servers separate from each other about 7,000 miles. By using $wgForeignFileRepos with ForeignAPIRepo in local wikis and  $wgThumbnailScriptPath with thumb.php settings in common.moegirl.org, we can access existed images. But can&#039;t upload images to same file directory as we used to do.&lt;br /&gt;
&lt;br /&gt;
I saw there are mw.ForeignStructuredUpload and mw.ForeignStructuredUpload.BookletLayout function and $wgUploadDialog setting become available since MW ≥ 1.27.&lt;br /&gt;
&lt;br /&gt;
Can some one explained or provide help and/or documents on how to use these cross-wiki uploads settings?&lt;br /&gt;
&lt;br /&gt;
Thank you!!!!!!!&lt;br /&gt;
&lt;br /&gt;
[[Manual:$wgUploadDialog]] [[Upload dialog]] [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 02:04, 17 October 2016 (UTC)&lt;br /&gt;
:{{FlowMention|Krinkle}} could you please be kind to provide little help on the cross-wiki uploads function? I saw you answered a $wgForeignFileRepos about 5 years ago. Sorry for bother you. [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 02:08, 17 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:$wgUseInstantCommons#Details]] for a configuration example that you can use for [[InstantCommons]]. You can adapt it to your needs. It will basically hotlink images stored in common.moegirl. You need to configure common.moegirl to thumbnail images with a [[Manual:thumb.php#404 Handler|404 handler]], or maybe setting also thumbScriptUrl (see [[Manual:$wgForeignFileRepos|$wgForeignFileRepos]]) would also work. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 10:13, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to require users to confirm their email address before being allowed to login in MediaWiki ==&lt;br /&gt;
&lt;br /&gt;
How to require users to confirm their email address before being allowed to login in MediaWiki [[User:Jainuddin786|Jainuddin786]] ([[User talk:Jainuddin786|talk]]) 08:07, 17 October 2016 (UTC)&lt;br /&gt;
:Maybe [[Manual:$wgEmailConfirmToEdit|$wgEmailConfirmToEdit]] would serve your purposes. See [http://stackoverflow.com/questions/11608607/how-to-require-confirm-by-email-to-create-an-account-in-mediawiki this]. Or you can use [[Extension:ConfirmAccount]] to require the account to be confirmed by an admin. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 13:21, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Site not displaying content ==&lt;br /&gt;
&lt;br /&gt;
In the site http://www.foodprocessmodel.org/index.php?title=Main_Page, the contents have suddenly stopped displaying. For example, the Main Page is empty. However, if one does View Source, all the content is there. I have not used the site for a while so I do not know if this is due to version change of software. The same is true for all pages in the site. [[Special:Contributions/64.134.128.74|64.134.128.74]] ([[User talk:64.134.128.74|talk]]) 13:45, 17 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there]]! [[Special:Contributions/87.123.12.180|87.123.12.180]] ([[User talk:87.123.12.180|talk]]) 13:55, 17 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== VisualEditor and WikiEditor not working in 1.27.1 ==&lt;br /&gt;
&lt;br /&gt;
We have recently upgraded to MediaWiki 1.27.1 but have found that neither the VisualEditor or WikiEditor extensions work in this version.&lt;br /&gt;
&lt;br /&gt;
For VisualEditor I have tried using a known working configuration from our previous version (1.24.3) and clicking on the Edit link simply redirects to the same page (with veaction=edit appended to the url). The very latest version of VisualEditor was also tried without success.&lt;br /&gt;
&lt;br /&gt;
After giving up on VisualEditor I decided to fall back on WikiEditor which sounded like a more established platform (but perhaps with less features). Again, I tried a known working configuration from the earlier version of MediaWiki and the toolbar was not shown. The very latest version of WikiEditor was also tried without success.&lt;br /&gt;
&lt;br /&gt;
Do you have any comments? [[Special:Contributions/62.255.136.202|62.255.136.202]] ([[User talk:62.255.136.202|talk]]) 14:58, 17 October 2016 (UTC)&lt;br /&gt;
:WikiEditor works for me.&lt;br /&gt;
:Open developer tools of your browser (hit F12) and look for any error displayed in the error console.&lt;br /&gt;
:If your wiki is publicly accessible that would help incredibly [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:04, 17 October 2016 (UTC)&lt;br /&gt;
:Thanks for your reply. The only errors that I get are these (but they happen whether or not WikiEditor is enabled):&lt;br /&gt;
:[70301b78d7414677605a0ccc] /mediawiki/load.php?debug=false&amp;amp;lang=en-gb&amp;amp;modules=startup&amp;amp;only=scripts&amp;amp;skin=vector   LogicException from line 709 of /opt/mediawiki/includes/resourceloader/ResourceLoaderModule.php: getDefinitionSummary must call parent method&lt;br /&gt;
:[70301b78d7414677605a0ccc] /mediawiki/load.php?debug=false&amp;amp;lang=en-gb&amp;amp;modules=startup&amp;amp;only=scripts&amp;amp;skin=vector   LogicException from line 709 of /opt/mediawiki/includes/resourceloader/ResourceLoaderModule.php: getDefinitionSummary must call parent method&lt;br /&gt;
:Problematic modules: {&amp;quot;startup&amp;quot;:&amp;quot;error&amp;quot;}&lt;br /&gt;
:By the way, we are using PHP7. Which version are you using? [[Special:Contributions/62.255.136.202|62.255.136.202]] ([[User talk:62.255.136.202|talk]]) 08:12, 18 October 2016 (UTC)&lt;br /&gt;
:PHP 5.6&lt;br /&gt;
:May be the same problem as [[Topic:Stfznys4p9w3kmij]]? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:25, 18 October 2016 (UTC)&lt;br /&gt;
:Thanks, it does look similar but we are not using the EventLogging module that they refer to. Maybe we need to to look at some of the other modules. [[User:F1alan|F1alan]] ([[User talk:F1alan|talk]]) 12:42, 18 October 2016 (UTC)&lt;br /&gt;
:Disable all other extensions, and see if the error is fixed. Then enable one by one until you find the culprit. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:33, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== api ==&lt;br /&gt;
&lt;br /&gt;
How to check if the api is enabled in mediawiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 07:08, 18 October 2016 (UTC)&lt;br /&gt;
:[[Manual:$wgEnableAPI]]. Note that although enabled, it may be restricted to some user groups. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:27, 18 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mediawiki Localization + common database ==&lt;br /&gt;
&lt;br /&gt;
Hello all. I have an idea to make my wiki at least on two-three languages just like ar wikipedia, i.e.:&lt;br /&gt;
* en.mywiki.com - English&lt;br /&gt;
* de.mywiki.com - German&lt;br /&gt;
* ru.mywiki.com - Russian&lt;br /&gt;
+ common media files that can be used at all localized wikis + one user for all localizations + interwiki that allows to make links between one article, but at different languages&lt;br /&gt;
Could someone give a link or explain how to make it? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 14:43, 18 October 2016 (UTC)&lt;br /&gt;
:See [[Manual:Wiki family#Multiple wikis sharing common resources]] [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:45, 19 October 2016 (UTC)&lt;br /&gt;
:Yes, I saw the instruction but not all clear for me ... now I just installed two wikis: English and German and have to LocalSettings files (LocalSettings_en.php and LocalSettings_de.php) and made general LocalSettings.php file with code listed in the instruction, but now it is not clear for me what I shall do next to make working wikis at subdomains% de.mywiki.com and en.mywiki.com. What is the next step? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 10:12, 19 October 2016 (UTC)&lt;br /&gt;
:I also would like to know your opinion what is better to have one core of mediawiki and make subdomains for each localization (I still don&#039;t know how to do that) OR install mediawiki separately from yeach to its subdomain (en.mywiki.com, de.mywiki.com etc.) What do you think? [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 14:27, 19 October 2016 (UTC)&lt;br /&gt;
:If you own the &#039;&#039;mywiki.com&#039;&#039; domain, you need to set up DNS for subdomains. This is usually handled by editing the DNS records in the domain registrar where do you have the domain, or maybe in your hosting. You may specify each subdomain the same IP of the server, or set it so any subdomain goes to the same IP.&lt;br /&gt;
:On the web server, you need to configure a virtual host setting to handle each subdomain. If installations are different, make the document root point to each installation.&lt;br /&gt;
:Having separate installs is easier (or safer) to setup if you generally don&#039;t know how to share the same install. Otherwise, you can point all to the same installations, have common settings in the LocalSettings file, and then maybe include additional settings depending on the subdomain. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:52, 20 October 2016 (UTC)&lt;br /&gt;
:Thank you for clarification. I just don&#039;t know what to do next, so what I have already done:&lt;br /&gt;
:Installed mediawiki to the root directory of mywiki.com as usual (I chose English) and uploaded LocalSettings.php file and renamed it according to manual to LocalSettings_en.php and start the installation again, but chose German language and indicated the same database, but added prefix to the tables &amp;quot;_de&amp;quot;. Downloaded LocalSettings php file and renamed it to LocalSettings_de.php.&lt;br /&gt;
:Now I created subdomains at my hosting de.mywiki.com and en.mywiki.com&lt;br /&gt;
:... and now I don&#039;t know if I have done all correct and what should I do the next.&lt;br /&gt;
:I would be thankful greatly for your help. [[User:Fokebox|Fokebox]] ([[User talk:Fokebox|talk]]) 13:07, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Users are logged out too often ==&lt;br /&gt;
&lt;br /&gt;
Before upgrading to 1.27.1, users were signed in for more than half an hour at least if they check Keep me logged in on previous 1.26 but now it just logs out only after 2mins of gap!&lt;br /&gt;
&lt;br /&gt;
Is there a way to configure there somewhere?&lt;br /&gt;
&lt;br /&gt;
I&#039;ve not set any values for $wgSessionsInObjectCache and $wgSessionCacheType. Also the $wgMainCacheType = CACHE_NONE; without any caching. [[Special:Contributions/49.207.60.101|49.207.60.101]] ([[User talk:49.207.60.101|talk]]) 14:49, 18 October 2016 (UTC)&lt;br /&gt;
:Try explicitly setting&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgSessionCacheType = CACHE_DB;&amp;lt;/code&amp;gt; [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:42, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Does MediaWiki 1.27 work well in Ubuntu 16.04LTS? ==&lt;br /&gt;
&lt;br /&gt;
Does MediaWiki 1.27 work well in Ubuntu 16.04LTS?  My current build is Ubuntu 11.04 and Mediawiki 1.16.4.  I plan to standup a new Virtual server, Install media wiki and Migrate mediawiki over to the new one.m in [[User:Vjsuarez2002|Vjsuarez2002]] ([[User talk:Vjsuarez2002|talk]]) 15:33, 18 October 2016 (UTC)&lt;br /&gt;
:As long as the fitting versions (Apache, PHP, MySQL/MariaDB) from [[compatibility]] are there, that should not be a problem! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 20:20, 18 October 2016 (UTC)&lt;br /&gt;
:Awesome, thank you!  One more question, is 64-but Ubuntu compatible? [[User:Vjsuarez2002|Vjsuarez2002]] ([[User talk:Vjsuarez2002|talk]]) 19:57, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to edit Comment on an uploaded Image file? ==&lt;br /&gt;
{{Archive top|result=Image comments can be edited with the Edit link of the File page.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi everyone, it&#039;s the first time I&#039;ve run my own wiki, I have MediaWiki 1.27.1,&lt;br /&gt;
&lt;br /&gt;
I uploaded an image that had a long Comment description, then noticed I had worded it wrongly. I don&#039;t see a way to edit the Comment itself.&lt;br /&gt;
&lt;br /&gt;
If I &amp;quot;Upload a new version of this file&amp;quot;, users still see the original Comment (the bad one) directly beneath the image, on the image page. In other words, the image can be updated , but the Comment can&#039;t (?). Not in the place it is most visible. Yes, it was changed in the File History field for Comments. But like I say, it is a long comment which it truncated in the File History. Having it be wrong where it can be easily seen in full right below the image, but right where it can&#039;t be seen (cutoff in the File History), is unacceptable.&lt;br /&gt;
&lt;br /&gt;
The core problem is that users only see the original Comment underneath the picture. Am I doing something wrong?&lt;br /&gt;
&lt;br /&gt;
This is not a caching issue. Forcing action=purge will update the image, but it still has that original comment directly below it on the image page. No matter how many times I Upload a new version of the image.&lt;br /&gt;
&lt;br /&gt;
Is my only recourse, the workaround of making an entirely new image from the same image? This seems very poor if someone wants to attach, edit, and update detailed supporting comments for images.&lt;br /&gt;
&lt;br /&gt;
Thanks if you can help! [[User:RedKnight7|RedKnight7]] ([[User talk:RedKnight7|talk]]) 15:55, 18 October 2016 (UTC)&lt;br /&gt;
:You should be able to go to the file page, and use the Edit link at the top. Editing an image won&#039;t actually edit the bitmap itself, but let you edit the comment. [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 18:47, 18 October 2016 (UTC)&lt;br /&gt;
:Darn, I can&#039;t believe I didn&#039;t notice that. I was focussed on the image controls. That&#039;s all I needed! Problem solved, thanks! [[User:RedKnight7|RedKnight7]] ([[User talk:RedKnight7|talk]]) 18:55, 18 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Resize image ==&lt;br /&gt;
{{Archive top|result=Yeah, got it, thank you bro.&lt;br /&gt;
&lt;br /&gt;
Very happy.|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
Hi, I&#039;m trying to resize the images posted to maximum 800px wide, but I use the FRAME parameter in order to put the subtitles below, so I can not use the Wiki images variables.&lt;br /&gt;
&lt;br /&gt;
So I was doing debug here to find out where the call occurs in loading the image to direct power to change the source code.&lt;br /&gt;
&lt;br /&gt;
And I came to the Linker.php file.&lt;br /&gt;
&lt;br /&gt;
The line &#039;&#039;&#039;&amp;quot;$ s =&amp;quot; &amp;lt;nowiki&amp;gt;&amp;lt;div class = \ &amp;quot;thumb t {$ fp [&#039;align&#039;]} \&amp;quot;&amp;gt; &amp;lt;div class = \ &amp;quot;thumbinner \&amp;quot; style = \ &amp;quot;width: {$ outerWidth} px; \&amp;quot; &amp;gt; &amp;quot;;&amp;quot;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It has $ outerWidth parameter that from what I understand, determines the image size when you will be charged.&lt;br /&gt;
&lt;br /&gt;
So I was wondering if anyone can help me change the source code so that if the user upload a larger image than 800px wide, this image is automatically with only 800px wide to be displayed. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 17:38, 18 October 2016 (UTC)&lt;br /&gt;
:why don&#039;t use |thumb| instead of |frame|, which allows to specify a width? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:50, 19 October 2016 (UTC)&lt;br /&gt;
:Humm le´me see, i´ll try. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 10:46, 19 October 2016 (UTC)&lt;br /&gt;
:Yeah, got it, thank you bro.&lt;br /&gt;
:Very happy. [[User:Analistacavanha|Analistacavanha]] ([[User talk:Analistacavanha|talk]]) 10:56, 19 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== Category count decreases when not logged in. ==&lt;br /&gt;
{{Flow summary|Known bug with MediaWiki and anonymous users.}}&lt;br /&gt;
&lt;br /&gt;
Versions = Wiki: 1.26.2, PHP: 5.4.43, MySQL: 5.5.51-38.2.&lt;br /&gt;
&lt;br /&gt;
Site = http://www.vgmpf.com&lt;br /&gt;
&lt;br /&gt;
I created a new page with a category tag and it shows up in the category page like it should. However, it only appears in the category to logged in users. For users who are logged out, the page is not in the category, and the total page count of the category decreases reflecting the missing page. I can still navigate to the page directly when logged out. I don&#039;t have any extensions to hide pages and most of the pages I created in the past show up properly in the category while logged out.&lt;br /&gt;
&lt;br /&gt;
The only major changes I&#039;ve made to the Wiki in the past year are upgrading from 1.25 to 1.26.2 and switching from manual user account creation to using the ConfirmEdit extension.&lt;br /&gt;
&lt;br /&gt;
If you know why the pages aren&#039;t showing up in their categories for logged out users, please let me know, thanks! [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 18:45, 18 October 2016 (UTC)&lt;br /&gt;
:This looks like a caching problem. Does the wrong number appear also when navigating using the &amp;quot;private browsing&amp;quot; feature of your browser? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:49, 19 October 2016 (UTC)&lt;br /&gt;
:I get the same result when I use a private browser. 172 pages in the category while logged out, 176 while logged in (similar results in other categories). My site uses caching, but I haven&#039;t changed the setting in a long time, and this problem seems to have appeared within the past 30 days. Thank you for the reply! [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 12:22, 19 October 2016 (UTC)&lt;br /&gt;
:Sadly, this is broken when $wgUseFileCache {{phabricator|T26575}} [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 20:17, 19 October 2016 (UTC)&lt;br /&gt;
:Thank you Ciencia Al Poder. I&#039;m assuming the pages will migrate their way into their proper categories for anonymous users as the cache updates. In the meantime, I will patiently wait for a fix. [[User:TheAlmightyGuru|TheAlmightyGuru]] ([[User talk:TheAlmightyGuru|talk]]) 13:31, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:MsUpload ==&lt;br /&gt;
{{Archive top|status=resolved}}&lt;br /&gt;
&lt;br /&gt;
while uploading it says internal error occured.Can anyone guide me on this issue [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 07:20, 19 October 2016 (UTC)&lt;br /&gt;
:Does normal upload (through Special:Upload) work? [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:34, 19 October 2016 (UTC)&lt;br /&gt;
:when we tried to upload(through Special:Upload) it throws Could not create directory &amp;quot;mwstore://local-backend/local-public/c/c7&amp;quot;. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:11, 19 October 2016 (UTC)&lt;br /&gt;
:you should fix permissions on your upload folder (configured by [[Manual:$wgUploadDirectory|$wgUploadDirectory]], defaults to the folder /images inside the MediaWiki installation folder). Be sure it&#039;s writable by the webserver [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 19:40, 19 October 2016 (UTC)&lt;br /&gt;
:thank u Ciencia. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 05:02, 20 October 2016 (UTC)&lt;br /&gt;
{{Archive bottom}}&lt;br /&gt;
&lt;br /&gt;
== SimpleBatchUpload ==&lt;br /&gt;
&lt;br /&gt;
is SimpleBatchUpload supported in 1.23.5 version of mediawiki? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 08:07, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== jQuery is not defined when upgrade from 1.20 to 1.25 ==&lt;br /&gt;
&lt;br /&gt;
I have written my extension when I use 1.20, and there is some Javascript in the code, for example&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
class Example&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
public static function onBeforePageDisplay( OutputPage &amp;amp;$out, Skin &amp;amp;$skin  )&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
&lt;br /&gt;
echo &#039;&amp;lt;script&amp;gt;&#039;;&lt;br /&gt;
&lt;br /&gt;
echo &#039;$(function() { console.log(&amp;quot;test&amp;quot;) });&#039;&lt;br /&gt;
&lt;br /&gt;
echo &#039;&amp;lt;/script&amp;gt;&#039;;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
It works perfectly in 1.20, but after I upgrade MediaWiki to 1.25, I got message jQuery is not defined(…), I am pretty sure jQuery is loaded, because I type $(&#039;body&#039;).length on console panel, it returns 1, how to fix it? [[User:Chan15tw|Chan15tw]] ([[User talk:Chan15tw|talk]]) 09:46, 19 October 2016 (UTC)&lt;br /&gt;
:I don&#039;t know, what you are actually trying to do. However, if you need jQuery, then the right way is not to output your JavaScript code into the page directly. Instead, include your code inside a [[ResourceLoader]] module. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 11:57, 19 October 2016 (UTC)&lt;br /&gt;
:You can&#039;t just insert scripts that depend on other scripts like that, as everything is loaded asynchronously since 1.26. As said above, making a RL module is the best way. If there is some reason you really have to have an inline script, then in currently supported versions of MW (1.26+) you can add your script to the RL queue, so it will be executed after the core modules (mediawiki and jQuery) are ready.&lt;br /&gt;
:&amp;lt;code&amp;gt; &#039;&#039;&#039;(window.RLQ=window.RLQ||[]).push(function(){&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;     $(function() { console.log(&amp;quot;test&amp;quot;) });&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt; &#039;&#039;&#039;});&#039;&#039;&#039;&amp;lt;/code&amp;gt; [[Special:Contributions/137.147.144.56|137.147.144.56]] ([[User talk:137.147.144.56|talk]]) 06:15, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:SimpleBatchUpload ==&lt;br /&gt;
&lt;br /&gt;
To download this extension the recommended way to download this extension is by using [[Composer]]. To do that, i was asked to add the following to the MediaWiki &amp;lt;code&amp;gt;composer.local.json&amp;lt;/code&amp;gt; file and run &amp;lt;code&amp;gt;php composer.phar update mediawiki/simple-batch-upload&amp;lt;/code&amp;gt; from the MediaWiki installation directory. But i am not able to find the composer.local.json file. So i tried this in composer.json. Has anyone faced a similar issue. Kindly guide me through this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 10:49, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to use Description2 ==&lt;br /&gt;
&lt;br /&gt;
Hello.&lt;br /&gt;
&lt;br /&gt;
I installed Description2.&lt;br /&gt;
&lt;br /&gt;
How now to use it? Does it generate metadata by itself? [[User:TraaBBIT|TraaBBIT]] ([[User talk:TraaBBIT|talk]]) 11:19, 19 October 2016 (UTC)&lt;br /&gt;
:The extension is working on the page text, extracts data from there and sets the result as content of the meta tag. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 11:53, 19 October 2016 (UTC)&lt;br /&gt;
:OK.&lt;br /&gt;
:Is there any way to setup meta description on some page? I wan&#039;t to have some meta description on my main page. [[User:TraaBBIT|TraaBBIT]] ([[User talk:TraaBBIT|talk]]) 10:48, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Which addons (other than editor) are helpful making formats to make new pages in? ==&lt;br /&gt;
&lt;br /&gt;
I just started Mediowiki and only have Editor. What can help me to make standard pages following my own constructed format? [[User:Irene van Oostrum|Irene van Oostrum]] ([[User talk:Irene van Oostrum|talk]]) 12:41, 19 October 2016 (UTC)&lt;br /&gt;
:You can use templates. These are boilerplates, which you can use and fill with content on multiple pages. See [[Help:Templates]] for details! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:11, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== how do you write text to make an clickable email adress? ==&lt;br /&gt;
&lt;br /&gt;
how do you write text to make an clickable email adress? [[User:Irene van Oostrum|Irene van Oostrum]] ([[User talk:Irene van Oostrum|talk]]) 12:42, 19 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;[mailto:info@example.org email me]&amp;lt;/nowiki&amp;gt; should be working.&lt;br /&gt;
:See also [[Help:Links#External links]]! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:12, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== need help trying to combined old acct with new acct ==&lt;br /&gt;
&lt;br /&gt;
my old log in is under stephanie stewart password i done forget however i can&#039;t seem to locate info in system -this is the problem with having your own computer and letting the computer keep the password&lt;br /&gt;
&lt;br /&gt;
anyway new name is now stephaniergoodwin [[User:Stephaniergoodwin|Stephaniergoodwin]] ([[User talk:Stephaniergoodwin|talk]]) 13:00, 19 October 2016 (UTC)&lt;br /&gt;
:If you are speaking about an account in Wikipedia, then two accounts can be combined. However, this requires you to do an according request &#039;&#039;and&#039;&#039; to post a confirmation with the other account. So you will need the password of the old account. &lt;br /&gt;
:The name of the old account obviously is not &amp;quot;stephanie stewart&amp;quot;. An account with that name does not exist. However, you will be able to find your old account, if you view an article, which you have once edited. Then use the history of that article to find your old username. &lt;br /&gt;
:If you have an email address attached to the old account, you will be able to use [[Special:PasswordReset]] to reset the password! &lt;br /&gt;
:You can also use the &amp;quot;Email new password&amp;quot; feature on the Special:UserLogin page! [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 13:09, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Explicitly disable autocomplete? ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
When scanning my wiki with Rapid7 Nexpose I get the following vulnerability:&lt;br /&gt;
&lt;br /&gt;
Form with action &amp;lt;nowiki&amp;gt;https://wiki.example.url/index.php/Special:UserLogin&amp;lt;/nowiki&amp;gt; does not explicitly disable autocomplete for the following sensitive fields: wpPassword&lt;br /&gt;
&lt;br /&gt;
Is there a simple way to fix this? I looked at LoginSignupSpecialPage.php, but found no easy way to fix it myself. Any help regarding this issue is highly appreciated.&lt;br /&gt;
&lt;br /&gt;
Best regards.&lt;br /&gt;
&lt;br /&gt;
Paddy [[Special:Contributions/213.207.123.215|213.207.123.215]] ([[User talk:213.207.123.215|talk]]) 13:45, 19 October 2016 (UTC)&lt;br /&gt;
:It’s questionable how well this actually works — many browsers seem to ignore it — but it’s probably&lt;br /&gt;
:what you want to add:  &amp;lt;syntaxhighlight lang=&#039;text&#039;&amp;gt;autocomplete=“off”&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
However, if you ask me, this is not a security problem. It is a company trying to make money from people&#039;s fears, which the company created itself. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 18:49, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hooks.php in line 195 ==&lt;br /&gt;
&lt;br /&gt;
CENTOS 7.2 + nginx 1.10 + php 7.1&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::init() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ImageMap::onParserFirstCallInit() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to InputBoxHooks::register() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Poem::init() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to SyntaxHighlight_GeSHi::onParserFirstCallInit() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onOutputPageBeforeHTML() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onBeforePageDisplay() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to TimedMediaHandlerHooks::pageOutputHook() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onInternalParseBeforeSanitize() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MwEmbedResourceManager::registerModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to TimedMediaHandlerHooks::resourceLoaderRegisterModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to GadgetHooks::registerModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onResourceLoaderRegisterModules() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onInternalParseBeforeSanitize() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to CiteThisPageHooks::onSkinTemplateBuildNavUrlsNav_urlsAfterPermalink() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Avatar\Hooks::onSkinTemplateOutputPageBeforeExec() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to MobileFrontendHooks::onSkinTemplateOutputPageBeforeExec() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to ExtVariables::onParserClearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Cite::clearState() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195&lt;br /&gt;
&lt;br /&gt;
Warning: Parameter 1 to Avatar\Hooks::onBaseTemplateToolbox() expected to be a reference, value given in /usr/share/nginx/html/ll/includes/Hooks.php on line 195 [[User:Tunglinwu|Tunglinwu]] ([[User talk:Tunglinwu|talk]]) 18:52, 19 October 2016 (UTC)&lt;br /&gt;
:You obviously have a huge number of extensions, which are passing a value instead of a reference to call_user_func_array() (however this may not work in PHP 5.3 and beyond, the manual is not clear at that point). [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 19:13, 19 October 2016 (UTC)&lt;br /&gt;
:And note that a final version of PHP 7.1 has not yet been released. Also currently there is no version of MediaWiki, which would officially be working with PHP 7.1. This might (should) change for MediaWiki 1.28, but 1.27 LTS version is &#039;&#039;not&#039;&#039; compatible with PHP 7.1. [[Special:Contributions/87.123.45.172|87.123.45.172]] ([[User talk:87.123.45.172|talk]]) 19:16, 19 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== How to separate file description page from database? ==&lt;br /&gt;
&lt;br /&gt;
I am trying to separate files in about 20 wikis into one combined wiki. The file can be easily combined into one place but the description pages are much harder.&lt;br /&gt;
&lt;br /&gt;
It seems that Mediawiki store image description in table &amp;quot;text&amp;quot; along with other normal article, Is there any way to select and export file description page? [[User:Deletedaccount4567435|Deletedaccount4567435]] ([[User talk:Deletedaccount4567435|talk]]) 04:27, 20 October 2016 (UTC)&lt;br /&gt;
:Don&#039;t mess with the database unless you really know what are you doing. There are tools for importing and exporting the data.&lt;br /&gt;
:You can use [[Manual:importImages.php|importImages.php]] to place images in the right directory structure of the wiki and also create the required database rows. Note that you need to import description pages before importing images: read next step.&lt;br /&gt;
:For the description pages, export an XML dump of those description pages with [[Manual:dumpBackup.php|dumpBackup.php]] and then import them on the target wiki. Read [[Manual:Importing XML dumps]]. [[User:Ciencia Al Poder|Ciencia Al Poder]] ([[User talk:Ciencia Al Poder|talk]]) 09:38, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Language switching ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve got MW 1.23 plus the LanguageSelector extension. I arranged things so that language &amp;amp; links of the Sidebar menu entries change when the user switches the language via the Language selector. This works. But the current page does not change, so the user has to change it manually. AFAIK this is by design.&lt;br /&gt;
&lt;br /&gt;
My goal: The current page should be refreshed automatically, e. g. from MyPage/de to Mypage or to Mypage/fr whenever the user changes the language via the language selector.&lt;br /&gt;
&lt;br /&gt;
Is there any way to accomplish this?  [[Special:Contributions/84.151.230.224|84.151.230.224]] ([[User talk:84.151.230.224|talk]]) 10:17, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== UNC Links WIKI TO RICH EDITOR ==&lt;br /&gt;
&lt;br /&gt;
I implemented the UNC Links using WIKI editor. When i switched from WIKI to RICH text editor, it&#039;s adding some extra codes or something which navigates to a file upload page.When in WIKI, [file://\\server1\abc\3.docx Word].When moved to RICH text and again moved back to WIKI editor, [[&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt;]].This makes the link to navigate to file upload page. Has anyone faced a similar issue. Kindly help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:06, 20 October 2016 (UTC)&lt;br /&gt;
:I implemented the UNC Links using WIKI editor. When i switched from WIKI to RICH text editor, it&#039;s adding some extra codes or something which navigates to a file upload page.When in WIKI, [file://\\server1\abc\3.docx Word].When moved to RICH text and again moved back to WIKI editor,[[&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt;]].This makes the link to navigate to file upload page. Has anyone faced a similar issue. Kindly help me with this. [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:09, 20 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;span class=&amp;quot;mw-default-size&amp;quot;&amp;gt;[[File:File://\\server1\abc\3.docx|220x220px]]&amp;lt;/span&amp;gt; [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:10, 20 October 2016 (UTC)&lt;br /&gt;
:File:file://\\server1\abc\3.docx|Word [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 11:11, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extension:Collection ==&lt;br /&gt;
&lt;br /&gt;
extension:collection is not getting downloaded.Ha anyone faced this issue? [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:00, 20 October 2016 (UTC)&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;has [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:00, 20 October 2016 (UTC)&lt;br /&gt;
:for 1.23 version [[User:Ashni rai|Ashni rai]] ([[User talk:Ashni rai|talk]]) 12:07, 20 October 2016 (UTC)&lt;br /&gt;
:The &amp;quot;site can&#039;t be reached&amp;quot; error does sometimes show, but the extension, nevertheless, begins downloading. [[User:AhmadF.Cheema|AhmadF.Cheema]] ([[User talk:AhmadF.Cheema|talk]]) 12:13, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== No images ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Produkt&lt;br /&gt;
!Version&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mediawiki.org/ MediaWiki]&lt;br /&gt;
|1.27.1&lt;br /&gt;
|-&lt;br /&gt;
|[https://php.net/ PHP]&lt;br /&gt;
|5.6.26 (cgi-fcgi)&lt;br /&gt;
|-&lt;br /&gt;
|[https://www.mysql.com/ MySQL]&lt;br /&gt;
|5.7.11&lt;br /&gt;
|-&lt;br /&gt;
|[http://site.icu-project.org/ ICU]&lt;br /&gt;
|4.4.1&lt;br /&gt;
|}&lt;br /&gt;
Any ideas of which reasons could cause that I can&#039;t display images uploaded to my site?&lt;br /&gt;
&lt;br /&gt;
http://www.sejlerwiki.dk/index.php?title=Speciel:Filer [[User:Jesper Bonde|Jesper Bonde]] ([[User talk:Jesper Bonde|talk]]) 14:59, 20 October 2016 (UTC)&lt;br /&gt;
:The page you linked should contain a few preview images, but these images do not display. There is no error, in fact there is a reference to each image, but that is all.&lt;br /&gt;
:When I try calling such an image with its URL, e.g. http://www.sejlerwiki.dk/images/thumb/f/f7/Pantry.jpg/180px-Pantry.jpg, I get this error:&lt;br /&gt;
:&amp;lt;code&amp;gt; No input file specified&amp;lt;/code&amp;gt;&lt;br /&gt;
:The same does not only happen for preview images, but also for the originals.&lt;br /&gt;
:An explanation of this error can be found at http://stackoverflow.com/questions/14555996/no-input-file-specified&lt;br /&gt;
:As this somehow seems to be related to PATH_INFO, the configuration variable [[Manual:$wgUsePathInfo]] might also be relevant for you. [[Special:Contributions/87.123.19.84|87.123.19.84]] ([[User talk:87.123.19.84|talk]]) 15:45, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Logo help ==&lt;br /&gt;
&lt;br /&gt;
Can anyone tell me what I&#039;m doing wrong with my local settings to get my logo to work? I&#039;ve tried to copy exactly what the help documents say but just can&#039;t seem to get it to work. Here is line from my LocalSettings.PHP.&lt;br /&gt;
&lt;br /&gt;
$wgLogo = &amp;quot;$wgScriptPath/wiki/images/ThanoTechLogoGREY.jpg&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
What am I missing? Do I need to add public_html before wiki in the path?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance! [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 18:50, 20 October 2016 (UTC)&lt;br /&gt;
:$wgScriptPath by default points to the folder, in which you have MediaWiki installed. From what you have set there, I guess that you installed MediaWiki into a folder called wiki/? This folder will by default already be part of $wgScriptPath. Try with&lt;br /&gt;
:&amp;lt;code&amp;gt; $wgLogo = &amp;quot;$wgScriptPath/images/ThanoTechLogoGREY.jpg&amp;quot;;&amp;lt;/code&amp;gt;&lt;br /&gt;
:The file ThanoTechLogoGREY.jpg then belongs into the images/ folder. [[Special:Contributions/87.123.19.84|87.123.19.84]] ([[User talk:87.123.19.84|talk]]) 18:58, 20 October 2016 (UTC)&lt;br /&gt;
:Still nothing...it&#039;s just a blank white box. I just realized though that the image I&#039;m trying to use is huge so I&#039;ll need to resize it. Would that effect if it works? [[Special:Contributions/166.70.49.115|166.70.49.115]] ([[User talk:166.70.49.115|talk]]) 20:15, 20 October 2016 (UTC)&lt;br /&gt;
:Is your wiki public so that I can have a look?&lt;br /&gt;
:If the image is to huge, it can be cut off showing only little part of the actual image.&lt;br /&gt;
:You should be reading [[Manual:$wgLogo]]! It will contain hints on most of the issues, which might arise. [[Special:Contributions/87.123.56.23|87.123.56.23]] ([[User talk:87.123.56.23|talk]]) 20:19, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Randomly being logged out ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just upgraded from 1.25 to 1.27. Now every few edits I get a message (in german) that says something like &amp;quot;sorry, we couldn&#039;t save, session data has been lost. Please verify that you are still logged in&amp;quot; [[Special:Contributions/79.212.228.219|79.212.228.219]] ([[User talk:79.212.228.219|talk]]) 18:58, 20 October 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Install Extension ==&lt;br /&gt;
&lt;br /&gt;
When I try install extension &amp;quot;Validator&amp;quot; on the site says:&amp;quot;Exception encountered, of type &amp;quot;Exception&amp;quot; [[User:Vlaaaaaaad|Vlaaaaaaad]] ([[User talk:Vlaaaaaaad|talk]]) 19:49, 20 October 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>87.123.56.23</name></author>
	</entry>
</feed>