Gossamer Forum
Home : Products : DBMan : Installation :

Error: $db_script_path

Quote Reply
Error: $db_script_path
The $db_script_path again. Permissions set correctly; everything up in ASCII but I keep getting the dreaded line 51 problem.

I have used the following (among others including adding/html.pl)for the script path and have received these system replies:

# 1. require $db_script_path . "/home/atlantic/atlanticgateways-www/cgi-bin/dbman";

Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate ./home/atlantic/atlanticgateways-www/cgi-bin/dbman in @INC
(@INC contains: . /usr/lib/perl5/i386-linux/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl .)
at default.cfg line 51.

#2 require $db_script_path . ".";

Error Message: Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: .. did not return a true value at default.cfg line 51.

I assume that I am missing something obvious, just what it is I don't know.

Regards,
Paul

Quote Reply
Re: Error: $db_script_path In reply to
Not "require."

The line is

$db_script_path = ".";


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