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

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

[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