-
Notifications
You must be signed in to change notification settings - Fork 81
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
not all carddav contacts are displayed #221
Comments
This error happens when you remove the |
I have checked that I had Then I have found that in logs/error there is following error entry (I have change real values here to XXXXX): So I logged into nextcloud and deleted 🌩 from the contact. Then all contacts got synchronized. Thanks PS. I have also noticed that "use modern group" is disabled and it can not be enabled. |
Which database backend are you using? MySQL, PostgreSQL or SQLite? |
ad. 1 I use MySQL This is also interesting since I have another contact with emoji - only different ☁ and it was imported correctly. I also remember that I had similar issues while importing emails to database and this is know problem with database encoding... |
Thanks! |
Ad.2 :-)
You are welcome and I thank you:-) |
Just remind myself, this can be helpfull: |
Oh wow, thanks for this! I'll create a dbmigration for that. |
I've created a hotfix that addresses this issue (at least in parts). I need to do a bit more to properly fix this as right now indices are smaller than the column they index, which can lead to issues if you have really long names/uris/cuids or whatnot. This affects the database structure of all supported databases, though, so I'll need to look a bit deeper here. |
I have a nextcloud address book with ca. 2400 entries.
I have installed roundcube carddav plugin.
I have configured default address book for the plugin in plugins/carddav/config.inc.php.
Now address book is displayed but only with ca. 700 entries.
I am not sure if it is connected with the problem but in logs/error log there are following entries while operating on contacts in roundcube:
The text was updated successfully, but these errors were encountered: