Last modified: 2010-05-15 15:40:39 UTC
I am using Apache, Debian, PHP 5 with MediaWiki 1.7. I can upload files without any problem to server, the image page shows and does not give any error, also I've checked files are correctly uploaded to the server. However, the image page does not show any image. I have followed the directions for file type detection but still it is not working. Please help.
What MIME type does the image page claim the file has?
My site contains png, jpg and gif images but none of them gets displayed. I had also defines the proper file extension for that in DefaultSettings.php $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg' );
You didn't answer the question...
Test.png‎ (7KB, MIME type: image/png)
Created attachment 3273 [details] Sample File I am attaching a sample file for your reference.
Check that the images dir isn't overridden by an Alias in the Apache configuration file.
*** Bug 9125 has been marked as a duplicate of this bug. ***
Yes we have checked this, the images dir is not overridden by any Alias.
Please post requests for support on the mediawiki-l mailing list, not the bug tracker.