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 / Current Version (Old)
 Brinkster user need help (totaly newb)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

JonZ
Starting Member

10 Posts

Posted - 27 June 2001 :  10:55:28  Show Profile
Anybody having problems using that forum at Brinkster.com (general membership with free ASP support)? I dont know well ASP so I cant figure out what is my problem.

I think I also need to know what type of DB server it can support (Access 97, 2000, SQL) I truly need help and enlightment

thx

(update: I just discover that my whole code wasn't inserted in the DB directory, I guess i must reupload the forum there)

Edited by - JonZ on 27 June 2001 11:17:41

RaiderUK
Average Member

United Kingdom
577 Posts

Posted - 27 June 2001 :  11:41:37  Show Profile  Send RaiderUK a Yahoo! Message
the standard Brinkster free mambership will only support Access database

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 27 June 2001 :  12:40:59  Show Profile  Send mafifi an ICQ Message
JonZ,

The db directory is for the Access database file only. Create a sub-directory and call it forum or any other name that you like and that is where you place your files. Please note that you will NOT be able to use the e-mail feature with Brinkster's free account.

Thanks,

Mo
Go to Top of Page

JonZ
Starting Member

10 Posts

Posted - 27 June 2001 :  14:59:16  Show Profile
Ok, I created a /forum in my root directory and I uploaded all files in it. But when I uploaded the files, an asp file (I think it Admin_color something) was unable to upload. It sais the server script timeout was too high. Maybe I can fix that so it can be below or equal to 90 (maximum allowed) but I still cant run the forum.

Maybe the problem reside inside the default.asp. I need to remove the comments properlly and input the correct path access.

My site :www21.brinkster.com/ttaclan/forum

thx for helping me



Edited by - JonZ on 27 June 2001 15:39:45

Edited by - JonZ on 27 June 2001 15:49:28
Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 27 June 2001 :  17:58:34  Show Profile  Send mafifi an ICQ Message
Yes. Change that number to 90 or less. I went to you web site and received this error.
 
Microsoft JET Database Engine error '80004005'

'c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

/ttaclan/forum/inc_top.asp, line 42



Your problem is the stuff in red. Instead do the following:


strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\ttaclan\db\snitz_forum.mdb") & ";" & _
"Persist Security Info=False"



Once again, the e-mail features that come with Snitz forum will NOT work with the free account from Brinkster.

Thanks,

Mo

Edited by - mafifi on 27 June 2001 17:59:29

Edited by - mafifi on 27 June 2001 18:00:17
Go to Top of Page

JonZ
Starting Member

10 Posts

Posted - 28 June 2001 :  13:03:56  Show Profile
Ok Thanx for helping me, it look like working for now.
But I need to replace the file called admin_count.asp. I dont have it now, and I cant download the package on Snitz again (Macintosh user having hard time here ). Can someone send the file to me at jonzadd@hotmail.com ?

Also, if all email feature cannot work on Brinkster, maybe there's a way to remove it or replace it by some alternatives ?



www21.brinkster.com/ttaclan/forum



Edited by - JonZ on 28 June 2001 13:17:46
Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 28 June 2001 :  18:55:39  Show Profile  Send mafifi an ICQ Message
I e-mailed you the file.

Thanks,

Mo
Go to Top of Page

JonZ
Starting Member

10 Posts

Posted - 28 June 2001 :  23:56:33  Show Profile
K thx Mafifi, I fixed the server script thing.


Now I must fix the Admin profile error... I'm almost there ! I'm gonna read some posts to see if they talk about it somewhere

Thx again people




Edited by - JonZ on 29 June 2001 00:09:40
Go to Top of Page

JonZ
Starting Member

10 Posts

Posted - 29 June 2001 :  00:25:29  Show Profile

K thx Mafifi, I fixed the server script thing and uploaded it.

But something is wrong in the code you wrote :

strConnString =

"Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & Server.MapPath("/ttaclan/db/snitz_forums_2000.mdb") & ";" & _ "Persist Security Info=False" '## MS Access 2000 using virtual path

Brinkster point the code as an unknown symbol or character in it. What's wrong?
(link below)

If I let the code like this (nearest of the original code source):

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

It seem to work; but now I must fix the Admin profile error msg...
I'm almost there !


www21.brinkster.com/ttaclan/forum


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