I am facing this strange problem, and i am really frustrated with it
The problem is as follows: wiki was hosted on linux based server with php 5.3, now has been moved to IIS7 with php 5.4 but the problem is when I upload images:
if i upload an image with normal name like : foobar.png it works fine, I mean it is uploaded and thumbnails are also displayed, but when I try to upload the Image with German characters like : ü ö ä Ä Ü Ö... the image thumbnail is not created and the wiki throws an error message, "Error Creating Thumbnail" by some research I found out that mostly the wiki doesn't work well with Windows in this case but of course that is not the solution its the problem actually.
I tried to modify the character type string into Window-1250 before passing the path to function to save thumbnail( in short tried to hack the Core of wiki) but it didn't worked. Could there be any possible solution to this problem ?
I am not sure if this is a good option but this helped, I had to turn off the thumbnail creation by setting
I know this could possibly downgrade the performance a little, but I think "images are displayed" is priority than creation of image thumbnails.