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: General / Classic ASP versions(v3.4.XX)
 runtime error '800a0006' V3.4
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 4

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 August 2002 :  14:58:03  Show Profile
I had to replace the InArray function with a new one and then remove the array() from around some variables in a few files. It will be fixed in v3.4.01.
Go to Top of Page

Chinners
Starting Member

United Kingdom
42 Posts

Posted - 19 August 2002 :  15:06:40  Show Profile
Richard - as before, you are welcome to use the ftp details on our server if you need to cross check anything (W2K/Access)

Wibble, said Zebedee
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 August 2002 :  15:09:20  Show Profile
Chinners, I just updated the post.asp page on your site, you should be able to turn subscriptions back on and not get any errors. If you could try and confirm that, I would appreciate it.
Go to Top of Page

Chinners
Starting Member

United Kingdom
42 Posts

Posted - 19 August 2002 :  15:14:55  Show Profile
I've re-enabled subscriptions and subscribed - can't reproduce the error yet! Nice - what changed?

Wibble, said Zebedee
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 August 2002 :  15:24:56  Show Profile
I changed the InArray function from this:

function InArray(strArray,strValue)
if IsArray(strArray) then
Dim Ix
for Ix = 0 To UBound(strArray)
if cLng(strArray(Ix)) = cLng(strValue) then
InArray = True
exit function
end if
next
end if
InArray = False
end function


to this:

function InArray(strArray,strValue)
if strArray <> "" and strArray <> 0 then
if (instr("," & strArray & "," ,"," & strValue & ",") > 0) then
InArray = True
exit function
end if
end if
InArray = False
end function



for the post.asp file I changed this: (active.asp, default.asp, forum.asp, search.asp & topic.asp changes are similar)

					strCatSubs = array(strSubArray(1))
strForumSubs = array(strSubArray(2))
strTopicSubs = array(strSubArray(3))


to this:

					strCatSubs = strSubArray(1)
strForumSubs = strSubArray(2)
strTopicSubs = strSubArray(3)

Go to Top of Page

Chinners
Starting Member

United Kingdom
42 Posts

Posted - 19 August 2002 :  15:28:43  Show Profile
I've played around a little - can't break it yet. If anyone posts a problem, I'll let you know. Thanks Richard. The King lives...

Wibble, said Zebedee
Go to Top of Page

taropatch
Average Member

USA
741 Posts

Posted - 19 August 2002 :  17:00:37  Show Profile
Thanks Richard. Thanks ruirib.
Go to Top of Page

Chinners
Starting Member

United Kingdom
42 Posts

Posted - 19 August 2002 :  18:40:19  Show Profile
Thanks guys...can't break it.



Wibble, said Zebedee
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 August 2002 :  18:47:16  Show Profile  Send ruirib a Yahoo! Message
Glad Richard fixed things for you, guys .


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page
 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.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07