[GH-ISSUE #757] Can´t add new accounts #683

Closed
opened 2026-02-27 11:13:01 +03:00 by kerem · 4 comments
Owner

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:

POST /admin/accounts/new/ HTTP/1.1" 500 1435 "https:/DOMAIN/admin/identities/"

And: If I choose "normal user" I could not add an email address on the second screen. "Submit" also not works.

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: ``` POST /admin/accounts/new/ HTTP/1.1" 500 1435 "https:/DOMAIN/admin/identities/" ``` And: If I choose "normal user" I could not add an email address on the second screen. "Submit" also not works.
kerem closed this issue 2026-02-27 11:13:01 +03:00
Author
Owner

@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 ?

<!-- gh-comment-id:121902324 --> @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 ?
Author
Owner

@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

POST /admin/accounts/new/ HTTP/1.1" 500 1435 "https:/DOMAIN/admin/identities/"

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".

<!-- gh-comment-id:121963251 --> @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 ``` POST /admin/accounts/new/ HTTP/1.1" 500 1435 "https:/DOMAIN/admin/identities/" ``` 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".
Author
Owner

@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)

<!-- gh-comment-id:121964003 --> @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)
Author
Owner

@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!

<!-- gh-comment-id:121966658 --> @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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#683
No description provided.