Last modified: 2010-05-15 15:38:17 UTC
I installed MediaWiki 1.5beta1 on an Apache/1.3.29 (Unix) environment with CGI PHP Version 4.3.10 and external MySQL 4.0.20 (not localhost) with enabled uploads, using GD library 2.0 or higher. Image resizing fails as well with thumb and with nnnpx options. In includes/Image.php the variable $this->type has the value "BITMAP" for jpeg and png files. The switch/case statement asks for numbers, not strings... I could not find how the script exactly determined the mime type, I guess there's an error somewhere in includes/MimeMagic.php ?
*** This bug has been marked as a duplicate of 2780 ***