
23 Aug
2007
23 Aug
'07
10:45 a.m.
At 20:15 22/08/2007, Rico Barth wrote:
Hi Tim,
add the line marked with "+" into DB.pm...
if ($Self->{CustomerUserMap}->{Params}->{DSN}) { $Self->{DBObject} = Kernel::System::DB->new( LogObject => $Param{LogObject}, + MainObject => $Param{MainObject}, ConfigObject => $Param{ConfigObject}, DatabaseDSN => $Self->{CustomerUserMap}->{Params}->{DSN}, DatabaseUser => $Self->{CustomerUserMap}->{Params}->{User},
HTH, best regards,
Rico
Hi Rico, Thanks - that fixed the software error (BTW, to me this looks like a bug - should I report this via bugzilla?). -- Tim