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

[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