Roundcube Internal Error Oops... something went wrong!

Greetings to all:

I installed hestiacp latest version on a vps ubuntu 20.04 PHP 7.4

When configuring the emails and trying to load webmail roundcube I get an internal error that does not allow the roundcube main page to load.

The emails work fine in my incoming and outgoing email manager. Everything works but when I want to load RoundCube I get an error

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.

Can someone help me solve this problem.

Thank you!!

Hi @digital21,

Execute these commands as root to fix it:

chown -R hestiamail:hestiamail /etc/roundcube/
find /etc/roundcube/ -type f -iname "*php" -exec chmod 640 {} \;
17 Likes

Thanks for sharing your knowledge!! solved the problem

1 Like

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