Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 seperate page
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  16:27:07  Show Profile
hmm i can't really do that - security etc. since it gives access to a university server. my head has got so foggy with this i'm not sure what to say at the moment. "fog? what fog?" - well i don't fully understand these protocols etc.

ok a shout from within the fog:

if i load all the files inside the existing "forum" folder and adjust the config.asp accordingly, it should work right?
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 13 May 2003 :  16:33:28  Show Profile
but you'll "lose" the existing forum. You need a separate folder for you new forum. why don't you just ask the system admin to put the appropriate permissions on the second forum's folder, setting the permissions just like the first one?

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  16:38:39  Show Profile
he's not a friendly guy. yes, that would solve it.

but why would i lose the original one - would it cause a conflict?
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 13 May 2003 :  16:42:38  Show Profile
you are saying your are getting rid of the forum2 folder altogether?

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  17:01:44  Show Profile
no. this is it:

i have a working forum inside a folder called "forum"
i want a second one that is completely seperate

so far i've

1) loaded all the snitz files inside "forum" - didn't work.
2) loaded them at the same directory level as "forum" inside a second folder called "forum_2" - where i have ftp access - didn't work. but it's still there, on the server.

i'm not too concerned if the directory levels get a bit clumsy, so long as it works and doesn't cause conflicts.
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 13 May 2003 :  17:04:29  Show Profile
and everything for the second forum is in forum_2 including the database?

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  17:05:08  Show Profile
PS: at 1) above, it was inside *another* folder so i had "forum_2" inside "forum"
Go to Top of Page

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  17:07:03  Show Profile
<<and everything for the second forum is in forum_2 including the database?>>>>

yes
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 13 May 2003 :  17:10:52  Show Profile
if forum_2 is inside forum then it should work as long as you have set up the connection string correctly.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  17:30:39  Show Profile
perhaps thats the problem then. is there anything critical to know re. different ways of doing it - ie physical or virtual path? i don't understand what these are (is it like an absolute or relative URL in a web site?), but so far have tried physical. i ran the whereami.asp script and simply copy and pasted the code - 2 versions, depending on what drivers are installed.
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 13 May 2003 :  17:34:56  Show Profile
what is the connection string for the working forum?

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  17:53:33  Show Profile
just had a look.

1) is the "comment" that you remove the ' before a line?
2)i have cut and pasted his code into my config.asp, changed the directory and name for the database, and i'm now getting something new: this message

"Your strDBType is not set, please edit your config.asp

?
to reflect your database type."
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 13 May 2003 :  18:03:18  Show Profile
did you uncomment the strDBType line for access?

also, what do you mean cut and pasted? please post the actual connection string here.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~

Edited by - Nikkol on 13 May 2003 18:03:52
Go to Top of Page

redfox
Starting Member

45 Posts

Posted - 13 May 2003 :  18:18:52  Show Profile
<<did you uncomment the strDBType line for access?
>>

I did, but he didn't. strange - but i tried it both ways.

1) his code:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/forum/database/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path


2) mine:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/forum/forum_2/my_database.mdb") '## MS Access 2000 using virtual path
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 13 May 2003 :  18:26:20  Show Profile
why don't you put your database in the forum/database folder (making sure that it is a different name from snitz_forums_2000.mdb and then make the connection string this:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/forum/database/my_database.mdb") '## MS Access 2000 using virtual path

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page | 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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07