
Hi Kieran, On Mon, Jul 14, 2003 at 11:37:21AM +0100, kieran fulke wrote:
[...] Opps... I mean add the "$Self->{IPC} = 0;" line and comment your line 62 in Log.pm out (both). :)
(The IPC stuff seems to be different from Linux, BSD, Mac, ... but is it not working for you Alex?)
that works now, i can log in at least .... 2 new errors for you though ;) (afraid i dont understand much perl, not right now, anyway)
"[Mon Jul 14 11:31:31 2003] index.pl: Use of uninitialized value in concatenation (.) or string at ../..//Kernel/Output/HTML/Admin.pm line 840.
This is just a perl warning, not nice but it would work anyway.
query timed out at /opt/otrs/bin/cgi-bin/../../Kernel/System/CheckItem.pm line 68 [Mon Jul 14 11:33:26 2003] [error] [client 129.159.90.39] Premature end of script headers: /opt/otrs/bin/cgi-bin/index.pl"
this was when i tried to add a user to OTRS.
That's still the problem (dns). .-) It seems that the mx-config option doesn't work because: a) you use mod_perl and you need to restart your httpd because the perl modules (incl. Kernel/Config.pm) compiled on startup b) You added "$Self->{CheckMXRecord} = 0;" not on the right place in Kernel/Config.pm Please check it and move "$Self->{CheckMXRecord} = 0;" to the "own config settings" area. And take care that CheckMXRecord isn't duplicated in Kernel/Config.pm (maybe in the "inserted by installer" area). Here you will find more info how the OTRS config file works: http://doc.otrs.org/1.1/html/configfile.html PS: Also you could try to disable the whole email address checking (RFC syntax) by adding "$Self->{CheckEmailAddresses} = 0;" to Kernel/Config.pm. Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson