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)
 can someone install for me?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

aviv
Junior Member

474 Posts

Posted - 26 May 2001 :  14:24:39  Show Profile  Visit aviv's Homepage
i put all the files on the server-
but from some resone it's not
working.
can some one do it for me?



LordZuave
Starting Member

25 Posts

Posted - 26 May 2001 :  14:26:42  Show Profile
Aviv,

I'm not an expert, but if u post what errors are u getting we would be able to help you better.

did you read the readme.txt that came with the zip.


Nelson R.

Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 26 May 2001 :  14:32:48  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
also give the url for the site when you post problems

Brad
Go to Top of Page

aviv
Junior Member

474 Posts

Posted - 27 May 2001 :  05:19:31  Show Profile  Visit aviv's Homepage
thanX a Lot
this is the url
http://zeged.phidji.com/aviv/aviv/setup.asp?RC=1&CC=1&strDBType=access&EC=-2147467259

i tryed to change the config.asp-but no luck.
do u have icq?

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 27 May 2001 :  12:21:48  Show Profile  Send mafifi an ICQ Message
Aviv,

Please answer these questions and your response will help us help you.
1) Does your ISP supports ASP?
2) Which database type are you using. Access 97 or 2000, MS SQL 6.5 or 7.0, MySQL?
3) Could you post lines 48 through 57 from the config.asp file.
4) Are cookies set to off in your browser?

Download a file called whereami.asp from Snitz, place it in the directory where your files are and it will tell you what the path to your files is.
Thanks,

Mo

Edited by - mafifi on 27 May 2001 12:26:39
Go to Top of Page

aviv
Junior Member

474 Posts

Posted - 28 May 2001 :  15:51:01  Show Profile  Visit aviv's Homepage

-------------------------------------
Please answer these questions and your response will help us help you.
1) Does your ISP supports ASP?
2) Which database type are you using. Access 97 or 2000, MS SQL 6.5 or 7.0, MySQL?
3) Could you post lines 48 through 57 from the config.asp file.
4) Are cookies set to off in your browser?
-------------------------------

1-yes it does support asp
2-dont know-i put the mdb file witch come with the other file of this forum.
3-how do i know witch line is 48?
4-no

Thanx

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 28 May 2001 :  16:17:49  Show Profile  Send mafifi an ICQ Message
These are lines 48 through 57 from file config.asp
 
'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\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


Did you make any changes to these lines in your config.asp file ? If so, can you post the changes?


Thanks,

Mo

Edited by - mafifi on 28 May 2001 16:18:34
Go to Top of Page

aviv
Junior Member

474 Posts

Posted - 28 May 2001 :  16:46:59  Show Profile  Visit aviv's Homepage
'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\dbroot\forum.snitz.com\snitz_forums_2000.mdb;" '## MS Access 2000
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\database\snitz_forums_2000.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=PASSWORD;database=DATABASE_NAME" '## MySQL

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"

--------------------------
i've tryed all kind of path but no luck.
do you have ICQ?



Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 28 May 2001 :  17:00:49  Show Profile  Send mafifi an ICQ Message
I will download ICQ and e-mail to you shortly.

Thanks,

Mo
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 28 May 2001 :  17:47:16  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Here's how I did it:

I created a forum folder so my root directory looked like

/Database
/forum
/Images
index.asp

i uploaded the forum files (including the tools folder) to the forum folder and the snitz_forums_2000.mdb to the Database folder.

My config.asp:


'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("/Database/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=snitz_forums_2000.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








Edited by - OneWayMule on 28 May 2001 17:49:08
Go to Top of Page

aviv
Junior Member

474 Posts

Posted - 28 May 2001 :  18:10:45  Show Profile  Visit aviv's Homepage
didn't help

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.



Code : -2147467259



??????

Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 28 May 2001 :  18:19:55  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
hey, Aviv,
if you send me your member info I could have a look and fix it for you.

If you'd like that, email me (address in my profile).

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