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: Database: MS Access
 SOMEONE HELP
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

fimi
Starting Member

Canada
39 Posts

Posted - 02 June 2001 :  10:18:16  Show Profile  Send fimi a Yahoo! Message
HI.

My Config.asp looks like this
___________________________________________________________________________
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## 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("/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\forumi\tools\snitz_forums.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

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"
______________________________________________________________________________
AND I STILL GET THE ERRROR MESSAGE:

The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype.

I DON'T KNOW WHAT TO DO
CAN SOMEONE HELP ME HERE


Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 June 2001 :  10:34:33  Show Profile
Go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the Where Am I? file. Put the file in the same folder where your database is in, and browse to it using your browser. It will tell you the path to the database. Use that same path in your strConnString.

Go to Top of Page

fimi
Starting Member

Canada
39 Posts

Posted - 02 June 2001 :  10:48:20  Show Profile  Send fimi a Yahoo! Message
the path to the database is correct!


Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 June 2001 :  11:21:42  Show Profile
What was the path it gave you?

Go to Top of Page

fimi
Starting Member

Canada
39 Posts

Posted - 02 June 2001 :  13:47:07  Show Profile  Send fimi a Yahoo! Message
it was "C:\Inetpub\wwwroot\forumi\tools\whereami.asp"

and forumi means Forum



Edited by - fimi on 03 June 2001 09:03:11
Go to Top of Page

giggss
Starting Member

7 Posts

Posted - 02 June 2001 :  13:48:04  Show Profile
Same problem encountered too!

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 02 June 2001 :  18:49:51  Show Profile
Have you checked that you typed in the correct name of the database?
Also, double check to make sure the database file is in the tools folder.

Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 02 June 2001 :  18:54:19  Show Profile
And has the correct file name... And is not password protected...

Think Pink
Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 02 June 2001 :  19:56:32  Show Profile  Send mafifi an ICQ Message
quote:
it was "C:\Inetpub\wwwroot\forumi\tools\whereami.asp"


Is this misspelling forumi?

Thanks,

Mo
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 02 June 2001 :  20:11:42  Show Profile
quote:

quote:
it was "C:\Inetpub\wwwroot\forumi\tools\whereami.asp"


Is this misspelling forumi?

Thanks,

Mo



I assumed it is a foreign language version of the word, because its consistent in two places.

What is the database version?
Do you use PWS to run it?
Is necessary drivers for Jet etc loaded?

Must be something with the setup.

Think Pink
Go to Top of Page

fimi
Starting Member

Canada
39 Posts

Posted - 03 June 2001 :  18:26:39  Show Profile  Send fimi a Yahoo! Message
YES IT WORKS AND IT IS RUNNING, BUT I NEED TO CHANGE THE ADMIN USERNAME AND PASSWORD how do i do that

Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 03 June 2001 :  18:50:05  Show Profile
quote:

YES IT WORKS AND IT IS RUNNING, BUT I NEED TO CHANGE THE ADMIN USERNAME AND PASSWORD how do i do that



Congurats.
1. Now go to the members page and change the profile of admin. Change the password, do not delete it.
2. Define another user with any desired name (using the register link on the top menu)
3. Login back as admin, go to the members page, click the edit users profile icon on the right, give the new user ADMIN rights (last field named Member Level).

So, ADMIN will stay as a backup user with admin rights, and you will use the other one normally.

Hope this helps.


Think Pink
Go to Top of Page

fimi
Starting Member

Canada
39 Posts

Posted - 03 June 2001 :  22:37:47  Show Profile  Send fimi a Yahoo! Message
Hi again,
I installed MY SNITZ on my forum and when i run my.asp i get The page cannot be displayed error message.
the path is correct
if you have any solutions please reply

Go to Top of Page

giggss
Starting Member

7 Posts

Posted - 04 June 2001 :  00:49:15  Show Profile
It still can't work for me! But I confirm all the paths are correct!

I got the below when I tried to enter default.asp:
quote:
Microsoft JET Database Engine error '80004005'
Could not find file 'd:\www\digitalrice\members\giggss\db\snitz_forum_2000.mdb'.

/members/giggss/forum/inc_top.asp, line 42

And when I go to setup.asp, I got this:
quote:
The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype.


PLEASE HELP!!!

Go to Top of Page

fimi
Starting Member

Canada
39 Posts

Posted - 04 June 2001 :  20:39:45  Show Profile  Send fimi a Yahoo! Message
HI again,
I Registerd to my forum if it works, but i didn't get an email form My forum.
Who knows Why.
Maybe Someone Can halp me

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 04 June 2001 :  21:40:31  Show Profile
giggss, make sure you have the correct spelling of the database. The database in the zip file is spelt "snitz_forums_2000.mdb", but in the config.asp file it is spelt "snitz_forum_2000.mdb" without the s on forum.

Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07