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
 post.asp error after installing poll mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ajslentz
Starting Member

United States
7 Posts

Posted - 12 January 2008 :  16:18:33  Show Profile
Hi - I've just installed the Poll Mod 2.0 and am getting an error on post.asp. The error is:

ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum/post.asp, line 200

Line 200 reads: Forum_Polls = rsStatus("F_POLLS")

The select query I added reads:
'## Forum_SQL - Find out if the Category, Forum or Topic is Locked or Un-Locked and if it Exists
'################################# Poll Mod ##################################
'Added F.F_POLLS and T.T_POLLSTATUS to following SELECT statement.
strSql = "SELECT C.CAT_ID, C.CAT_NAME, C.CAT_STATUS, C.CAT_SUBSCRIPTION, " &_
"F.FORUM_ID, F.F_POLLS, F.F_STATUS, F.F_TYPE, F.F_SUBJECT, F.F_SUBSCRIPTION, "&_
"T.T_POLLSTATUS, T.T_STATUS, T.T_SUBJECT " &_
" FROM " & strTablePrefix & "CATEGORY C, " &_
strTablePrefix & "FORUM F, " &_
strActivePrefix & "TOPICS T" &_
" WHERE C.CAT_ID = T.CAT_ID " &_
" AND F.FORUM_ID = T.FORUM_ID " &_
" AND T.TOPIC_ID = " & strRqTopicID & ""
'############################################################


Any ideas??? I'm stuck on this one...

ajslentz
Starting Member

United States
7 Posts

Posted - 12 January 2008 :  16:47:07  Show Profile
False alarm. I apparently forgot to include on piece of code. This is one complicated MOD to install!!!
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 12 January 2008 :  16:48:18  Show Profile
Post a link to a txt version of your post.asp file.

EDIT: Glad you got it sorted out.

Support Snitz Forums

Edited by - Davio on 12 January 2008 16:48:43
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.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07