
Hi Bryan, On Tue, Oct 29, 2002 at 09:06:22AM -0500, Bryan Fullerton wrote:
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)
Ja, that looks ok. But check your Kernel/Config.pm (perl -cw Kernel/Config.pm). There is an perl syntax error. PS: What do you think about http://lists.otrs.org/pipermail/otrs/2002-October/000401.html?
Bryan
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Perfection is our goal, excellence will be tolerated. -- J. Yahl