
Hi Martin, The Syntax is Ok and the Session;odule was already set to "Kernel::System::AuthSession::IPC" David -----Ursprüngliche Nachricht----- Von: Martin Edenhofer [mailto:martin@edenhofer.de] Gesendet: Freitag, 29. November 2002 12:42 An: otrs@otrs.org Cc: david_krcek@ibex-ag.de Betreff: Re: [otrs] session to old Hi David, On Fri, Nov 29, 2002 at 12:27:18PM +0100, Krcek, David wrote:
Strange! What OTRS version do you use? Version 0.5-Beta8 Free-bsd is in Version: 4.7
It looks like the Kernel/Config/Session.pm is broken. Check it with "cd $OTRS_HOME" and "perl -cw Kernel/Config/Session.pm". Is the syntax OK? If it's OK, try to change the SessionModule to "Kernel::System::AuthSession::IPC" (don't forget to restart the webserver if you use mod_perl). And now?
PS: You have to be subscribed on the list to post on it! :) Ähhh i'm join the list....
Ja, but not with the sender address. Sender is your_name@tld and the subscribed is your.name@tld.
Hmm that's strange :)
:)
David
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.

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.
participants (2)
-
Krcek, David
-
Martin Edenhofer