I would like to import a csv from thunderbird addressbook to egroupware contacts. If I do that, I get the following error:
***** Start of error *****
Database error
Invalid SQL: REPLACE INTO egw_addressbook (contact_owner,contact_private,n_family,n_given,n_fn,contact_modified,contact_modifier,,contact_id) VALUES (6,0,'F�rer','Olivia','Olivia F�rer',1257152364,6,'contact_etag=contact_etag+1',0):
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'contact_id) VALUES (6,0,'F�rer','Olivia','Olivia F�rer',1257152364,6,'' at line 1
***** End of error *****
(Yes I allready found this issue in the forum, but it I didn't find a post which helped me! :-) )
So the problem seems to be, that there is an empty entry in front off contact_id...? --> The two commas! Where does this come from? How can I fix it?
I found information about a patch to this problem, but I wasn't able to download the patch, because I have no password to it.... How do I get access? What does the patch?