
Hi David, On Fri, Nov 29, 2002 at 02:41:01PM +0100, Krcek, David wrote:
The Syntax is Ok and the Session;odule was already set to "Kernel::System::AuthSession::IPC"
Ok. The problem is, that the Kernel/Config/Session.pm isn't used because the Kernel::System::AuthSession::DB and not IPC is used (see your error message)! It's loaded in Kernel/Config.pm [...] # ----------------------------------------------------# # sub config files # # funktion in sub config module => sub config module # # ----------------------------------------------------# $Self->{SubConfigs} = { LoadPostmaster => 'Kernel::Config::Postmaster', LoadNotification => 'Kernel::Config::Notification', LoadSession => 'Kernel::Config::Session', [...] Anyway, If you get it not working, you can use our new config system from CVS. Update http://otrs.org/cgi-bin/cvsweb.cgi/otrs/Kernel/Config.pm.dist as Kernel/Config.pm and http://otrs.org/cgi-bin/cvsweb.cgi/otrs/Kernel/Config/Defaults.pm as Kernel/Config/Defaults.pm (new file). Then you have just this two (Kernel/Config.pm and Kernel/Config/Defaults.pm) files instead of the SubConfigs.
David
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.