coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: gerapono on June 21, 2006, 08:26:07 PM

Title: displayimage.php - photo is not visible
Post by: gerapono on June 21, 2006, 08:26:07 PM
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 ?
Title: Re: displayimage.php - photo is not visible
Post by: Paver on June 21, 2006, 08:53:08 PM
Provide a link to a page on your site with this problem.
Title: Re: displayimage.php - photo is not visible
Post by: gerapono on June 21, 2006, 08:54:16 PM
link
Title: Re: displayimage.php - photo is not visible
Post by: Paver on June 21, 2006, 09:09:53 PM
(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".
Title: Re: displayimage.php - photo is not visible
Post by: gerapono on June 21, 2006, 09:25:32 PM
After the update, it works.
Thank you !