> You will need to add the file:// protocol to $wgUrlProtocols.
> https://www.mediawiki.org/wiki/Manual:$wgUrlProtocols#Modification_.28MW_1.6.2B.29

Installation of Version 1.21 is in the same folder as Version 1.19 was before 
update.
(I make a copy of 1.19 to a different folder as backup before update). So 
whitelistening is not the problem.

> You will need to add the file:// protocol to $wgUrlProtocols.
> https://www.mediawiki.org/wiki/Manual:$wgUrlProtocols#Modification_.28MW_1.6.2B.29
> (We should probably add this to FAQ if it's not already there, I've seen this 
> question asked a few times.)

It works correct in 1.19, so this isn't the problem to.
My LocalSettings.php has already enabled $wgUrlProtocols: 

$wgUrlProtocols = array(
  'http://',
  'https://',
  'file://',
  'mailto:',
  '//'
  );

Thanks for helps
Tom

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Benjamin Lees
Sent: Thursday, December 12, 2013 4:45 PM
To: MediaWiki announcements and site admin list
Subject: Re: [MediaWiki-l] Links to Filesystem not work after Update

On Thu, Dec 12, 2013 at 10:21 AM, Bartosz Dziewoński <[email protected]>wrote:

> You will need to add the file:// protocol to $wgUrlProtocols.
>
> It does seem odd in this particular case, though: file:// wasn't in
$wgUrlProtocols by default in 1.19 either, was it?

If your 1.21 setup is in a different place than your 1.19 one was, you
might need to whitelist it separately in your browser.
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to