[Mediawiki-l] Re: images issues

FxParlant f-x.p at laposte.net
Thu Mar 31 17:51:31 UTC 2005


Bonjour schtroumpf
(ma réponse en français est plus bas)

- First you have to check in the LocalSettings.php file that uplaoding 
is allowed. By default, it is set on "False" (As Jan Steinman suggested)
- Second, not all type of files are allowed, and it is a little bit 
tricky to add a new type of files in the list: you have to add it in an 
array:
(Here is an excerpt from the 
http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files page:)

If you want to upload other file types than .jpg or .ogg (like for 
example .pdf) in newer versions of mediawiki, you have to modify the 
file LocalSettings.php accordingly: $wgFileExtensions = array( 'png', 
'jpg', 'jpeg', 'ogg','doc','xls','ppt','mp3','sxc','pdf' );

Finalement as-tu vraiment besoin d'une traduction ? en clair, tout est 
dans LocalSettings.php: 1) autoriser l'upload de fichier (qui est par 
défaut sur interdire) 2)vérifier que le type de fichier que tu veux 
uploader est bien dans la liste des fichiers autorisés... qui se trouve 
elle aussi dans LocalSettings.php

Hope it helps
Fxparlant
(françois pour les mangeurs de grenouilles)



schtroumpf.BD at swing.be wrote:
> Hello, when we try to import an image on a page of the wiki \"guidermesprojet.com\", after to have logged in, and accessed the page \"http://guidermesprojets.com/index.php?title=Special:Upload\", I have the following error message: \"Désolé, l'envoi de fichier est désactivé. \" (that is: sorry, message sending is disabled\".
> So my question is: how can we activate this feature?
> kind regards
> Benoit Daloze




More information about the MediaWiki-l mailing list