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 and runtime error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Micael Ström
Starting Member

Sweden
43 Posts

Posted - 12 May 2003 :  08:35:28  Show Profile  Visit Micael Ström's Homepage  Send Micael Ström an ICQ Message
Active.asp error when clicking on forums active topics link.

------------
Microsoft VBScript runtime error '800a0009'
Subscript out of range: '22'

/forum/active.asp, line 507
------------
Whats wrong about this: Line 507 marked.



		Topic_UReplies = allActiveTopics(fT_UREPLIES,RowCount)
		Member_Name = allActiveTopics(fM_NAME,RowCount)
		Topic_Last_Post_Author = allActiveTopics(fT_LAST_POST_AUTHOR,RowCount)
		Topic_Last_Post = allActiveTopics(fT_LAST_POST,RowCount)
		Topic_Last_Post_Reply_ID = allActiveTopics(fT_LAST_POST_REPLY_ID,RowCount)
		Topic_Last_Post_Author_Name = chkString(allActiveTopics(fLAST_POST_AUTHOR_NAME,RowCount),"display")
		Forum_PrivateForums = allActiveTopics(fF_PRIVATEFORUMS,RowCount)
507		Forum_FPasswordNew = allActiveTopics(fF_PASSWORD_NEW,RowCount)
	'############# Poll Mod #################
		IsPoll = allActiveTopics(fIS_POLL,RowCount)
		if IsPoll = 1 then
			pollLink = "poll=1&"
		else
			pollLink = ""
		end if
	'########################################
		
		if mLev = 4 then
			ModerateAllowed = "Y"
		elseif mLev = 3 and ModOfForums <> "" then
			if (strAuthType = "nt") then


Davio
Development Team Member

Jamaica
12217 Posts

Posted - 12 May 2003 :  08:38:38  Show Profile
Post a link to a txt version of the file.

Support Snitz Forums
Go to Top of Page

Micael Ström
Starting Member

Sweden
43 Posts

Posted - 12 May 2003 :  10:18:21  Show Profile  Visit Micael Ström's Homepage  Send Micael Ström an ICQ Message
Ok, here it is.
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 12 May 2003 :  14:02:32  Show Profile
Remove the code from lines 279 to 307.

Support Snitz Forums
Go to Top of Page

Micael Ström
Starting Member

Sweden
43 Posts

Posted - 12 May 2003 :  18:04:58  Show Profile  Visit Micael Ström's Homepage  Send Micael Ström an ICQ Message
I cut it away and everything seems to work just fine,
Thank´s Davio!
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.48 seconds. Powered By: Snitz Forums 2000 Version 3.4.07