Gossamer Forum
Home : Products : DBMan : Installation :

Error Message

Quote Reply
Error Message
Hello,

I'm new at this, trying to open the demo and get the following:
CGI ERROR
==========================================
Error Message : unable to open directory in auth_cleanup: ./auth. Reason: No such file or directory
Script Location : db.cgi
Perl Version : 5.00503
Setup File : default.cfg

I see in the readme that there is supposed to be an "auth.pl" and an "auth" file

but there was no "auth" file in the download (I have "auth.pl" installed)

Please help

thanks
Quote Reply
Re: [daveg] Error Message In reply to
It's looking for the /auth directory.

You need to create this directory and include an index.html file within the directory. The directory is defined in your .cfg file as:

$auth_dir = $db_script_path . "/auth";

Don't forget to chmod this directory as 777.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/