-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Arjen Verweij wrote:
Hi,
Maybe I overlook something basic, however, no images will work on my wiki install.
All I get to see in the page is: Image:Mediawiki.png
When I click on it, I got to the special:upload page, which tells me that uploading of images has been disabled on this wiki.
What could cause this? I'm running on mysql, php5 and IIS with mw1.8.2.
Regards,
Arjen
Image uploading is disabled by default. To enable it, change $wgEnableUploads to true in LocalSettings.php and make sure your upload directory is viewable by the users and writable by the web server.