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