Database Malformed Error From Horde On New Install

devonblzx

Member
Feb 16, 2007
9
0
151
I get a database malformed error when trying to create email accounts. Attached is the screenshot.

The operation “GET” “/cpsess1524211469/json-api/cpanel?cpanel_jsonapi_version=2&cpanel_jsonapi_module=Email&cpanel_jsonapi_func=addpop&email=aaa2&password=test1234"a=1024&domain=****.com&cache_fix=1438215144335” failed with a “The system could not create the calendar “Calendar” for “[email protected]****.com”: DBD::SQLite::db selectall_arrayref failed: database disk image is malformed
The email account appears to create just fine, but it looks like the Horde sqlite database is corrupted and I can't figure out how to delete it / recreate it. Removing the horde RPMs and using --fix doesn't appear to fix the database.

Any advice would be greatly appreciated.

Thank you.
 

Attachments

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

Could you let us know which error messages you receive when running the command below?

Code:
 /usr/local/cpanel/bin/update_horde_config --user=$username --full --progress
You can replace $username with the actual username of the account.

Thank you.