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
 Error When Editing A Poll
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SMIDSY
Starting Member

United Kingdom
31 Posts

Posted - 02 September 2004 :  05:36:52  Show Profile  Visit SMIDSY's Homepage
I have looked through the forums to try and find the answer before posting. There are a few topics where people have had this error, yet a fix hasn't been posted...

Anyway, when I edit a Poll I get this error,

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cint'

/cicada/post_info.asp, line 463


I'm using Version 2.0.7 of the Poll MOD
(also installed is the Calendar MOD and
And a text copy of my post_info.txt is here:
http://www.redtoe.co.uk/post_info.txt

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 September 2004 :  08:02:40  Show Profile
Can you post a link to a txt version of your post.asp?
And how about a link to your forum?

Support Snitz Forums
Go to Top of Page

SMIDSY
Starting Member

United Kingdom
31 Posts

Posted - 02 September 2004 :  09:27:58  Show Profile  Visit SMIDSY's Homepage
Sure, the forum is at http://cicada.redtoe.co.uk
and a copy of the post.asp is at http://www.redtoe.co.uk/post.txt
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 September 2004 :  18:25:42  Show Profile
You added some poll mod code incorrectly into your post.asp file.

The poll mod code, starting at line 378 - 414, needs to be moved to the line after 442:
	if strRqMethod = "EditTopic" then
		TxtMsg = rs("T_MESSAGE")
	else
		if strRqMethod = "TopicQuote" then
			TxtMsg = "[quote ][i ]Originally posted by " & chkString(rs("M_NAME"),"display") & "[/i ]" & vbNewline
			TxtMsg = TxtMsg & "[br ]" & rs("T_MESSAGE") & vbNewline
			TxtMsg = TxtMsg & "[/quote ]"
		end if
	end if
'Put poll mod code here
end if

Support Snitz Forums
Go to Top of Page

SMIDSY
Starting Member

United Kingdom
31 Posts

Posted - 02 September 2004 :  20:34:46  Show Profile  Visit SMIDSY's Homepage
Thank you ever so much
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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07