News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

view full size image stalls

Started by x.c., December 16, 2003, 11:40:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

x.c.

hi all

I'm not sure if I'm the only one experiencing this problem:
The popupwindow stalls when I try to view the full-size image

I try tried this on IE 6 and Netscape 7,  the window pops up, but it never stop loading causing it to not load the image.  I viewed the source, everything looks just fine.

here's a sample html code from the pop-up window:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Photo Gallery</title>

<link rel="stylesheet" href="/modules/coppermine/themes/defaultstyle.css" />
<script type="text/javascript" src="modules/coppermine/scripts.js"></script>
</head>
<body scroll="auto">
<script language="JavaScript" type="text/JavaScript">
adjust_popup();
</script>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="2">
 <td align="center" valign="middle">
  <table cellspacing="2" cellpadding="0" style="border: 1px solid #000000; background-color: #FFFFFF;">
   <td>
<img src="modules/coppermine/albums/userpics/business01.jpg" width="500" height="429" class="image" border="0" alt="business01.jpg"><br />
   </td>
  </table>
 </td>
</table>
</body>
</html>


I'm using Coppermine Photo Gallery v1.1 for phpNuke

any help help will be appreciated,

thanks

x.c.

Also, the full size image does exist, I can view it using a direct link.

The popup page never time outs....

Joachim Müller

this belongs to phpnuke support then. The nuke boards have been locked because nuke support board has moved. Please read the stickies in the nuked boards to find the new location.

GauGau