-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I just picked the App-OTRS-CreateTicket 1.16: https://github.com/mbeijen/App-OTRS-CreateTicket
Then I pulled in some data, and it worked fine, but when I passed non english characters I get Internal server error.
Details:
./bin/otrs.CreateTicket.pl --Server otrs4 --UserLogin root@localhost --Password ****** --Title 'SOAP teszt QUEUE' --CustomerUser sandor.dombora --Body 'Teszt ticket Bélától .... ' --Queue 'Raw' --Type Incident
./bin/otrs.CreateTicket.pl version 1.16
Content-Length header value was wrong, fixed at /usr/share/perl5/LWP/Protocol/http.pm line 189.
syntax error at line 1, column 49, byte 49 at /usr/lib64/perl5/XML/Parser.pm line 187
<title>500 Internal Server Error</title>Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.15 (CentOS) Server at otrs4 Port 80 at ./bin/otrs.CreateTicket.pl line 186
I did not find anything in log files.
OTRS version: 4.0.7, CentOS release 6.6 (Final)
Console charset set to UTF8: $LANG=hu_HU.UTF-8
The issue occures when I pass the "Bélától" word at the end of message and I also need hungarian characters in other fields too, which fails too.