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
 Inactive Users v1.10 for snitz 3.4.x Error
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

DJ5A
Junior Member

163 Posts

Posted - 19 September 2002 :  05:11:08  Show Profile
Hello Everybody:

I Just Installed Inactive Users v1.10 for Snitz 3.4.x on My 3.4.02 Forum & When I Click on the Inactive Users Link at the admin_home.asp Page I get the Following Error:
////////////////////////////////////////////

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cint'

/forum/admin_inactive_users.asp, line 62

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Does Anybody Know What's Wrong?

Thank You for Your Time!!!!!
DJ5A

Thank You for Your Time!!!!!
DJ5A

burthold
Junior Member

USA
426 Posts

Posted - 19 September 2002 :  12:17:22  Show Profile  Visit burthold's Homepage
Change line 62 from intDaysOut = cint(trim(request.querystring("intDaysOut"))) to

intDaysOut = request.QueryString("intDaysOut")
intDaysOut = cint(intDaysOut)

New files are up with the fix.
Go to Top of Page

GooFY0nE
New Member

Denmark
82 Posts

Posted - 02 November 2002 :  14:19:11  Show Profile  Visit GooFY0nE's Homepage  Send GooFY0nE an ICQ Message
thx for the fix, i had the same problem, and it is fixed now thx to u.

Thx

Regards:
GooFY0nE
Aagren.Net
Go to Top of Page

Gargoyle
Junior Member

USA
280 Posts

Posted - 10 November 2002 :  21:59:20  Show Profile  Visit Gargoyle's Homepage
Well I replaced line 62 with that code but now the error has moved to line 64?? Should I have removed the e-mail line?? Here is my line 64...

	response.flush
		intDaysOut = request.QueryString("intDaysOut")
                intDaysOut = cint(intDaysOut)
line 64 ---->   intEmailAll = cint(trim(request.QueryString("intEmailAll")))
	if intDaysOut = 0 then
		intDaysOut = 90


I sent you an e-mail before I read this.. Sorry
But I would appreciate any help you can give..

Here is a link to my Snitz powered Drag Racing site.
Go to Top of Page

burthold
Junior Member

USA
426 Posts

Posted - 12 November 2002 :  17:02:43  Show Profile  Visit burthold's Homepage
you need to remove line 64
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 25 November 2002 :  04:03:35  Show Profile
burthold,

Just to let you know that these errors still exist in the MOD code at SnitzBitz. I've just downloaded the code today.

Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 24 January 2003 :  16:58:49  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Hiya!

I also download the MOD from SnitzBitz (today), and it's the same.

I did the above fixes and now get this error...


ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum/admin_inactive_users.asp, line 92




Line 92 is the one in red...


	set oRs = server.createobject("ADODB.Recordset")
	oRs.open strSql, My_Conn
	aData = oRs.GetRows
	oRs.close
	set oRs = nothing



Any ideas!?

Thanks
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 01 February 2003 :  01:56:13  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 02 February 2003 :  05:17:55  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Please can someone give me some ideas?
Go to Top of Page

madhacker
Starting Member

11 Posts

Posted - 27 March 2003 :  13:22:36  Show Profile
Anyone get past the error below yet?

Thanks
AC

quote:
Originally posted by mortioli

Hiya!

I also download the MOD from SnitzBitz (today), and it's the same.

I did the above fixes and now get this error...


ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum/admin_inactive_users.asp, line 92




Line 92 is the one in red...


	set oRs = server.createobject("ADODB.Recordset")
	oRs.open strSql, My_Conn
	aData = oRs.GetRows
	oRs.close
	set oRs = nothing



Any ideas!?

Thanks

Go to Top of Page

spyordie007
Junior Member

USA
408 Posts

Posted - 27 March 2003 :  13:29:31  Show Profile  Visit spyordie007's Homepage  Send spyordie007 an AOL message
Sorry I dont have any suggestions, but you may want to note what database you are using in case it is database related. I use MySQL and havent had any problems (except for the one listed above) with it, and of course we already know it works with Access.

-Spy

Power - The only narcotic controlled by the SEC, not the FDA.

Prosperity without pollution! The American Hydrogen Association - http://www.ahanw.org
Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
Go to Top of Page

madhacker
Starting Member

11 Posts

Posted - 27 March 2003 :  13:35:03  Show Profile
I am using MS SQL 2000
Go to Top of Page

spyordie007
Junior Member

USA
408 Posts

Posted - 27 March 2003 :  13:41:27  Show Profile  Visit spyordie007's Homepage  Send spyordie007 an AOL message
quote:
Originally posted by madhacker

I am using MS SQL 2000


So I guess the question of the hour is "do we know for sure if it works on MS SQL?"

I would like to think that if it does with both Access and MySQL than it wouldnt have any problems with MS SQL.

-Spy

Power - The only narcotic controlled by the SEC, not the FDA.

Prosperity without pollution! The American Hydrogen Association - http://www.ahanw.org
Questions about Hydrogen? Post them on our forum - http://www.ahanw.org/forum
Go to Top of Page

gameboy900
Starting Member

16 Posts

Posted - 27 March 2003 :  22:16:06  Show Profile  Visit gameboy900's Homepage
Works fine for me. I got it installed straight out of the zip file with all fixes in place. And I'm using SQL server too.
Go to Top of Page

HolyOutlaw
Starting Member

USA
41 Posts

Posted - 25 May 2003 :  14:48:54  Show Profile  Visit HolyOutlaw's Homepage
Anyone have a fix for this error?

ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum/admin_inactive_users.asp, line 95



And here is the code lines it is refering too:

93 set oRs = server.createobject("ADODB.Recordset")
94 oRs.open strSql, My_Conn
95 aData = oRs.GetRows
96 oRs.close
97 set oRs = nothing


Any ideas on this one?

Thanks in advance...

Edited by - HolyOutlaw on 25 May 2003 14:52:04
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 25 May 2003 :  14:59:34  Show Profile
that's cuz the recordset is empty. whenever I use getrows I always do something like this:

aData = Null
if not oRs.bof and not oRs.eof then aData = oRs.GetRows

then i do a check first to see if not IsNull(aData) before trying to get info from the array.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next 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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07