coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Sinnyo on July 12, 2005, 01:43:46 AM

Title: Re: cant view pics?
Post by: Sinnyo on July 12, 2005, 01:43:46 AM
I'm actually experiencing a similar problem, albeit not down to a mismatch of Coppermine versions, and so far as I can see I'm not getting the same error message, but I am unable to view displayimage.php popups on my gallery (version 1.3 throughout). Clicking small image versions in Firefox wields no messages because of the browser's own setup but IE use prompts a Javascript message complaining about a missing object on line 170, character 1 - looking at the script, this is simply a blank line between two 'if' statements. I've tried two upgrades that ran successfully but to no effect, both to the latest stable version of Coppermine.
Title: Re: Re: cant view pics?
Post by: Nibbler on July 12, 2005, 01:46:04 AM
Can you post a link to your site ?
Title: Re: cant view pics?
Post by: Sinnyo on July 12, 2005, 01:47:36 AM
http://www.mthomson.co.uk/gallery <- there we are.
Title: Re: Re: cant view pics?
Post by: Nibbler on July 12, 2005, 01:52:24 AM
Hi, see in your theme's template.html

<script type="text/javascript" src="/gallery/themes/studiomt/scripts.js"></script>

scripts.js is in the root of the coppermine gallery, so it should read just

<script type="text/javascript" src="scripts.js"></script>
Title: Re: cant view pics?
Post by: Sinnyo on July 12, 2005, 01:58:06 AM
And lo, it works. Thanks kindly.