Ticket #1483856 (closed Bugs: fixed)

Opened 4 years ago

Last modified 4 years ago

cannot open mails with attachment

Reported by: vikrant Owned by:
Priority: 4 Milestone:
Component: PHP backend Version: later
Severity: critical Keywords:
Cc:

Description

After upgrade to latest svn snapshot and updating the main.inc.php and db.inc.php cannot open any mails with attachment.

Other mails open fine.

Change History

Changed 4 years ago by jpingle

Confirmed on two different installations I have using SVN rev 266.

I get the following in roundcube's error log:

[27-Jun-2006 10:00:28] PHP Fatal error:  Using $this when not in object context in /usr/home/webmail/roundcubemail/program/include/rcube_imap.inc on line 1722

program/include/rcube_imap.inc line 1722 is:

return rcube_charset_convert($input, $this->default_charset);

It appears to have been introduced when the default charset changes were made in rev 264 (See http://trac.roundcube.net/trac.cgi/changeset/264 )

Changed 4 years ago by thomasb

  • status changed from new to closed
  • resolution set to fixed
  • component changed from Client to PHP backend
Note: See TracTickets for help on using tickets.