Error message in 1.3.3 Error message in 1.3.3
 

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

Error message in 1.3.3

Started by bb123, May 04, 2005, 02:43:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bb123

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

Nibbler

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.

bb123

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

Nibbler

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.

bb123

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