I just installed the snitz forum (V3.1 SR4) since I thought i could manage to set it up. I read the help file, I read these forums but I keep ending up with the same error. I think I am missing something every obvious so I really hate to post here now ;)
I uploaded the forum files, I put the dmb in a /forum/db I put this in my config .asp:
'## Make sure to uncomment one of the strConnString lines! '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("/web/forum/db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.mdb;" '## MS Access 2000 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7 'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL
And when i now run the setup it sais I need to update my database, so I log in with Admin/admin and get the following:
quote:ADODB.Connection.1 error '80020009'
Empty connection string.
/forum/setup_login.asp, line 58
I have my own domain and my host allows more scripts than needed for thos forums.. CGI/PHP/SSI
Maybe it's just too late in the night for me to play with scripts... Any help would be appreciated.