Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Webmail AddressBook Save Problems

When I try to save any address in the webmail addressbook, it says "An Error Occured while saving." Anyone have any ideas? It's probably a permissions problem with the addressbook database RoundCube uses, but I'll be darn if I can find it...

Posted on Feb 13, 2012 11:49 AM

Reply
2 replies

Feb 15, 2012 4:33 PM in response to Steven Major

I've worked out this problem. It seems that Apple did not update the webmail (Roundcube) database schema. I think Apple went from Roundcube .51 to .52. To fix it, you need to use the Terminal:


server$ sudo -u _postgres psql roundcubemail


This will put you in the Roundcube database, now enter these one at a time EXACTLY:


ALTER TABLE contacts ADD words TEXT NULL;


CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_id);


That's it! I can again save to the Address Book in webmail.

Webmail AddressBook Save Problems

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.