Ticket #1485758 (closed Bugs: fixed)

Opened 18 months ago

Last modified 16 months ago

UNICODE-1-1-UTF-7, UNICODE-1-1-UTF-8

Reported by: Kamik Owned by:
Priority: 5 Milestone: 0.3-stable
Component: PHP backend Version: 0.2.2
Severity: major Keywords:
Cc: eric.appelt@…

Description

PHP Error: Failed to open map file for UNICODE-1-1-UTF-7 in /...../roundcube/program/lib/utf8.class.php on line 0 (GET /?_task=mail&_mbox=INBOX&_refresh=1)

mail header


Return-Path: <dmitry@kolizey.org>
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on server1.koch-its.de
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00,HTML_MESSAGE
	autolearn=ham version=3.2.5
Delivered-To: nik@russ-sterne.de
Received: from ng.pochemu.ru (ng.pochemu.ru [62.205.161.4])
	by mail.koch-its.de (Postfix) with ESMTP id 77450174642
	for <nik@russ-sterne.de>; Fri, 27 Feb 2009 14:47:40 +0100 (CET)
X-Virus-Scanned: by cgpav 4D85RvNrj5fx5f30
Received: from [89.175.160.58] (account dmitry@kolizey.org HELO sinicyncomp)
  by ng.pochemu.ru (CommuniGate Pro SMTP 5.2.10)
  with ESMTPA id 33945186 for nik@russ-sterne.de; Fri, 27 Feb 2009 16:47:04 +0300
Message-ID: <BA4B5366DD9743C2823C55E80EEC6C5E@kolizey.local>
From: "Dmitry Sinitsyn at KOLIZEY.org" <dmitry@kolizey.org>
To: <nik@russ-sterne.de>
References: <d34debc02ff69ae93a9f1c3d8ce37d1b@127.0.0.1>
Subject: =?UTF-8?B?UmU6INCi0LXRgdGCINCT0LXRgNC80LDQvdC40Y8=?=
Date: Fri, 27 Feb 2009 16:46:44 +0300
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_0020_01C998FA.F956EFC0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.5512
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512

This is a multi-part message in MIME format.

------=_NextPart_000_0020_01C998FA.F956EFC0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_0021_01C998FA.F956EFC0"


------=_NextPart_001_0021_01C998FA.F956EFC0
Content-Type: text/plain;
	charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9, =
=D0=B2=D1=8B=D1=81=D1=8B=D0=BB=D0=B0=D1=8E =D0=B2=D0=B0=D0=BC =
=D1=80=D0=B0=D0=B9=D0=B4=D0=B5=D1=80 Comedy Club.

Attachments

Screenshot-RoundCube.png (17.0 KB) - added by Kamik 18 months ago.
message_source.txt (80.2 KB) - added by Kamik 18 months ago.
message source
message_source2.txt (73.1 KB) - added by Kamik 18 months ago.
message source 2

Change History

Changed 18 months ago by alec

  • component changed from Core functionality to PHP backend
  • milestone changed from later to 0.2.1

Works for me. Are You sure, is that message? I don't see any reference to utf-7.

Changed 18 months ago by Kamik

Changed 18 months ago by Kamik

I apologize, mistake PHP here at anything though in logs very often meets.

I apply a screenshot as the mail looks. The most interesting, that I send the same mail on other box on the same server and the charset becomes normal.

Sorry for my english.

Changed 18 months ago by alec

Attach the problematic message source.

Changed 18 months ago by Kamik

message source

Changed 18 months ago by Kamik

message source 2

Changed 18 months ago by alec

  • status changed from new to closed
  • resolution set to fixed

Those messages were ok in my system, so it may be a imap server related. Independently I've add UNICODE-1-1-UTF-7 alias support, so it should fix your issue. Fixed in r2321.

Changed 16 months ago by lacri

  • status changed from closed to reopened
  • cc eric.appelt@… added
  • summary changed from UNICODE-1-1-UTF-7 to UNICODE-1-1-UTF-7, UNICODE-1-1-UTF-8
  • version changed from 0.2-stable to 0.2.2
  • milestone changed from 0.2.1 to 0.3-stable
  • resolution fixed deleted

this is a related error http://trac.roundcube.net/ticket/1485832

i have mass PHP Errors in my log related this.

PHP Error: Failed to open map file for UTL-8 in /var/www/htdocs/roundcube/program/lib/utf8.class.php on line 0
PHP Error: Failed to open map file for UNICODE-1-1-UTF-8 in /var/www/htdocs/roundcube/program/lib/utf8.class.php on line 0
PHP Error: Failed to open map file for ISO-8859-15REPLY-TO in /var/www/htdocs/roundcube/program/lib/utf8.class.php on line 0
PHP Error: Failed to open map file for ISO8859_1 in /var/www/htdocs/roundcube/program/lib/utf8.class.php on line 0

Changed 16 months ago by alec

  • status changed from reopened to closed
  • resolution set to fixed

Fixed in r2503. Only "UTL-8" will generate error message now.

Note: See TracTickets for help on using tickets.