[Solved]: migrated gallery now full size image javascript error [Solved]: migrated gallery now full size image javascript error
 

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]: migrated gallery now full size image javascript error

Started by justsomeguy, March 21, 2009, 12:51:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

justsomeguy

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???




Nibbler

Check permissions on scripts.js. It's returning a 403 for me.

justsomeguy

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