OTRS 1.1.1 on XP, Apache 1.3.27
 
Hi. All,
 
I'm new to OTRS and to Apache, just installed both on my computer.
 
The error happens when I enter new user info and submit the form.
It looks like "Internal Server Error" in browser. When I check error.log it shows
"connection failed at C:/Program Files/Apache Group/otrs//Kernel/System/CheckItem.pm line 68".
Line 68 in CheckItem.pm looks like this:
 
..................................
    if (Email::Valid->address(
                -address => $Param{Address},
                -mxcheck => $Self->{ConfigObject}->Get('CheckMXRecord') || 0,
    )) {
..................................
 
I checked, that Email::Valid package is installed in my Active Perl configuration.
 
Does anybody have any clue what I should do next?
Thanks,
 
Anna Sotnichenko