[GH-ISSUE #1059] Random internal errors after upgrading to 1.7.0 #888

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

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

  • Modoboa: 1.7.0
  • installer used: No
  • Webserver: Apache

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:

bcrypt==3.1.3 is available (you have 2.0.0)
django-rest-swagger==2.1.1 is available (you have 0.3.10)
django-reversion==2.0.8 is available (you have 1.10.2)
jsonfield==2.0.0 is available (you have 1.0.3)

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:

/usr/local/lib/python2.7/dist-packages/cffi/model.py:532: UserWarning: 'point_conversion_form_t' has no values explicitly defined; guessing that it is equivalent to 'unsigned int'
  % self._get_c_name())
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 * Modoboa: 1.7.0 * installer used: No * Webserver: Apache 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: ``` bcrypt==3.1.3 is available (you have 2.0.0) django-rest-swagger==2.1.1 is available (you have 0.3.10) django-reversion==2.0.8 is available (you have 1.10.2) jsonfield==2.0.0 is available (you have 1.0.3) ``` 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: ``` /usr/local/lib/python2.7/dist-packages/cffi/model.py:532: UserWarning: 'point_conversion_form_t' has no values explicitly defined; guessing that it is equivalent to 'unsigned int' % self._get_c_name()) ```
kerem 2026-02-27 11:14:06 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

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

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

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

@tonioo commented on GitHub (Mar 6, 2017):

No, never seen this issue before.

On 06/03/2017 15:04, Yannick Fillatrau wrote:

Yes, everything is working again after applying the patch. Thank you.

Any clue about the cffi warning? Should I upgrade all pip packages?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/modoboa/modoboa/issues/1059#issuecomment-284404189,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAgc7nfS11UOO8VxncpG1fibkW5FdTyfks5rjBJYgaJpZM4MUI9x.

<!-- gh-comment-id:284407466 --> @tonioo commented on GitHub (Mar 6, 2017): No, never seen this issue before. On 06/03/2017 15:04, Yannick Fillatrau wrote: > > Yes, everything is working again after applying the patch. Thank you. > > Any clue about the cffi warning? Should I upgrade all pip packages? > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/modoboa/modoboa/issues/1059#issuecomment-284404189>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AAgc7nfS11UOO8VxncpG1fibkW5FdTyfks5rjBJYgaJpZM4MUI9x>. >
Author
Owner

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

<!-- gh-comment-id:284689255 --> @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.
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#888
No description provided.