mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #757] Can´t add new accounts #683
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#683
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 @controlcde on GitHub (Jul 16, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/757
Hi,
just upgraded to 1.3.4 but now I can´t add new email accounts. If I filled all fields I click "Submit" nothing happens - the Apache log file shows:
And: If I choose "normal user" I could not add an email address on the second screen. "Submit" also not works.
@tonioo commented on GitHub (Jul 16, 2015):
I can't reproduce your issue on the official demo (which is also running 1.3.4).
Coud you give more detail please ?
@controlcde commented on GitHub (Jul 16, 2015):
Hmmm, I don´t know how I could get more details?! What could I do to get more details?! I´ve enabled both debug options in setting.py but I didn´t get more details like
For the second problem I found out that is a problem of different browsers. But for the first problem I´ve tried with different browsers and different OS - the problem are still there: I couldn´t click on "SUBMIT" or better: Nothing happens if I click on "SUBMIT".
@tonioo commented on GitHub (Jul 16, 2015):
When DEBUG is set to True, open a javascript console (like firebug) to follow AJAX requests, you'll see the complete stacktrace.
About information, can you give me the list of the modoboa packages you use ? (Modoboa > Information)
@controlcde commented on GitHub (Jul 16, 2015):
Right, problem found and problem solved: I´ve enabled pdf_credentials but the path for export the pdf didn´t exist. After creating the path and give them the rights from the webserver I could add a new account. Thanks for the help Antoine!