Hello i've some problems with my wiki configuration too, including displaying .svg thumbs, it didn't work this time, but i have figure out, why the upload function generally don't work at this point, after reading and thinking of your conversation, i trying something and now it works fine for pictures like .jpg or .png.
Make following step: 1) put this line in your ls.php, save it and upload, don't forget to back up your latest working ls.php.
<source lang="php">
- To enable image uploads, make sure the 'images' directory
- is writable, then set this to true:
$wgEnableUploads = true; $wgDisableUploads = false; # Enable uploads
- $wgUseImageMagick = true;
- $wgImageMagickConvertCommand = "/usr/bin/convert";
$wgUploadDirectory = "{$IP}/images/"; </<source>