-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vCard v4 contact entries with photos vanish #859
Comments
GitMate.io thinks possibly related issues are #16 (Problems while import vcards), #324 (VCard version), #176 (problems with huge addressbooks), and #779 (Additional phone number field not found). |
Hello! Therefore, your vcard can't be read :) |
You're right; there are some situations where the CardBook plugin creates wrong vcard entries! Inbetween: would it be possible to fix the entries by hand? Where are the vCards stored? In the database? |
Yes, you can fix manually the entity and import it back :) The vcard is already in your nextcloud database? You imported it before updating to contacts 3.0? |
Yes, the vcards were already in my database. Fortunately there were only a few entries to fix :-) |
Awesome! Thanks for your feedback :) |
Describe the bug
I synchronize my NC addressbooks with Thunderbird and the plugin CardBook.
With that plugin I'm able to change all vCard entries of an addressbook to v4.
After doing this, when I go to the NC contacts app and click to a v4 entry with integrated photo, a message pops up saying "The contact doesn't exist anymore at the server"
So I assume there is either something wrong with the v4 entry or the NC app interprets something different as the Thunderbird's CardBook plugin.
BTW, why are exported entries from NC contacts always vCard v3 and not v4 as they actually are?
To Reproduce
(in German: in menu "Adressbuch bearbeiten" / "vCard" / "Konvertieren")
Expected behavior
The entry will be shown.
Actual behavior
A message pops up "The contact doesn't exists anymore on the server" and the entry vanishes.
The mentioned Issue Template app is not available for Nextcloud 15...
Operating system:
Server: Linux (Debian, Shared Hoster)
Client: Windows 10
Web server: Apache
Database: MariaDB 5.7
PHP version: 7.2
Nextcloud version: 15.0
Contacts version: 3.0.1
Updated from an older Nextcloud or fresh install: Update from latest V14
List of activated apps:
Nextcloud configuration:
{ "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "***REMOVED SENSITIVE VALUE***", "***REMOVED SENSITIVE VALUE***" ], "activity_expire_days": "60", "datadirectory": "***REMOVED SENSITIVE VALUE***", "filelocking.debug": false, "filelocking.enabled": true, "filelocking.ttl": 1800, "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***", "version": "15.0.2.0", "installed": true, "dbtype": "mysql", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "default_language": "de", "defaultapp": "files", "integrity.check.disabled": true, "knowledgebaseenabled": true, "enable_avatars": true, "allow_user_to_change_display_name": true, "theme": "", "secret": "***REMOVED SENSITIVE VALUE***", "loglevel": 3, "logdateformat": "Y-m-d H:i:s", "logtimezone": "Europe\/Berlin", "log_rotate_size": 20971520, "skeletondirectory": "\/home\/www\/nextcloud_data\/skeleton", "updatechecker": true, "trashbin_retention_obligation": "auto", "versions_retention_obligation": "disabled", "appstoreenabled": true, "appstore.experimental.enabled": true, "singleuser": false, "maintenance": false, "htaccess.RewriteBase": "\/", "mail_smtpmode": "smtp", "updater.release.channel": "stable", "mail_smtpsecure": "ssl", "mail_smtpauthtype": "LOGIN", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpauth": 1, "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mysql.utf8mb4": true, "updater.secret": "***REMOVED SENSITIVE VALUE***" } }
Client configuration
Browser: Firefox 64.0, 64-Bit
Operating system:
Windows 10 - Pro
CardDAV-clients:
Thunderbird 60.3.1 (32-Bit) / CardBook-Plugin v33.5
Logs
Browser log
Test vCards
I added the vCard entries - exported by Thunderbird/CardBook (v3 & v4) and by NC15/contacts app (only v3):
Test-vCards.zip
The text was updated successfully, but these errors were encountered: