Hi,
after an OS upgrade on the side of my hoster thumbnailing of new images in MediaWiki seems to be broken.
I am getting the following error in my Apache error.log when viewing a page with a (broken) thumbnail (old images do work): //--------------------- [Wed Jun 18 22:56:18 2008] [crit] [client 23.23.23.23] (13)Permission denied: /var/www/wiki/images/thumb/Overdose.jpg/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://wiki.rockinchina.com/index.php?title=Overdose //---------------------
Also, new images seem to get other permissions: //--------------------- /var/www/wiki/images/thumb$ ls -lisa 205 4 drwx------ 1 993 993 4096 18. Jun 22:48 Overdose.jpg [new] 1735 4 drwxr-xr-x 1 993 993 4096 22. Mar 15:28 Overload_1.JPG [old] /var/www/wiki/images$ ls -lisa 1898 292 -rw-r--r-- 1 993 993 296817 18. Jun 00:06 Overdose.jpg [new] 2750 24 -rwxr-xr-x 1 993 993 23826 21. Mar 01:10 Overload_1.JPG [old] //---------------------
There is no .htaccess in any of those two directories.
Also I have this in my LocalSettings.php: //--------------------- $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; //---------------------
with: MediaWiki 1.12.0 PHP 5.2.0-8+etch10 (cgi-fcgi) MySQL 5.0.32-Debian_7etch4-log Apache 2.2.3 (Debian)
Anyone know what seems to be the problem?
Thanks a lot! Matthias Korn