Hi,
I have done the upgrade to version 0.4.2 on an existing 0.3.1 installation.
It seems I fixed most of the issues on this Centos 5 server by installing a lot of php-pear packages.
But I thought I had this covered with the proper package but it seems email handling still fails with the following error in the log:
roundcube: PHP Fatal error: Call to undefined method Mail_mime::getHTMLBody() in /var/www/html/roundcubemail/program/steps/mail/sendmail.inc on line 109
I'm currently using centos 5 on the server with all the normal upgraes and use PHP from the Utterramblings repository.
I must be missing something obviously but I just fail to see what this time. So I open to suggestions.
php-pear.noarch 1:1.9.1-1.jason.1 installed php-pear-Auth-SASL.noarch 1.0.2-4.el5.centos installed php-pear-Date.noarch 1.4.7-2.el5.centos installed php-pear-File.noarch 1.2.2-1.el5.centos installed php-pear-HTTP-Request.noarch 1.4.2-1.el5.centos installed php-pear-MDB2.noarch 2.4.1-2.el5.centos installed php-pear-MDB2-Driver-mysql.noarch 1.4.1-3.el5.centos installed php-pear-Mail.noarch 1.1.14-1.el5.centos installed php-pear-Mail-Mime.noarch 1.4.0-1.el5.centos installed php-pear-Net-SMTP.noarch 1.2.10-1.el5.centos installed
On 22.10.2010 07:14, Hugo van der Kooij wrote:
roundcube: PHP Fatal error: Call to undefined method Mail_mime::getHTMLBody() in /var/www/html/roundcubemail/program/steps/mail/sendmail.inc on line 109
From README file:
On Fri, 22 Oct 2010 08:25:30 +0200, "A.L.E.C" alec@alec.pl wrote:
On 22.10.2010 07:14, Hugo van der Kooij wrote:
roundcube: PHP Fatal error: Call to undefined method Mail_mime::getHTMLBody() in /var/www/html/roundcubemail/program/steps/mail/sendmail.inc on line 109
From README file:
- PEAR packages distributed with Roundcube or external:
- MDB2 2.5.0 or newer
- Mail_Mime 1.7.0 or newer
- Net_SMTP 1.4.2 or newer
Right. I fixed it by installing the 2.2 MB TGZ (Stable) file instead of the 1.7 MB TGZ (dependent) file.
Obviously a glitch of mine in reading the documentation.
Thanks, Hugo.