You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder
Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';
Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
Operating system:
Logs
Browser log
Insert your webserver log here
Nextcloud log
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #190 (Can't create or import contacts), #461 (No import of contacts with umlauts / UnsupportedMediaType), #162 (Import contacts from command line), #241 (Imported vCard Org contacts are all displayed as "New Contact"), and #492 (re-add vcf 2.1 format support (in contact import function)).
Steps to reproduce
Create .vfc e.g. test.vfc:
BEGIN:VCARD
VERSION:3.0
N:Bobman;Benny;;;
FN:Benny Bobman
ADR;HOME;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:;;=42=6F=72=75=70=73=20=41=6C=6C=C3=A9=20=32=34=39=20=42=2C=20=32=2E=20=
=74=76=2E;=4B=C3=B8=62=65=6E=68=61=76=6E=20=4E=56;;=32=34=30=30;
ADR;HOME;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:;;=42=6F=72=75=70=73=20=41=6C=6C=C3=A9=20=32=34=39=20=42=2C=20=32=2E=20=
=74=76=2E;=4B=C3=B8=62=65=6E=68=61=76=6E=20=4E=56;;=32=34=30=30;
END:VCARD
In NC import above vcf.
You'll get the error that the contact could not be created/added
Expected behaviour
All contacts should be imported/created.
Actual behaviour
Contacts with special charaters (danish æ,ø,å) are not imported.
Server configuration detail
Operating system: Linux 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64
Webserver: Apache/2.4.33 (Unix) OpenSSL/1.0.2g (fpm-fcgi)
Database: mysql 5.7.22
PHP version: 7.1.17
Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, bz2, ctype, curl, dom, hash, fileinfo, filter, gd, SPL, iconv, intl, json, ldap, mbstring, mcrypt, pcntl, PDO, session, pdo_sqlite, posix, Reflection, standard, SimpleXML, mysqlnd, exif, tokenizer, xml, xmlreader, xmlwriter, zip, pdo_mysql, cgi-fcgi, redis, Zend OPcache
Nextcloud version: 13.0.4 - 13.0.4.0
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh Nextcloud
Where did you install Nextcloud from: unknown
Signing status
Array
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
Operating system:
Logs
Browser log
Nextcloud log
Browser log
Insert your browser log here, this could for example include:
The text was updated successfully, but these errors were encountered: