Gossamer Forum
Home : Products : DBMan : Installation :

CGI error

Quote Reply
CGI error
After I upload everything and change attributes
I had this message from the debug script:
(Please tell me what to do, thx)
CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate http://ahchat.uhome.net/cgi-bin/html.pl in @INC (@INC contains: http://ahchat.uhome.net/cgi-bin /usr/local/lib/perl5/5.6.0/i386-freebsd /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/i386-freebsd /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl .) at default.cfg line 51.
Compilation failed in require at db.cgi line 51.

Quote Reply
Re: CGI error In reply to
My guess is that you set the $db_script_path variable in the db.cgi script to a URL. If it is to be set at all, it must be set to a path, not a URL.

However, try it with the default value first -- $db_script_path = "."; -- and see if that works for you. In two years of working with this script, I have only seen a couple of people that needed to change that variable.


JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: CGI error In reply to
Thanks, I was missunderstand this path as a URL,
Thanks again for helping

Quote Reply
Re: CGI error In reply to
No problem. It's a pretty common error. Smile


JPD
http://www.jpdeni.com/dbman/