displayimage.php - photo is not visible displayimage.php - photo is not visible
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

displayimage.php - photo is not visible

Started by gerapono, June 21, 2006, 08:26:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gerapono

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 ?

Paver

Provide a link to a page on your site with this problem.

gerapono

#2
link

Paver

(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".

gerapono

#4
After the update, it works.
Thank you !