mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[GH-ISSUE #1656] cannot create a Calendar/Contacts #1301
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cremesk on GitHub (Jan 17, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1656
Hallo, i have a Fresh default Installed Modoboa Version. It works very nice but a have a liddle Problem to create a Calendar for my User.
Impacted versions
OS: Debian 9.6 (stretch)
@tonioo commented on GitHub (Jan 18, 2019):
@cremesk Are you using a valid TLS certificate? (letsencrypt)
@cremesk commented on GitHub (Jan 18, 2019):
@tonioo yes i do. https://mail.secnux.net/
demo@secnux.net / Password123
@tonioo commented on GitHub (Jan 19, 2019):
@cremesk Can you set DEBUG to True inside settings.py and reload uwsgi ?
@cremesk commented on GitHub (Jan 19, 2019):
@tonioo okay Done. The Calendar & Contact Page has an IO Error. You can Login the Demo Account an check it.
@cremesk commented on GitHub (Feb 1, 2019):
@tonioo you have an idea?
@cremesk commented on GitHub (Feb 16, 2019):
Error reading /srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_radicale/../frontend/webpack-stats.json
No '../frontend/..' Directory on my disk. But i can find this file in:
/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_radicale/static/modoboa_radicale/webpack-stats.json
@tonioo commented on GitHub (Feb 25, 2019):
@cremesk Yes, that's a know issue... What you can do is replace this line https://github.com/modoboa/modoboa-radicale/blob/master/modoboa_radicale/settings.py#L24 by the path you mentioned and it should work. The settings.py file you be located here: /srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_radicale/settings.py
@cremesk commented on GitHub (Feb 25, 2019):
@tonioo Thanks! With Line 24:
"STATS_FILE": "/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_radicale/static/modoboa_radicale",works the Calendar-Site without Errors. However, it is still not possible to create a calendar.
-rw-r--r-- 1 modoboa modoboa 2.6K Jan 16 18:57 /srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_radicale/static/modoboa_radicale/webpack-stats.json@tonioo commented on GitHub (Feb 25, 2019):
@cremesk Ok, so now you should be able to see more information using a javascript debugger. (Look at the network tab and check server's response).
@cremesk commented on GitHub (Feb 25, 2019):
Error in Debugger Console:
Request-URL: https://mail.secnux.net/api/v1/user-calendars/
Methode: POST
Internal Server Error
Request headers:
Response headers:
@tonioo commented on GitHub (Feb 25, 2019):
Don't you see anything in the response body tab?
@cremesk commented on GitHub (Feb 25, 2019):
@tonioo commented on GitHub (Feb 25, 2019):
@cremesk Can you try to update the pyOpenSSL and certifi packages:
@cremesk commented on GitHub (Feb 25, 2019):
same error after do this :/
@cremesk commented on GitHub (Feb 25, 2019):
Summary:
Calendar settings.py need a modification on line 24:
Same for Contacts:
Shared-Calendars needs manual create directory '/srv/radicale/collections/collection-root/domain.com/'.
Deleted Calenders are only deleted on WebUI!
@stale[bot] commented on GitHub (Oct 23, 2020):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.