Cannot display large original pictures....? Cannot display large original pictures....?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Cannot display large original pictures....?

Started by MM, December 03, 2004, 08:30:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MM

I have the album setup and running... Everything seems to be working except that the large photo in the popup windows won't show up...
I try to change the displayimage.php to use full path to my image and try comment out some of the scripts but there is still no image. 
While of i copy out the image link directly from the source code the images show up fne.... I cannot understand what is happening ?

Here is my site.
http://www.mmsuite.com/gallery/

Tranz

I was able to see a pop up here.

Do you have javascript disabled?

MM

I can see the popup windows when i click on the immediate pictures, the windows get the right size (therefore i guess the script adjust_popup() is running) but it remain blank..I can read the source code within the popup and it seems normal to me.. it is just that the image doesn't show up which is weird  ???

like this link...
http://mmsuite.com:8081/gallery/displayimage.php?pid=547&fullsize=1

it just show a blank page for me..

MM

oh.. I have solved my own problem... somehow in IE the character code set that is automatically chosen is wrong.....
In the source code it is set to utf-8 but IE choose another one... that is why the content is not displaying correctly...
why don't IE follow this line <meta http-equiv="content-type" content="text/html; charset=utf-8" />
and choose utf-8 encoding.... @@.. guess it should be a question for microsoft..