I found my problem. Line 1086 of func.inc was: $$part->ctype_parameters['charset'] = $MESSAGE['headers']->charset;
Changing it to: (remove one $) $part->ctype_parameters['charset'] = $MESSAGE['headers']->charset;
Corrected the error and I can now view messages I previously couldn't.
Matt Kaatman wrote:
Can anyone open up Robin's two emails from 9:19 and 9:51 within roundmail?
I get a blank screen and in the log I get:
[15-Nov-2006 09:37:34] PHP Catchable fatal error: Object of class rcube_message_part could not be converted to string in /var/www/round/trunk/roundcubemail/program/steps/mail/func.inc on line 1086
Thanks, Matt