December 19, 2009

Fix Horde Save Address Error

When attempting to save an e-mail address in the account manager in Horde you get an error,
and that e-mail doesn't get saved... at all! This small and simple how-to is how to fix this problem,
so that you, and your webhosting customers can save e-mails (contacts) in Horde.


1. Login to your server via SSH

2. Type: mysql

3. Copy & Paste this:

CREATE TABLE horde.turba_objects (object_id varchar(32) PRIMARY KEY,owner_id varchar(255),object_name varchar(255),object_alias varchar(32),object_email varchar(255),object_homeAddress varchar(255),object_workAddress varchar(255),object_homePhone varchar(25),object_workPhone varchar(25),object_cellPhone varchar(25),object_fax varchar(25),object_title varchar(32), object_company varchar(32),object_notes text); insert into mysql.tables_priv values("%","horde","horde","turba_objects","root@localhost",now()+0,"Select,Insert,Update,Delete",""); flush privileges;

4. Exit Horde (if you are in it) and login again. Saving E-Mails (Contacts) now works in Horde.

No comments:

Post a Comment