V1.9.4 Roundcue not updated

Hi all,
Just updated to v1.9.4 from v1.9.3. Everything is ok except that I noticed that roundcube was not updated it’s still on v1.6.10.

Here is the log:

[ - ] Now applying patches and updates for version v1.9.4…
[ ! ] Updating default web domain templates…
[ ! ] Updating default mail domain templates…
[ ! ] Updating default DNS zone templates…
[ * ] File Manager is up to date (7.13.0)…
[ ! ] Updating File Manager configuration…
[ ! ] Upgrading Roundcube to version 1.6.11…
[ ! ] Update Hestia PHP dependencies…
[ * ] Updating Cloudflare IP Ranges for NGINX…
[ * ] phpMyAdmin is up to date (5.2.2)…

1 Like

Hi @Sapsalinov

Check again the version:

grep RCMAIL_VERSION /var/lib/roundcube/program/include/iniset.php | cut -d "'" -f 4

If you see version 1.6.10, try to update it from command line:

v-add-sys-roundcube
1 Like

Hi @sahsanu
Thanks for fast reply. Here is the result:

1.6.10

Then I run the “v-add-sys-roundcube” there is no output

The version is still 1.6.10.

2 Likes

Execute these commands first:

sed -i -E 's/(^disable_functions.*),proc_open(.*$)/\1\2/' /etc/php/$(php -v | head -n1 | grep -o '[0-9]\.[0-9]')/cli/php.ini
sed -i -E 's/(^disable_functions.*),system(.*$)/\1\2/' /etc/php/$(php -v | head -n1 | grep -o '[0-9]\.[0-9]')/cli/php.ini

And once done, again:

v-add-sys-roundcube
5 Likes

You are a life saver as always, Ty

2 Likes

I cross checked and realized I too had the old version. Got it upgraded now. :innocent:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.