Am Freitag, 7. April 2006 14:32 schrieb Alexander Skwar:
> Hello!
>
> For my wiki site, I'd like to enable uploads. To do so, I
> *added* lines
>
> $wgDisableUpload = false;
> $wgDisableUploads = false;
>
> to my LocalSettings.php.
>
> [..]

In mediawiki 1.5.x this parameter has been reversed. So just try:

## To enable image uploads, make sure the 'images' directory
## is writable, then uncomment this:
$wgEnableUploads                = true;

;-)
-- 
 Michael Gisbers
 http://www.lugor.de

[---- Printed on recycled electrons ----]

Attachment: pgpUWA0JyZ2n2.pgp
Description: PGP signature

Reply via email to