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)
 Help on setting Snitz up
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Cdemon
Starting Member

26 Posts

Posted - 06 May 2002 :  20:43:12  Show Profile
I ran into this problem while I was setting snitz forums up over at www.cfm-resources.com.
I got a free account,and I just keep getting this same error...

quote:

Microsoft VBScript runtime error '800a01a8'

Object required: 'rsConfig'

/g/gamequestforums/snitz/config.asp, line 159



Is the error.I have my config.asp file set up like this.

quote:

'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!

'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 97 using virtual path

'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 97 on Brinkster

strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=d:/inetpub/wwwroot/members/members/g/gamequestforum/snitz/snitz_forums_2000.mdb" '## MS Access 97

'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 2000 using virtual path

'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 7

'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 2000

'strConnString = "driver=MySQL;server=SERVER_IP;uid=UID;pwd=PWD;database=DB_NAME" '## MySQL



Can anyone help me resolve this problem?


ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 06 May 2002 :  20:56:23  Show Profile  Send ruirib a Yahoo! Message
Please post a link to a text version of your config.asp.

Not that this is related but change your conn string to:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="c:\inetpub\wwwroot\members\members\g\gamequestforum\snitz\snitz_forums_2000.mdb"

Once you get your forum working I would advise to create something like a c:\inetpub\database folder and put the database file there so that the Db cannot be reached from the Web.

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07