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)
 Whats the problem with my forum in Brinkster?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

charle
Starting Member

18 Posts

Posted - 19 May 2002 :  10:28:20  Show Profile
Link: http://www14.brinkster.com/snookerfever

I ran the setup and it was ok but when i tried to enter the forum, an error pop out. I have unzip the tool.zip into a folder called tools. USing Snitz 3.3.04 beta that ruirib sent me.

DB is 2000 MS access

Config.asp is as follows:

'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("/SNOOKERFEVER/db/snitz_forums_2000.mdb") '## MS Access 97 on Brinkster
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/tools/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/SNOOKERFEVER/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\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



Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 19 May 2002 :  10:32:46  Show Profile
i think that you have to use special brinkster file's that can be found here

http://www.ls3k.com/snitz/temp.asp

.:: Brother Beyond::.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 19 May 2002 :  11:29:44  Show Profile
on error go to 0


should be:

on error goto 0
Go to Top of Page

charle
Starting Member

18 Posts

Posted - 19 May 2002 :  11:37:36  Show Profile
quote:

on error go to 0


should be:

on error goto 0




What do u mean by that?????

Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 19 May 2002 :  11:57:03  Show Profile  Send Rasco an ICQ Message
open your inc_mail.asp
In line 241 or around there is

on error go to 0

This should be

on error goto 0

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.48 seconds. Powered By: Snitz Forums 2000 Version 3.4.07