coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: justsomeguy on March 21, 2009, 12:51:08 AM

Title: [Solved]: migrated gallery now full size image javascript error
Post by: justsomeguy on March 21, 2009, 12:51:08 AM
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???



Title: Re: migrated gallery now full size image javascript error
Post by: Nibbler on March 21, 2009, 01:05:01 AM
Check permissions on scripts.js. It's returning a 403 for me.
Title: Re: migrated gallery now full size image javascript error
Post by: justsomeguy on March 21, 2009, 01:32:31 AM
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