Hi,
I am in the process of migrating my gallery to a new server.
I followed the instructions @ http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#moveGallery
Now getting the javascript error when trying to click on a normal image to have it pop-up to a full size image.
All the information I see about this points to http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#noFullsizePopup
which is not the problem, I have tested using just a default unedited template(s).
I have the gallery exposed @ http://taiwan.codepanzyz.com/PhotoGallery/ - it is on a old p.o.s test bench right now so it will load slow.
tested in 3 different browsers on two different platforms to make sure it is not a OS or browser issue on the client side.
Not to sure where else to look???
Check permissions on scripts.js. It's returning a 403 for me.
Well the permissions were fine but that got me looking into why I could not execute the file.
I've been messing around with keeping some of the script kiddies out there from hitting my server so much and added
'SetEnvIf Request_URI /scripts trash ' to my apache conf - removed it and that fixed it.
thanks for the fast reply.
;D