
29 Oct
2002
29 Oct
'02
2:06 p.m.
Oh yeah, one thing I was reminded of by upgrading to BETA8, I had to make this change to Kernel/Config.pm because my PostgreSQL server isn't localhost. 117c117 < # $Self->{DatabaseDSN} = "DBI:Pg:dbname=$Self->{Database};"; ---
$Self->{DatabaseDSN} =
"DBI:Pg:dbname=$Self->{Database};host=$Self->{DatabaseHost};"; (I'm pretty sure this isn't why things aren't working, as I did the same thing with BETA7) Thanks, Bryan