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.
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_<