Zen Cart Logo
Forums / General Questions / Done, but errors on the page error

Done, but errors on the page error

Locked

Views: 714

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
16 May 2007, 4:51 PM
#1
fuzion avatar

fuzion

New Zenner

Join Date:
Sep 2006
Posts:
75
Plugin Contributions:
0

Done, but errors on the page error

Hi,

For the last few weeks we have had a small icon at the bottom left hand corner of our browser on our site. It reads 'Done, but with errors on the page'.

When I check it out, I get the following:

Line: 2
Char: 1
Error: Syntax error
Code: 0
URL: http://www.inkfuzion.co.uk/

Has anyone any idea what is causing this, and more importantly, how to get rid.

Many thanks,

J

16 May 2007, 5:31 PM
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Done, but errors on the page error

Seems like all those custom Java scripts are throwing errors for everyone.

What I see is:

COT is undefined

<script language="JavaScript" type="text/javascript">
COT("https://www.inkfuzion.co.uk/images/secure_site.gif", "SC2", "none");
</script>

Urchin tracker is undefined x2

<script type="text/javascript">
_uacct = "UA-XXXXXX-1";
urchinTracker();
</script>
<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script>

<script type="text/javascript">
_uacct = "UA-883392-1";
urchinTracker();
</script>

I'm not familiar with Java though. :(

Oh.. you probably have to put in your account reference for the UrchinTracker that has the "x" s in the one entry. I don't know why there are duplicates of the tracker script though.