Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Poll MOD Type Mismatch Error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mahvin
Starting Member

48 Posts

Posted - 30 April 2008 :  20:16:53  Show Profile
I am getting the same error as found here:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=61692

Microsoft VBScript runtime error '800a000d'
Type mismatch: 'IsPoll'

/forum/active.asp, line 477


I just upgraded the Snitz Forum from 3.4.05 to 3.4.06 yesterday. The Poll MOD was working without problems in version 3.4.05. I also didn't find a second conflicting response.write as suggested in Techknow's post.

You can find a text version of my active.asp HERE.<

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 30 April 2008 :  21:01:27  Show Profile
That's not the source of your error. Check instances of "ispoll" in forum.asp

conclusion of first line in sql statement
at end of topic valuation routine
prior to strshowpaging

<
Go to Top of Page

mahvin
Starting Member

48 Posts

Posted - 01 May 2008 :  03:06:08  Show Profile
Carefree:

I triple checked forum.asp and as far as comparing it to the edited file that came with the MOD, I don't see any discrepancies or code out of order. Mind you I am not an ASP coder, but unless my eyes are deceiving me, which is quite possible, I really have no idea if it would be wrong even comparing the two files, although they do seem to match. I will include my forum.asp text file for you to look at, if you have the time. Thanks.

Forum.asp Text File<
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 06 June 2008 :  03:52:40  Show Profile
Look for line 260 in your active.asp file. Looks like this:
"T.T_ISPOLL, " &_
Move that line of code 4 lines up, after the T.TOPIC_ID. End result would be this:
"T.T_VIEW_COUNT, " & _
"T.TOPIC_ID, " & _
"T.T_ISPOLL, " &_
"T.T_SUBJECT, " & _
"T.T_AUTHOR, " & _
You just put the poll mode code a few lines out.

Good luck.<

Support Snitz Forums
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07