Description of problem: /var/log/roundcubemail/errors: PHP Warning: array_merge(): Argument #1 is not an array in /usr/share/pear/Net/Sieve.php on line 312 Version-Release number of selected component (if applicable): php-pear-Net-Sieve-1.3.4-1.fc22.noarch How reproducible: Always. Steps to Reproduce: 1. Configure roundcubemail + sieve: /etc/roundcubemail/config.inc.php: ... $config['managesieve_usetls'] = true; $config['managesieve_conn_options'] = array( 'ssl' => array( 'cafile' => '/etc/pki/tls/certs/ca.example.org.crt', ), ); ... 2. Login to roundcubemail and open sieve filters. 3. Check log-file /var/log/roundcubemail/errors.
This is only a warning. According to Net_Sieve code... this is not fixed.. merging NULL + given array. Can you please report this upstream ? http://pear.php.net/bugs/report.php?package=Net_Sieve
See https://github.com/pear/Net_Sieve/pull/6 @ArcFi can you please test the proposed fix ?
(In reply to Remi Collet from comment #1) > Can you please report this upstream ? > http://pear.php.net/bugs/report.php?package=Net_Sieve Done: https://pear.php.net/bugs/bug.php?id=20983 (In reply to Remi Collet from comment #2) > See https://github.com/pear/Net_Sieve/pull/6 > @ArcFi can you please test the proposed fix ? This patch resolves the issue. Thank you.
php-pear-Net-Sieve-1.3.4-4.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-92199cc75e
php-pear-Net-Sieve-1.3.4-4.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-5cf44b35b2
php-pear-Net-Sieve-1.3.4-4.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-cf039cefc4
php-pear-Net-Sieve-1.3.4-4.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-92199cc75e
php-pear-Net-Sieve-1.3.4-4.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-5cf44b35b2
php-pear-Net-Sieve-1.3.4-4.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
php-pear-Net-Sieve-1.3.4-4.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
php-pear-Net-Sieve-1.3.4-4.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.