Thank you very much, the solution worked perfectly. Now just waiting for their official fix. Cheers!
2 Likes
Iâve opened this issue:
1 Like
If you want to apply the official fix.
cd /var/lib/roundcube/program/actions/mail/
curl https://raw.githubusercontent.com/roundcube/roundcubemail/6b137adda9b042c3742b0f968692e95ed367d3d1/program/actions/mail/search.php -o search.php
As you applied the workaround, you should revert it:
cd /var/lib/roundcube/program/lib/Roundcube/
mv rcube_imap_generic.php.bak rcube_imap_generic.php
3 Likes
+1 for the above working and thanks to @sahsanu for the write up. I upgraded as root from 1.6.11 direct to 1.6.14.
I assume that after testing the update it is safe to remove the files backed up and moved from the /tmp folder?