In Progress CPANEL-42697 - Roundcube Identities Issue

DanielBull

Registered
Apr 11, 2023
2
0
1
Milton Keynes
cPanel Access Level
Reseller Owner
Hi there not sure if anyone can help, I have a pair of WHM/CPanel servers and on one of them I am getting the exact same issue as this guy:

Basically my users cannot create emails as there is no identity filled in by default and if they go and attempt to create an identity they get "An error occurred while saving." when clicking save.

The server which does have the problem is running RoundCube 1.6.0 and WHM 110.0.2 and the one which doesn't have an issue is still on 1.5.2 with 108.0.15.

Looking in the MySQL database there is a large number of tables including "identities" on the 1.5.2 server but on the non working 1.6.0 server there are considerably less and "identities" is not present.

Any help would be appreciated.

Thanks
Daniel
 
Last edited:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,634
2,629
363
cPanel Access Level
Root Administrator
@CAFMCL - that page would be using your support/cPanel Store login.

The fix on that page is to restore the database with this command:

Code:
mysql roundcube < /var/cpanel/roundcube/roundcube.backup.sql
while paying attention to this note:

Note: Each backup contains a date at the end of the file name for example "1677800785". Restore the most recent copy of the backup where the contacts and identities were working successfully.
 

Quark

Member
Nov 8, 2007
7
0
51
This fix restores address books but due to schema changes other items like signatures and canned responses are broken... :( Hopefully a fix is forthcoming! In the meantime BACKUP your last good roundcube DB backup...