Roundcube 0.6: saving contacts problem

mdr

Verified User
Joined
Apr 19, 2006
Messages
61
Location
Zaventem
I'm facing problems saving contacts in the roundcube address book.
(An error occured while saving).

Current version of roundcube is 0.6

If someone could point me into the right direction on where to look for possible issues ;-)
 
Please paste the errors in the logs from Roundcube. Then we can see whats the problem, I guess the SQL is not executed for modification.
 
Hi Davy,

This is the error:
----
DB Error: MDB2 Error: no such field Query: _doQuery: [Error message: Could not execute statement] [Last executed query: INSERT INTO contacts (user_id, changed, del, `vcard`, `name`, `email`, `firstname`, `surname`, `words`)
----

I notice the col 'words' isn't in my db so this is most likely the issue.
 
Then you need to untar the .tar.gz and check the SQL file for the latest modification queries.
 
Back
Top