Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Connection Issues

4 views
Skip to first unread message

MYOB Consultant

unread,
Feb 20, 2009, 1:19:18 AM2/20/09
to
I have Adobe Contribute CS3 v4.1
I completed updates on the product today.

It was working for me two days agao.

When I go through the normal process I follow to login at the first stage it
pops up with a box that says;

Internet Explorer Script Error

As error has ooccurred in the script on this page.

Line 132
Char 106
Error Unterminated string constant
Code 0
URL http (my website)

I then click Yes when prompted to do so,


The next box pops up and has the same heading


Line 135
Char 1
Error '_gat' is undefined
Code 0
URL http (my website)

again I click Yes

I then come through to my normal screen that is typically waiting for me to
EDIT it, and it says :-

You are viewing a page on a website that you haven't created a connection to.

Do you have any suggestions?


ThinkInk

unread,
Feb 20, 2009, 3:15:51 AM2/20/09
to
Please post url to the page.

MYOB Consultant

unread,
Feb 20, 2009, 5:17:18 AM2/20/09
to

ThinkInk

unread,
Feb 20, 2009, 6:12:55 AM2/20/09
to
The errors are generated by the part of your code that includes javascript,
google-analytics (see attached code), the lines where the code is is displayed
in the error messages.

It's not only creating the errors (probably caused by Contribute rewriting
analytics code on publish) but also placed inside a h6-tag and that is not
allowed.

Solution is to remove the code and place the correct google analytics code
inside a javascript file and call the file into the page, something like this:
<script language="javascript" type="text/javascript"
src="path_to_file_with_google_code.js"></script>

Then Contribute will not trouble this code to my knowledge.


<h6 align="right" class="grey14" style="margin-top: 0; margin-bottom:
0;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." :
"http://www.");
document.write(unescape("<script src='" + gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'></script>
"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3937234-1");
pageTracker._trackPageview();
</script>
&nbsp; </h6>

MYOB Consultant

unread,
Feb 22, 2009, 6:04:15 AM2/22/09
to
Thank-you so much for such a detailed response - whoops on my part!
0 new messages