Author |
Topic |
|
techknow
Junior Member
USA
149 Posts |
Posted - 23 April 2006 : 17:39:15
|
I have recently installed the Poll mod... It seems to be working ok, but when users click on the active topic link they get:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'IsPoll'
/board/active.asp, line 477
My code is located here... http://longies.com/topic.txt
|
Best Regards, Techknow http://myinternetfunnies.com |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 23 April 2006 : 18:10:37
|
Uhmm, the error is in your active.asp file. Not your topic.asp file. So upload a txt version of your active.asp file. |
Support Snitz Forums
|
|
|
techknow
Junior Member
USA
149 Posts |
|
Soar
Junior Member
USA
197 Posts |
Posted - 23 April 2006 : 22:09:46
|
I could only find two differences between your version of the active.asp and the example in the Poll Mod download. They were:
1. In the Poll Mod, it shows "T.T_ISPOLL, " &_ on the line following "T.TOPIC_ID, " & _. Your version has it on the line following "T.T_REPLIES, " & _.
2. On line 738 of your version, you have repeated a Response.Write that already exists on line 736. You need to delete the one on line 738.
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
techknow
Junior Member
USA
149 Posts |
Posted - 24 April 2006 : 14:23:54
|
Woah! Where did you get that cool file comparison utility??? |
Best Regards, Techknow http://myinternetfunnies.com |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
techknow
Junior Member
USA
149 Posts |
Posted - 24 April 2006 : 23:56:45
|
That is fixed! Thanks a million!!!
$30 buck eh? Hmmmmm...
Maybe... |
Best Regards, Techknow http://myinternetfunnies.com |
Edited by - techknow on 25 April 2006 00:50:55 |
|
|
techknow
Junior Member
USA
149 Posts |
|
mahvin
Starting Member
48 Posts |
Posted - 30 April 2008 : 09:42:46
|
I am getting the exact same error but there is no duplicate response.write on 738. I've looked over the active.asp several times and compared it with the Poll's included active.asp file.
Here is a link to the active.txt file
Active.txt |
|
|
|
Topic |
|