Page 1 of 1

Roundcube CONFIGURATION ERROR

Posted: Mon Apr 04, 2022 1:35 pm
by srv
I had a working roundcube under my hostname (my.host.name/webmail) under php74 on fresh debian11 server.
Everything worked as it should but I changed php version for my hostname from php74 to php80. I saw an error that it only works in php lower than 8.

Code: Select all

"Unsupported PHP version. Required PHP >= 5.4 and < 8.0. "
OK, so I changed php versions back to 74 and now under my.host.name/webmail I see an error message:

Code: Select all

CONFIGURATION ERROR
config.inc.php was not found.
Please read the INSTALL instructions!
Roundcube was already installed and has worked as expected. What do I have to do now to make it work again as before ?

Re: Roundcube CONFIGURATION ERROR

Posted: Mon Apr 04, 2022 1:40 pm
by myVesta
viewtopic.php?f=7&t=37
a stuff under third point

Re: Roundcube CONFIGURATION ERROR

Posted: Mon Apr 04, 2022 2:42 pm
by srv
Thank you, I have changed the group permission and it is working again.