Gossamer Forum
Home : Products : DBMan : Installation :

Windows installation problem

Quote Reply
Windows installation problem
Hello
i'm have this error from my server:
CGI ERROR
==========================================
Error Message : unable to open directory in auth_cleanup: ./auth. Reason: No such file or directory
Script Location : D:\home\viewsource\cgi-bin\data_base_manager\db.pl
Perl Version : 5.00502
Setup File : default.cfg

Form Variables
-------------------------------------------

Environment Variables
-------------------------------------------
PERLHOST : PerlIS
PERLXS : PerlIS
QUERY_STRING :
REQUEST_METHOD : GET

:) this is data_base_manager\auth folder exist
following default.cfg configuration:
# URL of the directory dbman resides in. No Trailing Slash Please.
$db_dir_url = "http://www.flirting.co.il/cgi-bin/data_base_manager";
# URL of dbman.
$db_script_url = $db_dir_url . "/db.cgi";
# 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";
#$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";

Any idea?


Subject Author Views Date
Thread Windows installation problem master 2237 Oct 23, 2000, 2:16 PM
Post Re: Windows installation problem
AstroBoy 2128 Oct 23, 2000, 4:47 PM