[Solved]: JavaScript error on full image popup [Solved]: JavaScript error on full image popup
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: JavaScript error on full image popup

Started by sportsrant, May 20, 2004, 08:13:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sportsrant

I helped a friend install the gallery on his site!

He is getting an error that I am not getting!  When I upload an image to my gallery and click on the picture to view the full size image, the javascript works fine.  When you do the same thing on his gallery he gets a javascript error and the popup does not work!  You can see what I am saying by going to the following line:

http://www.freeimagebrowser.com/visualizer/gallery/displayimage.php?pos=-6

can some or does anyone know the problem,

Thanks,
Mike & Darren
Freeimagebrowser.com
Co-Founders

Nibbler

You have no reference to scripts.js in your page, you need <script type="text/javascript" src="scripts.js"></script> for coppermine's javascript functions to work.

sportsrant

thanks man that was it, much appreciated