DrisSelt_
Starting Member
15 Posts |
Posted - 05 May 2002 : 02:45:23
|
I am applied a few mods on my forum and changed some language related texts... Now i am stucked.
The problem is: "Search" is not working. When i used the search function, i get this error:
---
Error Type: ADODB.Recordset (0x800A0CC1) Item cannot be found in the collection corresponding to the requested name or ordinal. /forum/search.asp, line 332
Browser Type: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Page: POST 72 bytes to /forum/search.asp
POST Data: Search=a&andor=+and+&SearchMessage=0&Forum=0&SearchDate=0&SearchMember=0
---
And "line 332" is:
---
<% ' DEM --> Start of Code added for subscriptions *HERE LINE 332*--> if strSubscription > 0 and _ rsCFStatus("Cat_Subscription") > 0 and _ rsCFStatus("F_Subscription") > 0 then CheckSubscription "TOPICNOTEXT", MemberID, rs("CAT_ID"), rs("FORUM_ID"), rs("TOPIC_ID"), "", "" end if ' DEM --> End of Code added for subscriptions %>
----
If i delete this area totally, SEARCH IS BACK TO WORKING..
I am tried many options about "subscription" feature in Admin section and forum/category options. No result... (And i don't know that "subscription" function is what for?...)
2 questions:
1 - WHY happen this error? And How i resolve it? 2 - What is "subscription" funtion in snitz?
Anybody can help?... Thanks...
|
|