RoundCube "Oops... something went wrong!" after transfer to new server
Hello,
I transferred an account from one cPanel server to another of same version.
Now RoundCube throws "Oops... something went wrong!" after transfer to new server.
I'm not sure where to start to troubleshoot this. Other accounts on same server have not issue with RoundCube and function as expected.
Only this one account is throwing "Oops... something went wrong!" after transfer to new server.
Any direction would be great.
-
To add to the mystery, in cpanel the default user can access roundcube with no errors.
However, the one mailbox in the account gets a "Oops... something went wrong!" when trying to access roundcube.
I looked for error logs and did not see any yet.
0 -
I found a few error files
- carddav.log
- errors.log
- .php.error.log
They do show errors. I Can see
- ERROR: [1] no such table: carddav_addressbooks in carddav.log
- PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in php.error.log
- DB Error: [1] no such table: carddav_addressbooks (SQL Query: SELECT * FROM carddav_addressbooks WHERE (("user_id" = '3'))) in errors.log
It looks like thus user is missing carddav_addressbooks?
0 -
But why would this one mailbox have a problem and not any other on the server or even in the same account?
0 -
The most likely explanation is that the Roundcube database was corrupted somehow. Can you try working through this article and see if that takes care of the issue for that user?
0 -
Thank you. I'll do this today.
0 -
Hello,
This fixed the issue. Thank you.
o allow RoundCube to start from the beginning without attempting to restore any previous settings or contacts.
- Rename the file <email_user>.rcube.db to <email_user>.rcube.db.bak or move it out of the folder
- For servers running PHP-FPM for the cPanel service the service should be restarted
-
-
/scripts/restartsrv_cpanel_php_fpm --stop
-
/scripts/restartsrv_cpanel_php_fpm --start
-
-
- Attempt to access RoundCube again
2 -
Glad to hear you found a solution!
0 -
Me too! :-)
1
Please sign in to leave a comment.
Comments
8 comments