mahdy_sharifi

Well-Known Member
Feb 26, 2012
220
1
68
cPanel Access Level
Root Administrator
When we go user Email section to create new email account following error occur :

Code:
Can't find the db: /home2/baghvila/.cphorde/horde.sqlite at /usr/local/cpanel/Cpanel/DAV/Backend/DB/Horde.pm line 36. Cpanel::DAV::Backend::DB::Horde::get_dbh() called at /usr/local/cpanel/Cpanel/DAV/Backend/HordePreference.pm line 168 Cpanel::DAV::Backend::HordePreference::get_preference(Cpanel::DAV::Principal=HASH(0x26855e0), "cpanel", "global_addressbook_shared", undef) called at /usr/local/cpanel/Cpanel/DAV/Preference.pm line 96 Cpanel::DAV::Preference::get_preference("baghvila", "cpanel", "global_addressbook_shared") called at /usr/local/cpanel/Cpanel/DAV/AddressBooks.pm line 932 Cpanel::DAV::Address
guide please
 

24x7server

Well-Known Member
Apr 17, 2013
1,912
99
78
India
cPanel Access Level
Root Administrator
Twitter
Hi,

It appears that the file it is looking for is not present. You can check whether the file is present or not using the below command:
# ls -ld /home2/baghvila/.cphorde/horde.sqlite

Also, check if you have home directory correct (home or home2) rearrangement issue may cause this too.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello @mahdy_sharifi,

Can you run the command below and let us know of any specific error messages?

Code:
/usr/local/cpanel/bin/update_horde_config
Additionally, let us know if the issue persists after running this command, as it should recreate any missing horde.sqlite files.

Thank you.