Slap self.  Checked the log files, it's showing that index.cgi is
dying because:
DBI->connect failed:  ERROR: PQQconnectdb() - Missing '=' after
'tuxbiz:localhost.localdomain:5432' in conninfo at
home/httpd/tuxbiz/index.cgi line 138.

Relevant line(s) say:
$q="DBI:$site->{'datadriver'}:$site->{'table'}:$site->{'table_serv'};$site->{'table_port'}";
$dbh=DBI->connect($q, $site->{'store_dbiuser'},
$site-.['store_dbipwd'} );

This, despite the error saying not having access.  Misleading error.
I think the "=" goes after the 'datadriver', or does it go after the
$q on the second line?  Why?  
Ideas welcome.

jeff smith

Reply via email to