Last modified: 2012-04-12 13:55:21 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T31933, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29933 - hardcoded reference to commons.wikimedia.org
hardcoded reference to commons.wikimedia.org
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
File management (Other open bugs)
1.16.x
PC All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-07-17 14:52 UTC by Paolo Benvenuto
Modified: 2012-04-12 13:55 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Paolo Benvenuto 2011-07-17 14:52:59 UTC
See the page http://it.cathopedia.org/wiki/File:1_euro_coin_Va_serie_3.png:

The file is on a shared site, which is commons.cathopedia.org, however the description "Questo file proviene da un archivio condiviso e può essere utilizzato da altri progetti. Consultare la pagina di descrizione del file per ulteriori informazioni" has a link to commons.wikimedia.org, but I haven't any references to that url in my LocalSettings.php:

$wgUseSharedUploads = true;
$wgSharedUploadPath            = 'http://commons.cathopedia.org/w/images/commons';
$wgSharedUploadDirectory       = "$IP/images/commons";
$wgHashedSharedUploadDirectory = true;
$wgSharedUploadDBname          = 'cathopedia_commons';
$wgUploadNavigationUrl         = 'http://commons.cathopedia.org/wiki/Special:Upload';
Comment 1 Sam Reed (reedy) 2011-07-17 15:22:01 UTC
It seems $wgRepositoryBaseUrl might be at fault...



/**
 * Base URL for a repository wiki. Leave this blank if uploads are just stored
 * in a shared directory and not meant to be accessible through a separate wiki.
 * Otherwise the image description pages on the local wiki will link to the
 * image description page on this wiki.
 *
 * Please specify the namespace, as in the example below.
 */
$wgRepositoryBaseUrl = "http://commons.wikimedia.org/wiki/File:";
Comment 2 Paolo Benvenuto 2011-07-17 17:55:18 UTC
that's right!!!

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links