Closed founderio closed 5 years ago
cc @georgehrke
cc @skjnldsv
wow, what an oldie :grin: @founderio is it still happening on latest contacts 3.0.x versions?
@skjnldsv yes, still happening on 3.0.5. Although I cannot see the mentioned error message in my log anymore, the address is still missing for the corrupted contacts. Re-Tested with Firefox 66 just now. The address shows up in synced devices just fine, btw.
wow, what an oldie
Wow, how quickly the time passed.. Feels just like yesterday I reported this
@founderio can you paste the vcf file please? You can obfuscate the sensitive data .
@skjnldsv Sure, here you go. (txt suffix due to GitHub's file name filter...)
No guarantees that the broken data is actually still there - some automatic conversion on the export or in my editor might have some impact here. Data is replaced with dummy data, but I left the "Straße" bit intact as I suspect the ß to be messed up somehow..
Can you tri contacts's test release here please? contacts.tar.gz
Hey, sorry for the late response. I can confirm that the test release works. I can see the address field now!
Let's close this then, it was not a server issue :) Contacts 3.1.x releases will solve your issue
Character set information, as this may be related.
``` MariaDB [cloud]> SHOW VARIABLES LIKE 'char%'; +--------------------------+----------------------------+ | Variable_name | Value | +--------------------------+----------------------------+ | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | latin1 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | +--------------------------+----------------------------+ 8 rows in set (0.00 sec) MariaDB [cloud]> SHOW CREATE TABLE oc_cards_properties; [...] CREATE TABLE `oc_cards_properties` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `addressbookid` bigint(20) NOT NULL DEFAULT '0', `cardid` bigint(20) unsigned NOT NULL DEFAULT '0', `name` varchar(64) COLLATE utf8_bin DEFAULT NULL, `value` varchar(255) COLLATE utf8_bin DEFAULT NULL, `preferred` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `card_contactid_index` (`cardid`), KEY `card_name_index` (`name`), KEY `card_value_index` (`value`) ) ENGINE=InnoDB AUTO_INCREMENT=2847 DEFAULT CHARSET=utf8 COLLATE=utf8_bin ```Signing status
No errors have been found.App list
``` Enabled: - activity: 2.5.2 - admin_audit: 1.2.0 - bruteforcesettings: 1.0.2 - calendar: 1.5.3 - checksum: 0.3.5 - comments: 1.2.0 - contacts: 1.5.3 - dav: 1.3.0 - deck: 0.2.1 - external: 2.0.3 - federatedfilesharing: 1.2.0 - federation: 1.2.0 - files: 1.7.2 - files_downloadactivity: 1.1.1 - files_external: 1.3.0 - files_markdown: 1.0.1 - files_pdfviewer: 1.1.1 - files_sharing: 1.4.0 - files_texteditor: 2.4.1 - files_trashbin: 1.2.0 - files_versions: 1.5.0 - files_videoplayer: 1.1.0 - firstrunwizard: 2.1 - gallery: 17.0.0 - logreader: 2.0.0 - lookup_server_connector: 1.0.0 - nextcloud_announcements: 1.1 - notifications: 2.0.0 - oauth2: 1.0.5 - password_policy: 1.2.2 - provisioning_api: 1.2.0 - serverinfo: 1.2.0 - sharebymail: 1.2.0 - survey_client: 1.0.0 - systemtags: 1.2.0 - theming: 1.3.0 - twofactor_backupcodes: 1.1.1 - updatenotification: 1.2.0 - workflowengine: 1.2.0 Disabled: - encryption - ojsxc - spreed - user_external - user_ldap ```Config report
``` { "system": { "instanceid": "51bc4ee6246e5", "installed": true, "maintenance": false, "version": "12.0.0.29", "installedat": "1335529785.0068", "lastupdatedat": "1342630087.1883", "upgrade.disable-web": true, "datadirectory": "\/var\/www\/owncloud-data", "dbtype": "mysql", "dbname": "cloud", "dbhost": "localhost", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "theme": "", "trusted_domains": [ "cloud.dhelixnet.de" ], "htaccess.RewriteBase": "\/", "memcache.local": "\\OC\\Memcache\\APCu", "mail_from_address": "accounts", "mail_smtpmode": "smtp", "mail_domain": "dhelixnet.de", "mail_smtpauthtype": "LOGIN", "mail_smtphost": "mail.dhelixnet.de", "mail_smtpport": "25", "mail_smtpsecure": "tls", "versions": "true", "enable_previews": true, "preview_max_scale_factor": 10, "secret": "***REMOVED SENSITIVE VALUE***", "overwrite.cli.url": "https:\/\/cloud.dhelixnet.de", "check_for_working_webdav": true, "check_for_working_wellknown_setup": true, "check_for_working_htaccess": true, "loglevel": "1", "log_type": "file", "logfile": "\/var\/log\/nextcloud\/nextcloud.log", "log_rotate_size": 104857600, "updater.release.channel": "stable" } } ```Web server error log
Too much noise due to sync activity. Yell if you really need this. ``` ```Nextcloud log
Up to last login attempt, yell if you need more. File paths redacted. ``` {"reqId":"f6ZTEDgAcTwAthXfezlV","level":1,"time":"2017-07-30T21:51:36+00:00","remoteAddr":"2001:16b8:22d4:8700:1dd0:f76b:2772:4181","user":"--","app":"admin_audit","method":"POST","url":"\/login","message":"Login attempt: \"admin\"","userAgent":"Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/59.0.3071.115 Safari\/537.36","version":"12.0.0.29"} {"reqId":"f6ZTEDgAcTwAthXfezlV","level":1,"time":"2017-07-30T21:51:36+00:00","remoteAddr":"2001:16b8:22d4:8700:1dd0:f76b:2772:4181","user":"admin","app":"admin_audit","method":"POST","url":"\/login","message":"Login successful: \"admin\"","userAgent":"Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/59.0.3071.115 Safari\/537.36","version":"12.0.0.29"} {"reqId":"YhPGpikoFEVpYWdc7Dqv","level":1,"time":"2017-07-30T21:51:40+00:00","remoteAddr":"2001:16b8:22d4:8700:1dd0:f76b:2772:4181","user":"admin","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=REDACTED (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/59.0.3071.115 Safari\/537.36","version":"12.0.0.29"} {"reqId":"BXyeslwIbauYvsLybgs9","level":1,"time":"2017-07-30T21:51:40+00:00","remoteAddr":"2001:16b8:22d4:8700:1dd0:f76b:2772:4181","user":"admin","app":"admin_audit","method":"GET","url":"\/core\/preview.png?file=REDACTED (width: \"32\", height: \"32\" crop: \"1\", mode: \"fill\")","userAgent":"Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/59.0.3071.115 Safari\/537.36","version":"12.0.0.29"} {"reqId":"YkgUJ5FQKW7xuWiJoOpg","level":1,"time":"2017-07-30T22:05:02+00:00","remoteAddr":"","user":"--","app":"cli","method":"--","url":"--","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","userAgent":"--","version":"12.0.0.29"} {"reqId":"YkgUJ5FQKW7xuWiJoOpg","level":1,"time":"2017-07-30T22:05:02+00:00","remoteAddr":"","user":"--","app":"cli","method":"--","url":"--","message":"Memcache \\OC\\Memcache\\APCu not available for distributed cache","userAgent":"--","version":"12.0.0.29"} {"reqId":"d1UmZi2cF9DJm1XUnoQ5","level":1,"time":"2017-07-30T22:05:33+00:00","remoteAddr":"","user":"--","app":"cli","method":"--","url":"--","message":"Memcache \\OC\\Memcache\\APCu not available for local cache","userAgent":"--","version":"12.0.0.29"} {"reqId":"d1UmZi2cF9DJm1XUnoQ5","level":1,"time":"2017-07-30T22:05:33+00:00","remoteAddr":"","user":"--","app":"cli","method":"--","url":"--","message":"Memcache \\OC\\Memcache\\APCu not available for distributed cache","userAgent":"--","version":"12.0.0.29"} ```Browser log
``` core.js:7 JQMIGRATE: Migrate is installed, version 1.4.0 angular.js?v=c82e0c375434a0bbb80944ec9c2980c2-0:13920 TypeError: Cannot read property 'value' of undefined at new