Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [s101] CGI ERROR

Quote Reply
Re: [s101] CGI ERROR In reply to
Hi,

It wont have anything to do with PHP, as this is a Perl script =)

In db.cgi, try changing:

Code:
$db_script_path = ".";

To the full path for DBMan... so like:

Code:
$db_script_path = "/full/path/to/where/script/is";

See if that helps

Quote:
One other thing that I noticed is that the db.cfg file calls for "auth" and not "auth.pl" would that make a difference?

I don't really work with DBMan, but it looks like thats actually a directory:

Code:
# Full path and file name of the authorization directory.
$auth_dir = $db_script_path . "/auth";

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread CGI ERROR s101 17439 Apr 30, 2015, 6:55 PM
Thread Re: [s101] CGI ERROR
Andy 17116 May 1, 2015, 9:18 AM
Thread Re: [Andy] CGI ERROR
s101 17085 May 2, 2015, 10:20 AM
Thread Re: [s101] CGI ERROR
Andy 17085 May 3, 2015, 1:23 AM
Post Re: [Andy] CGI ERROR
delicia 17061 May 3, 2015, 7:55 AM
Post Re: [Andy] CGI ERROR
s101 17047 May 4, 2015, 7:50 AM
Post Re: [s101] CGI ERROR
jgold723 17051 May 4, 2015, 4:02 AM