https://bugzilla.wikimedia.org/show_bug.cgi?id=70083
--- Comment #23 from [email protected] --- The path to the file (d:\MediawikiTestwiki_Images/f/f0/0003_1110_Technische_Dokumentation.pdf) is correct, but there is no entry within the thumb-part (d:\MediawikiTestwiki_Images/thumb) for some files. I think those files that are small in height & width don't have a thumb file. And my 0003_1110_Technische_Dokumentation.pdf is recognised as 0x0 px, what you can see on its page. Thus it does not have a thumbnail file too (but it should have one). Thumbnails are only created when "necessary" [2]. LocalSettings section: $wgUploadPath = "https://aquanautweb.de/Testwiki/MediawikiTestwiki_Images"; $wgUploadDirectory = "d:\MediawikiTestwiki_Images"; and we use img_auth here [1] wich works generally. [1] http://www.mediawiki.org/wiki/Manual:Image_Authorization#IIS%20Instructions [2] http://www.mediawiki.org/wiki/Manual:Image_administration#Data%20storage -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
