That means you have either an old or nonexistant javascriptheader.tpl, or the the old 4.x style call to it in the wrapper. Have a look at the current templates and compare.
Paul wrote: That means you have either an old or nonexistant javascriptheader.tpl, or the the old 4.x style call to it in the wrapper. Have a look at the current templates and compare.
No I am using your current (v5.028) distribution and default template/theme. I always keep the default theme "stock" for debug purposes.
Comments on Rating Error
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
I am get this script error when clicking on the rating stars:
Error: sndRequest is not defined
Source File: http://www.website.com/main/17
Line: 1
I do see the rating count go up but the stars remain blank.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
That means you have either an old or nonexistant javascriptheader.tpl, or the the old 4.x style call to it in the wrapper. Have a look at the current templates and compare.
Forum Regular
Usergroup: Customer
Joined: Oct 14, 2004
Total Topics: 54
Total Comments: 127
That means you have either an old or nonexistant javascriptheader.tpl, or the the old 4.x style call to it in the wrapper. Have a look at the current templates and compare.
No I am using your current (v5.028) distribution and default template/theme. I always keep the default theme "stock" for debug purposes.
You can check it here:
http://www.tradenet.com/main/
Rating here:
http://www.tradenet.com/main/17
There is also this script error:
Error: missing ) after condition
Source File: http://www.tradenet.com/main/javascriptheader.php
Line: 3, Column: 29
Source Code:
if (country.value == United States of America)
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I see it's a secondary result of the country quoting error, all other javascript stops executing after that.
Only shows up if you've submitted a default country selection recently, that's why I wasn't seeing it.