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)
 Install issue.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ckroboth
Starting Member

2 Posts

Posted - 02 December 2008 :  13:23:08  Show Profile
I just upload Snitz to my host. The host has put the DB in another folder out side the www. Here is my Config using access database.
------------------------------
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

paths removed by admin

strTablePrefix = "p48_"
strMemberTablePrefix = "p48Members_"
strFilterTablePrefix = "p48Filter_" 'used for BADWORDS and NAMEFILTER tables
---------------------------------

When I run the setup.asp I get 13 errors related to SQL trying to set up:


Then when I click check database, it tells me setup is finished, I click to got the forums and it tells me it can't find parts of the database.

Any help would be appreciated.<

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 02 December 2008 :  13:30:03  Show Profile  Visit HuwR's Homepage
you need to change
strTablePrefix = "p48_"
strMemberTablePrefix = "p48Members_"
strFilterTablePrefix = "p48Filter_" 'used for BADWORDS and NAMEFILTER tables

those lines back to what they were, changing them does not work for access as the tables are already created, so you need to change them back to the default values of FORUM_<
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 02 December 2008 :  13:37:14  Show Profile
Change these lines:

strTablePrefix = "p48_"
strMemberTablePrefix = "p48Members_"
strFilterTablePrefix = "p48Filter_" 'used for BADWORDS and NAMEFILTER tables


Change them back to:

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"
strFilterTablePrefix = "FORUM_" 'used for BADWORDS and NAMEFILTER tables


Then upload a fresh install of the Access Database and try the setup again.<

Cheers,

David Greening
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 02 December 2008 :  13:39:03  Show Profile
Missed it by that much... <

Cheers,

David Greening
Go to Top of Page

ckroboth
Starting Member

2 Posts

Posted - 02 December 2008 :  13:39:15  Show Profile
You guys Rock... I miss read the install directions. Thanks so much<
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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07