Gossamer Forum
Home : Products : DBMan : Customization :

Upgrade your Database MOD

Quote Reply
Upgrade your Database MOD
I had a few comments about this mod:

http://www.gossamer-threads.com/...rces/jump.cgi?ID=639

I tried using it, and kept getting CGI errors. It could not find the get_date command called from default.cfg. I had to take the sub get_date from db.cgi and plug it into the bottom of the update.cgi file.

Then I discovered there was no $db_file_name declared anywhere in the file, so it would crash when it would try to locate the original default.db.

Third, I had to remove the /path/to/ reference from /path/to/default2.db, otherwise the script wouldn't be able to locate the file properly; it was looking in $db_script_path/$db_file_name2 (/path/to/dbman//path/to/default.db).

After I made those changes, it worked fine. I couldn't locate anything about this elsewhere in the database, and thought it might be good info to have here in case someone else ran into similar problems using this MOD. Smile



------------------
----------------------------------------
Lee Leisure
HP Customer Relations Manager
----------------------------------------
* NOTE: This message is intended
for personal purposes only, and does
not imply the position or opinion of
the Hewlett Packard Company.