
On Friday, June 11, 2004 8:25 PM
Jamie L. Penman-Smithson
I've turned on debugging for all modules and still I can't see anything which would explain what's happening...
Me not either... let's see...
[Fri Jun 11 18:59:09 2004][Debug][Kernel::Language::Get][188] ->Get('Fri') Is not translated!!! [Fri Jun 11 18:59:09 2004][Debug][Kernel::Language::Get][188] ->Get('Jun') Is not translated!!!
No problem with these.
...and httpd-error.log seems to suggest that I'm missing some config parameters - this doesn't look as though it'd cause OTRS to segfault though?
Error: Config.pm No value for [...lalala...] in Config.pm found!
We're throwing errors here, in fact, these should be warnings, yes:
The last several lines are:
...all ok.
Then the same line repeated about 40 times:
Debug: Config.pm ->Get('DefaultCharset') --> iso-8859-1
Don't care.
Then it just segfaults again:
[Fri Jun 11 19:13:12 2004] [notice] child pid 83975 exit signal Segmentation fault (11)
Did you install Apache via a package or did you compile it yourself? I get the impression this is no real OTRS problem, but merely an Apache/Perl combi. What I could think of was disabling IPC session management ftm, although your system might well support it. Do so by using one these settings (default shown): $Self->{SessionModule} = 'Kernel::System::AuthSession::IPC'; # $Self->{SessionModule} = 'Kernel::System::AuthSession::DB'; # $Self->{SessionModule} = 'Kernel::System::AuthSession::FS'; Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388