Opened 5 years ago

Closed 3 years ago

Last modified 3 years ago

#1484982 closed Bugs (worksforme)

Message body blank

Reported by: nnonix Owned by:
Priority: 5 Milestone: 0.2-beta
Component: MIME parsing Version: 0.1.1
Severity: normal Keywords: Message Body,
Cc: m.duelli@…

Description

Message bodies are not parsed correctly (blank). This occurs with all messages in my inbox. A very simple example message was uploaded with upload id: 20080411_181744_6.

Error logs show several instances of the error: PHP Warning: array_flip() [<a href='function.array-flip'>function.array-flip</a>]: Can only flip STRING and INTEGER values! in /var/www/sites/webmail.bkjohnson.com/program/include/rcube_imap.inc on line 2554

This is a new manual installation (as directed by INSTALL) on an Ubuntu Feisty Server (php5, apache2, etc).

Change History (7)

comment:1 Changed 5 years ago by alec

  • Milestone changed from later to 0.1.2

comment:2 Changed 5 years ago by alec

  • Component changed from Client Scripts to MIME parsing
  • Resolution set to worksforme
  • Status changed from new to closed

Works for me with svn-trunk version.

comment:3 Changed 4 years ago by maro

  • Resolution worksforme deleted
  • Status changed from closed to reopened

Hi, i have in my log similar message. Using Complete 0.3-stable version.

PHP Warning: array_flip() [<a href='function.array-flip'>function.array-flip</a>]: Can only flip STRING and INTEGER values! in /opt/roundcube.net/0.3/program/include/rcube_imap.php on line 2873

comment:4 Changed 4 years ago by alec

OK, you have a warning, but something is not working?

comment:5 Changed 4 years ago by maro

I have no idea, if some user was affected. I'm just curious why should stable version generate warnings... Is rather unusual having error log filled with php warnings and to hear that everything works fine ;)

comment:6 Changed 3 years ago by alec

  • Resolution set to worksforme
  • Status changed from reopened to closed

what about 0.3.1?

comment:7 Changed 3 years ago by duelli

  • Cc m.duelli@… added

Just for the protocol. We also saw this error once in our log files with current SVN trunk:

[03-Dez-2009 11:21:52] PHP Warning:  array_flip() [<a href='function.array-flip'>function.array-flip</a>]: Can only flip STRING and INTEGER values! in /srv/roundcube/program/include/rcube_imap.php on line 2975
[03-Dez-2009 11:26:57] PHP Warning:  array_flip() [<a href='function.array-flip'>function.array-flip</a>]: Can only flip STRING and INTEGER values! in /srv/roundcube/program/include/rcube_imap.php on line 2975
[03-Dez-2009 11:32:03] PHP Warning:  array_flip() [<a href='function.array-flip'>function.array-flip</a>]: Can only flip STRING and INTEGER values! in /srv/roundcube/program/include/rcube_imap.php on line 2975

Nevertheless, no user complained or anything. No broken functionality known.

Note: See TracTickets for help on using tickets.