Skip to content
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

Contacts trouble #26

Open
cremesk opened this issue Oct 30, 2019 · 8 comments
Open

Contacts trouble #26

cremesk opened this issue Oct 30, 2019 · 8 comments

Comments

@cremesk
Copy link

cremesk commented Oct 30, 2019

Modoboa Version: 1.14.0 (up-to-date)
Plugins: up-to-date
OS: debian 9 (stretch)

Hello,

i think i have some trouble with the contacts module.

I have over 300 conntacts on my Phone and my Thunderbird Contacts Plugin.
This work good and the devices are synced.

Problem is the Webinterface. I see only 4 contacts but no longer exist and the other 300 should be there I do not see.

what can I do?

Debug mode is enable and shows no problems and errors.
In the config i have enable the modoboa_app

...
  'modoboa_contacts',
...

and on the end of file:

try:
    from modoboa_contacts import settings as modoboa_contacts_settings
    modoboa_contacts_settings.apply(globals())
except AttributeError:
    from modoboa_contacts.settings import *  # noqa

thanks for any help

@tonioo
Copy link
Member

tonioo commented Mar 23, 2020

@cremesk Is this issue still active?

@cremesk
Copy link
Author

cremesk commented Mar 23, 2020

@tonioo yes the issue is active.

@cremesk
Copy link
Author

cremesk commented Mar 23, 2020

complement:

I can see all .vcf's in /srv/radicale/collections/collection-root/<account>/contacts

@tonioo
Copy link
Member

tonioo commented Mar 26, 2020

@cremesk How did you create this collection? Were you using it before installing modoboa?

@cremesk
Copy link
Author

cremesk commented Mar 26, 2020

No, I didn't do anything special. Modoboa installed and configured by default.

After that I made the calendar and the contacts available on the cell phone and imported my contacts.

Now the status is that I have all contacts in the Radicale folder on the server.
But however, I cannot see them via the web interface.

@tonioo
Copy link
Member

tonioo commented Mar 26, 2020

@cremesk There is a sync mechanism between Modoboa and the carddav collection but it might not be enabled in your case... Can you take a screen of the web interface please?

@cremesk
Copy link
Author

cremesk commented Mar 26, 2020

Yes sure :)

my sync is enabled:
modoaboa_contacts_prefs_2020-03-26_15-18

here a screenshot of my contacts:
modoboa_contacts_2020-03-26_15-19

@s256
Copy link

s256 commented May 2, 2020

Might have the same issue.
Contacts synced from a client are not displayed in the web interface. But contacts created / modified in the web interface are synced to the client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants