That is the greatest thing I have came across in a long time!Originally posted by netazoid
From cPanel support...
To correct the problem with the Horde address book not working correctly, you will need to SSH into your server as root, and type "mysql" to get a mysql prompt. Enter the following queries, and your problem should be fixed:
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","[email protected]",now()+0,"Select,Insert,Update,Delete","");
flush privileges;
Worked for me.
Not a problem since nobody was able to put anything in there on my server.Originally posted by Yogesh
Hello folks ,
When you use follwing command using MYSQL, Please carefull because this command deletes all previous contents in address book on server.
You can take the backup of these address before using command.
Thanks.![]()
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
R | Horde Addressbook problem | 0 | ||
R | Horde AddressBook Sharing? | 0 | ||
D | Horde Addressbook | 0 | ||
C | Delete entries in Horde Addressbook | 1 | ||
E | Horde's addressbook, notes, etc gone after upgrade | 0 |