hi !
when i try to view photos on displayimage.php there isn“t any photo.
with firefox the photo ist there but with ie, its not.
how can this be and what can i do against it ?
Provide a link to a page on your site with this problem.
link
(1) You're running Coppermine 1.4.4. It is mandatory to upgrade to the current version 1.4.8 (due to important security fixes).
(2) The problem is that your images are being displayed in an <object> block, which is not correct. They should be displayed using a simple <img> tag. My guess is that you changed the default filetype and/or default player for the JPG extension, either directly in the database table cpg_filetypes or using the plugin "filetypes_editor". You need to make sure the extension JPG is set to the content type "Image" with player blank or "No player".
After the update, it works.
Thank you !