mail not sending with Euro sign €

Moderator: crythias

Locked
magnetmo
Znuny newbie
Posts: 26
Joined: 17 Aug 2015, 11:48
Znuny Version: 2.3.6

mail not sending with Euro sign €

Post by magnetmo »

Hi, I am new to OTRS and Perl, am currently Using 2.3.6 version
When I try to send the Mail with € OR * I got the following Errors,
open body: Invalid argument at otrs-2.3.6/bin/cgi-bin/../../Kernel/cpan-lib/MIME/Entity.pm line 1863.

My default charcset is UTF-8

I cant find out the Problem , Please help me to fix this.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: mail not sending with Euro sign €

Post by jojo »

is the database set to UTF-8? Is OTRS set to UTF-8. What PERL version?

Please note that OTRS 2.3.x is not supported and mantained since years. Please update to OTRS4
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
magnetmo
Znuny newbie
Posts: 26
Joined: 17 Aug 2015, 11:48
Znuny Version: 2.3.6

Re: mail not sending with Euro sign €

Post by magnetmo »

Thanks for your quick reply

My perl version is 5.18

My Db character set is

Variable_name Value
character_set_client utf8
character_set_connection utf8
character_set_database latin1
character_set_results utf8
character_set_server latin1
character_set_system utf8
character_sets_dir /usr/share/mysql/charsets/
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: mail not sending with Euro sign €

Post by jojo »

as you can see some of the character sets are non utf-8. Please also check tables and OTRS database chararcter sets and OTRS settings in config.

But as I said: Upgade to latest version of OTRS (OTRS 4.0.11), 2.3. is old, not secure any more, not supported and will not receive any updates.
Also it might not run with PERL versions later than 5.8.8
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
magnetmo
Znuny newbie
Posts: 26
Joined: 17 Aug 2015, 11:48
Znuny Version: 2.3.6

Re: mail not sending with Euro sign €

Post by magnetmo »

Hi, Ok,

How to I update to OTRS 4 Any Procedure or guidance available, because am new to this OTRS and Perl.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: mail not sending with Euro sign €

Post by jojo »

you have to go through all updates (documented in the admin manuals or UPGRADING documents of each version:

2.3. -> 2.4.latest
2.4.latest -> 3.0.latest
3.0.latest -> 3.1.latest
3.1.latest -> 3.2.latest
3.2.latest -> 3.3.latest
3.3.latest -> OTRS4 latest

If you have no experience you should hire an OTRS expert as this kind if migration can be quite tricky-
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked