coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: bb123 on May 04, 2005, 02:43:36 PM

Title: Error message in 1.3.3
Post by: bb123 on May 04, 2005, 02:43:36 PM
Error message in 1.3.3

When the pages are loaded bottom left corner confirms page is DONE: but with errors on page when I double click to see what the error is I this

Line: 56
Char: 15
Error: Expected ','
Code: 0
URL: http://.....

The same message happens on all pages I open gallery is at    www.postcardsoncd.com/coppermine

Have been through all the pages but cant fine what the problem is ... any ideas?

Thanks
Title: Re: Error message in 1.3.3
Post by: Nibbler on May 04, 2005, 02:50:40 PM
It's something to do with the javascript you added at the top of the page, make sure that you have the <script> and </script> tags appropriately placed.
Title: Re: Error message in 1.3.3
Post by: bb123 on May 04, 2005, 03:01:10 PM
Thanks for quick reply Nibbler

I have added the paypal addon which is working great
I have looked at all the pages but just cant find this error (not that I know what Im really looking for) but going through the pages again
Title: Re: Error message in 1.3.3
Post by: Nibbler on May 04, 2005, 03:14:26 PM
It's in the template.html of your theme,

<script>
  $Coppermine version: 1.3.3 $
  $Source: /cvsroot/coppermine/stable/themes/rainy_day/template.html,v $
  $Revision: 1.7 $
  $Author: gaugau $
  $Date: 2005/04/19 03:17:15 $
</script>


remove the <script> tags around that bit.
Title: Re: Error message in 1.3.3
Post by: bb123 on May 04, 2005, 03:25:07 PM
I removed the <script> and </script> and it left the rest of the text as a line alonng the top of the page .. so I removed all the text and working just fine many thanks should came in earlier to ask would saved a lot time... but I tried

Thanks again