Dear RC dev team.
I have done several days before a
git pull php composer.phar update --no-dev -vvv bin/update.sh
in my roundcube directory and a Since them I get the following error and I'm unable to send mails.
[11-Jul-2015 15:43:52 Europe/Vienna] PHP Fatal error: Call to undefined method Mail_mimePart::encodeHeader() in /home/phpapps/apps/roundcubemail/vendor/pear/mail_mime/Mail/mime.php on line 1312
The suggested workaround on this site helps but I would prefer a fix. https://stackoverflow.com/questions/31136532/fatal-php-error-in-roundcube-mi...
How can I support you to fix this issue?
######## php5 -v PHP 5.6.10-1+deb.sury.org~precise+1 (cli) Copyright (c) 1997-2015 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies ######## ######## Roundcube Webmail 1.2-git [GIT 20150708.2158]
Copyright © 2005-2015, The Roundcube Dev Team
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Some exceptions for skins & plugins apply. Installierte Plugins Erweiterung Version Lizenz Quellcode Attachment Reminder 1.1 GPLv3+ emoticons 1.4 GPLv3+ filesystem_attachments 1.0 GPLv3+ jqueryui 1.10.4 GPLv3+ markasjunk 1.2 GPLv3+ userinfo 1.0 GPLv3+ ######
Cheers Aleks
Am 11-07-2015 16:04, schrieb Aleksandar Lazic:
Dear RC dev team.
I have done several days before a
git pull php composer.phar update --no-dev -vvv bin/update.sh
I have solved this issue with the following command.
php composer.phar update --no-dev -vvv --prefer-lowest
Cheers Aleks