Gossamer Forum
Home : Products : DBMan : Installation :

CGI error while installing

Quote Reply
CGI error while installing
I'm probably doing/not doing something silly. Upon trying to install I'm getting the message:-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

Any suggestions would be very appreciated Smile

Quote Reply
Re: CGI error while installing In reply to
My first thought is that you didn't upload the auth directory.

If it's there, you may need to set the path to your directory in the db.cgi file. Look for

Code:
# If you run into problems, set $db_script_path to the full path
# to your directory.
$db_script_path = ".";

and set the variable to the full path to your directory. You'll probably find the path displayed somewhere on your FTP program.

Were you trying it as a default user or did you log in?


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





Quote Reply
Re: CGI error while installing In reply to
Thanks.

Seems the auth directory hadn't uploaded. I thought it had so was scratching my head for a while on that one.

I knew it had to be something silly.

Tony Smile