Closed PitWenkin closed 3 months ago
Good point about the intl
module - we will add it to the required list in the next release.
As for re-installing missing PHP modules on domain restore, this is a missing feature that we'll look into implementing for a future release.
Actually, I just checked the code and all required PHP modules should already be re-activated on the new system as part of the restore process!
Actually, I just checked the code and all required PHP modules should already be re-activated on the new system as part of the restore process!
Yes, I confirmed too!
After migrating (backing up, deleting, restoring) a virtual server from one server to another, RoundCube failed after login.
I could trace it to a missing php extension
intl
as stated in https://github.com/roundcube/roundcubemail/issues/8755The web app was properly migrated along the rest of the data, but as on this was the first instance of RoundCube on the new server not all required php extensions were installed.
Shouldn't
intl
be listed inscript_roundcube_php_modules
instead ofscript_roundcube_php_optional_modules
Both install instruction for RoundCube 1.5 and 1.6 list it as requiredIs there a check/installation of modules required by web apps during a restoration? Would this have installed
intl
if it had been in the "right" list?