On Wed, Oct 5, 2016 at 8:05 PM, Richard legalize@xmission.com wrote:
In article 7e1c2b66-3131-8105-a285-641eafc16f36@libreoffice.org, Dennis Roczek dennisroczek@libreoffice.org writes:
On 05.10.2016 07:48, Richard wrote:
Any ideas?
What you have in mind is InstantCommons.
OK, yes I have $wgUseInstantCommons = true in my LocalSettings.php
See also next section about HTTPS! Maybe you do need to install php-curl
That might be the culprit. I will check with my hosting provider. Thanks!
You're using MediaWiki 1.17, which is kind of old. I would recommend you upgrade. Failing that: * You need to tell instant commons to use HTTPS instead of HTTP. I believe that version of MediaWiki would only use https if your site was on https, so you probably need to manually set up the foreign repo via $wgForeignFileRepos using https instead of using the default $wgUseInstantCommons. (Git change 8517b3cb2276) * Its recommended you install php5-curl. If you don't there's a bunch of patches you'd have to backport to make https work properly. (See bcc31a9a0fa7 and bb2adc2394 in git)
-- Brian