Gossamer Forum
Home : Products : DBMan : Installation :

Windows 2000 Installation Nightmare - Please help!

Quote Reply
Windows 2000 Installation Nightmare - Please help!
I am having such difficulty trying to install dbman on my windows server. I have installed it on "many" Unix servers with absolutely no problem. This is driving me crazy...

The error that I am getting is simply:
DBMan encountered an internal error. Please enable debugging to view.

In my db.pl file the db_script_path is set as follows:
$db_script_path = 'web\webster-hall\newversion\content\areyouhot';

In my default.cfg file my paths are as follows:
# File and URL's
# --------------------------------------------------------

# URL of the directory dbman resides in. No Trailing Slash Please.
$db_dir_url = "
http://63.151.41.241/newversion/content/areyourhot";
# URL of dbman.
$db_script_url = $db_dir_url . "/db.pl";
# Full Path and File name of the database file.
$db_file_name = $db_script_path . "/default.db";
# Full path and file name of the counter file.
$db_id_file_name = $db_script_path . "/default.count";
# Full path and file name of the authorization directory.
$auth_dir = $db_script_path . "/auth";
# Full path and file name of the password file.
$auth_pw_file = $db_script_path . "/default.pass";
# Full path and file name of the log file.
$auth_log_file = $db_script_path . "/default.log";
# Full path and file name of the html routines.
require $db_script_path . "/html.pl";


I turned the flock off and changed the quotes to ' instead of " at the db_script_path. I also removed the perl location string at the top of the code page. I can't understand what the problem is. Can anyone PLEASE offer assistance. I have to get this project done and I am stumped Unsure


Cher
Subject Author Views Date
Thread Windows 2000 Installation Nightmare - Please help! chronisca 6264 Dec 19, 2001, 8:55 AM
Thread Re: [chronisca] Windows 2000 Installation Nightmare - Please help!
Watts 6159 Dec 19, 2001, 9:18 AM
Post Re: [Watts] Windows 2000 Installation Nightmare - Please help!
chronisca 6187 Dec 19, 2001, 9:21 AM
Thread Re: [chronisca] Windows 2000 Installation Nightmare - Please help!
Paul 6225 Dec 19, 2001, 9:19 AM
Thread Re: [PaulW] Windows 2000 Installation Nightmare - Please help!
chronisca 6191 Dec 19, 2001, 9:22 AM
Post Re: [chronisca] Windows 2000 Installation Nightmare - Please help!
Paul 6135 Dec 19, 2001, 10:10 AM
Thread Re: [chronisca] Windows 2000 Installation Nightmare - Please help!
PBarr 6167 Jan 6, 2002, 2:54 AM
Thread Re: [PBarr] Windows 2000 Installation Nightmare - Please help!
LoisC 6199 Jan 6, 2002, 3:06 AM
Post Re: [LoisC] Windows 2000 Installation Nightmare - Please help!
chronisca 6136 Jan 6, 2002, 1:09 PM