Roundcube Community Forum

Release Support => Release Discussion => Topic started by: romantik on October 15, 2010, 02:33:05 AM

Title: Attachment - Internal error occured while sending mails
Post by: romantik on October 15, 2010, 02:33:05 AM
Hi all,


I have a little problem...

An internal error occured while sending mails, with special chars ( for example: jőrgensson.jpg)

roundcube version: 0.4
mysql Server version: 5.0.77-0.dotdeb.0 (Dotdeb)

What can i do?
Title: Attachment - Internal error occured while sending mails
Post by: SKaero on October 15, 2010, 02:39:41 AM
Read: http://trac.roundcube.net/ticket/1487049
Title: Attachment - Internal error occured while sending mails
Post by: romantik on October 15, 2010, 03:18:00 AM
I've tried modding .htaccess:
php_flag suhosin_simulation Off

It doesn't work for me...:(


What, and where modifying?
sorry, i'm lame.

ps: PHP 5.2.13-0.dotdeb.1 with Suhosin-Patch 0.9.7 (cli) (built: Apr 19 2010 13:26:34)


mysql> SHOW CREATE TABLE session;

| session | CREATE TABLE `session` (
  `sess_id` varchar(40) NOT NULL default '',
  `created` datetime NOT NULL default '0000-00-00 00:00:00',
  `changed` datetime NOT NULL default '0000-00-00 00:00:00',
  `ip` varchar(40) NOT NULL default '',
  `vars` text NOT NULL,
  PRIMARY KEY  (`sess_id`),
  KEY `changed_index` (`changed`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 |
Title: Attachment - Internal error occured while sending mails
Post by: SKaero on October 15, 2010, 03:26:29 AM
The end solution in the ticket was to change the sessions table (in the database) charset for all of the columns to utf8.
Title: Attachment - Internal error occured while sending mails
Post by: romantik on October 15, 2010, 03:47:25 AM
It works!


Thank you for your help!