Bugs in Hestia 1.9.5

Thanks i followed the instructions through the 2 threads i saw and now when i check its 1.6.15 Any idea how the roundcube did not update correctly?

Nop, sorry.

my solution
cd /var/lib/roundcube
composer update --ignore-platform-req=ext-ldap
systemctl restart apache2

Did work for me… still: Oops… something went wrong!

An internal error has occurred. Your request cannot be processed at this time.

For administrators: Please check the application and/or server error logs for more information.

Me too
still have problem with SSL not working well on webmail

A reboot was ~forced upon my server:

Linux ``vps3.domain.com`` 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64

And now webmail is working. :smiley:

I guess the unattended upgrade auto-restart did that for me before I saw your apparently-valid reply, thank you. :slight_smile:

hi, after upgrade to 1.9.5 i have same emails that i only see "Oops… something went wrong!

An internal error has occurred. Your request cannot be processed at this time.

For administrators: Please check the application and/or server error logs for more information."

I already solve the the ssl issue with the sahsanu patch.

But the the error in some email sill persists.

what would that be?

@joaomcs

Install composer for administrator user, if the user is not admin replace it with the right user.

v-add-user-composer admin

If it is not installed, the command will install it for the admin user and if you had it already installed, you will be informed. So, now that it is installed you can update composer packages using the full path to composer.

cd /var/lib/roundcube/
COMPOSER_ALLOW_SUPERUSER=1 /home/admin/.composer/composer -n update

as I don’t have the issue on any of my updated installs, my guess here is, that this might only happen if the main admin user on the install is not “admin” in the first place.

maybe if that composer install is part of the update, it is somehow not working for custom named admin users?

edit: scratch that, see below.

Hi Sahsanu, i login via ssh to my server and as root i run tth ecmd and get this v-add-user-composer admin
v-add-user-composer: command not found

my admin user is admin

seems like the hestia bin folder is not in your path for root. what OS are you using and how do you become root?

ubuntu 20.04 and i became root with sudo su

I think sudo su doesn’t set the PATH variable. try using sudo -i or sudo su - instead.

you can also always run the command with the full path:

/usr/local/hestia/bin/v-add-user-composer admin

Thank you for your help. I logged as root via ssh and the cmd run and the update was also made. :folded_hands:

Now is working.

Thank you for your help. I logged as root via ssh and the cmd run and the update was also made. :folded_hands:

Now is working.

just had the chance to test this on some older installation. while it fixes the missing libraries it also updates the whole roundcube install, so that it needs at least php 8.1 …
this will be an issue with domains still running 7.4 or the likes. just be aware :wink:

I strongly suggest to ugprade to 22.04 at least, as 20.04 isnt supported anymore.

Thank you Raphael, i am planning to do the upgrade to 24.04 or 26.04 if is already supported by hestia :folded_hands:

whats the best way to upgrade in place from Ubuntu 20.04 to 22.04?