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
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.
thanks man that was it, much appreciated