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)
 Yet another error....
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

SilveRMoDs
Starting Member

25 Posts

Posted - 11 May 2002 :  16:29:26  Show Profile
I get this when i try to open my forum. I am a total newb when it comes to asp and just want to have my forum working. What must I do to fix this? I just changed my config.asp from access97 to 2000 and I try to get to my forum and it looks like this:

http://user.domaindlx.com/silvermods/forum/default.asp

My config.asp that i changed looks like this:

'#################################################################################
'## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver or mysql)
'#################################################################################
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"


'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("\user\silvermods\cgi-bin\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=user\silvermods\cgi-bin\snitz_forums_2000.mdb" '## MS Access 97
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("\user\silvermods\cgi-bin\snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\user\silvermods\cgi-bin\snitz_forums_2000.mdb" '## MS Access 2000
'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

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"



What did i do wrong?






Thanks in advance



Edited by - SilveRMoDs on 11 May 2002 16:36:58

Edited by - SilveRMoDs on 11 May 2002 16:39:39

Edited by - SilveRMoDs on 11 May 2002 16:46:46

Nathan
Help Moderator

USA
7664 Posts

Posted - 11 May 2002 :  16:57:30  Show Profile  Visit Nathan's Homepage
Your application variables just needed refreshed.

Got it all fixed up for ya.

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

SilveRMoDs
Starting Member

25 Posts

Posted - 11 May 2002 :  19:56:09  Show Profile
well i just went back to my forum and everything looks fine. What happned back then?

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 May 2002 :  20:14:21  Show Profile  Send ruirib a Yahoo! Message
Quite likely Nathan just ran setup.asp...

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

SilveRMoDs
Starting Member

25 Posts

Posted - 11 May 2002 :  20:53:16  Show Profile
quote:

Quite likely Nathan just ran setup.asp...

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs




Oh so thats what he did. Thanks very much!

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 11 May 2002 :  21:08:45  Show Profile  Visit Nathan's Homepage
Yep

Nathan Bales
Snitz Exchange | Do's and Dont's
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.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07