mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1059] Random internal errors after upgrading to 1.7.0 #888
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#888
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 @yannfill on GitHub (Mar 6, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1059
Originally assigned to: @tonioo on GitHub.
Impacted versions
After upgrading Modoboa to 1.7.0 and following the specific instructions at http://modoboa.readthedocs.io/en/latest/upgrade.html I encounter random red popup saying "Sorry an internal error has occurred" and a blank page, or sometimes the interface is displayed without data and a "internal error" red popup.
I can sometimes display Modoboa, Statistics and Identities tabs by forcing browser refresh, but I can never display Domains tab or logs in Modoboa tab.
The Home tab display the correct number of domains and identities so I think data are not lost.
I have upgraded all the installed pip packages, except the ones with major version change:
Also, I don't know if this is related, but now every pip command, Modoboa cron jobs and Apache error log spit the same warning:
@tonioo commented on GitHub (Mar 6, 2017):
I think your problems are related to this: https://github.com/modoboa/modoboa/pull/1058. Could you try to apply this patch please?
@yannfill commented on GitHub (Mar 6, 2017):
Yes, everything is working again after applying the patch. Thank you.
Any clue about the cffi warning? Should I upgrade all pip packages? I get output mailed by all cron jobs, it's pretty annoying.
@tonioo commented on GitHub (Mar 6, 2017):
No, never seen this issue before.
On 06/03/2017 15:04, Yannick Fillatrau wrote:
@yannfill commented on GitHub (Mar 7, 2017):
Problem solved, I had upgraded gevent to 1.2.1 but Modoboa requires ==1.1.1
I have downgraded and recompiled gevent==1.1.1 and the error is gone.