
HI All! I use: System: RedHat 9.0 MySQL: 3.23.54a-11 Apache: 2.0.40-21 OTRS: 1.2.1-01 When I set $Self->{DefaultCharset} = 'utf-8'; and go to URL http://my_web)host/otrs/index.pl I receive a mistake Server error! The server encountered an internal error and was unable to complete your request. Error message: Usage: Apache::RequestRec::BINMODE(r) at /opt/otrs//Kernel/System/Encode.pm line 224. If you think this is a server error, please contact the webmaster Error 500 10.11.12.2 Thu 19 Feb 2004 03:12:56 PM EET Apache/2.0.40 (Red Hat Linux) What can it be? Regards, Michael K.

Hi Michael, what version of mod_perl do you use? -Martin On Thu, Feb 19, 2004 at 04:30:17PM +0200, MK wrote:
HI All!
I use: System: RedHat 9.0 MySQL: 3.23.54a-11 Apache: 2.0.40-21 OTRS: 1.2.1-01
When I set $Self->{DefaultCharset} = 'utf-8'; and go to URL http://my_web)host/otrs/index.pl I receive a mistake
Server error!
The server encountered an internal error and was unable to complete your request.
Error message: Usage: Apache::RequestRec::BINMODE(r) at /opt/otrs//Kernel/System/Encode.pm line 224.
If you think this is a server error, please contact the webmaster
Error 500
10.11.12.2 Thu 19 Feb 2004 03:12:56 PM EET Apache/2.0.40 (Red Hat Linux)
What can it be?
Regards, Michael K. _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting f?r Ihr OTRS System? => http://www.otrs.de/
Martin Edenhofer -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!

Hi michael
is posible that the error this apache
in /etc/httpd/conf/httpd.conf
to change the line
defaultcharset
to utf-8.
if not this is see if the apache have the soport for utf-8
bye.
Leonardo
Mensaje citado por MK
HI All!
I use: System: RedHat 9.0 MySQL: 3.23.54a-11 Apache: 2.0.40-21 OTRS: 1.2.1-01
When I set $Self->{DefaultCharset} = 'utf-8'; and go to URL http://my_web)host/otrs/index.pl I receive a mistake
Server error!
The server encountered an internal error and was unable to complete your request.
Error message: Usage: Apache::RequestRec::BINMODE(r) at /opt/otrs//Kernel/System/Encode.pm line 224.
If you think this is a server error, please contact the webmaster
Error 500
10.11.12.2 Thu 19 Feb 2004 03:12:56 PM EET Apache/2.0.40 (Red Hat Linux)
What can it be?
Regards, Michael K. _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

Hi Leonardo! On Fri, Feb 20, 2004 at 09:36:20AM -0500, Leonardo Amezquita wrote:
is posible that the error this apache in /etc/httpd/conf/httpd.conf
to change the line
defaultcharset
to utf-8.
if not this is see if the apache have the soport for utf-8 bye.
I have set in /etc/httpd/conf/httpd.conf value AddDefaultCharset UTF-8, but it has given nothing The server of error does not give out, only if comment a line 224, /opt/otrs/Kernel/System/Encode.pm ---%< ------- 221 ..... 222 foreach (@Array) { 223 if (defined($_) && ref($_) eq 'GLOB') { 224 # binmode($_, ":utf8"); 225 } 226 } 227 ...... ---%< ------- but it's not correct If to use other coding, for example cp1251 all perfectly works
Regards, Michael Kravchuk Entri ltd.
participants (4)
-
Leonardo Amezquita
-
Martin Edenhofer
-
Michael Kravchuk
-
MK