Gossamer Forum
Home : Products : DBMan : Customization :

A second database

Quote Reply
A second database
I am trying to implement a second database and have copied all the files over to second_databasefile.extension. I then changed the file variables in second_default.cfg and when I go to try to run it the database starts alright but as soon as I log on the script calls the other database db.cgi instead of second_db.cgi. Did I miss a variable in another file which sets something important?
Quote Reply
Re: A second database In reply to
The only file names you need to set are in the .cfg file.

One thing you need to be aware of is that, if your .cfg file is not called "default.cfg," you need to put the name of the database into the URL.

http://www.server.com/cgi-bin/db.cgi?db=second_database

If you're already doing that, I'll have to take a look at your files. Do you know how to place them in a web-accessible directory?


------------------
JPD