[GH-ISSUE #1387] Update Failed #1100

Closed
opened 2026-02-27 11:15:17 +03:00 by kerem · 3 comments
Owner

Originally created by @kev1904 on GitHub (Feb 2, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1387

  • Modoboa: 1.8.2
  • installer used: Yes ?
  • Webserver: Nginx
  • System Ubuntu 16.04.3 LTS
    Hello,
    I would update from 1.8.2 to 1.10.1 using the Toturial in the Docu.

I get an issue after use "python manage.py migrate"

Traceback (most recent call last): File "manage.py", line 22, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 364, in execute_from_command utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 338, in execute django.setup() File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 116, in populate app_config.ready() File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/apps.py", line 13, in ready from . import handlers File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/handlers.py", line 21, in <module> from . import forms File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 16, in <module> class DomainPolicyForm(forms.ModelForm): File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 20, in DomainPolicyForm class Meta: File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 26, in Meta 'bypass_virus_checks': form_utils.InlineRadioSelect(), AttributeError: 'module' object has no attribute 'InlineRadioSelect'

Originally created by @kev1904 on GitHub (Feb 2, 2018). Original GitHub issue: https://github.com/modoboa/modoboa/issues/1387 * Modoboa: 1.8.2 * installer used: Yes ? * Webserver: Nginx * System Ubuntu 16.04.3 LTS -- Hello, I would update from 1.8.2 to 1.10.1 using the Toturial in the Docu. I get an issue after use "python manage.py migrate" `Traceback (most recent call last): File "manage.py", line 22, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 364, in execute_from_command utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 338, in execute django.setup() File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 116, in populate app_config.ready() File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/apps.py", line 13, in ready from . import handlers File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/handlers.py", line 21, in <module> from . import forms File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 16, in <module> class DomainPolicyForm(forms.ModelForm): File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 20, in DomainPolicyForm class Meta: File "/usr/local/lib/python2.7/dist-packages/modoboa_amavis/forms.py", line 26, in Meta 'bypass_virus_checks': form_utils.InlineRadioSelect(), AttributeError: 'module' object has no attribute 'InlineRadioSelect' `
kerem closed this issue 2026-02-27 11:15:17 +03:00
Author
Owner

@tonioo commented on GitHub (Feb 2, 2018):

@kev1904 Have you updated extensions before launching the command? (as explained in the documentation)

<!-- gh-comment-id:362655058 --> @tonioo commented on GitHub (Feb 2, 2018): @kev1904 Have you updated extensions before launching the command? (as explained in the documentation)
Author
Owner

@kev1904 commented on GitHub (Feb 2, 2018):

Yes ive run pip install modoboa==1.10.1

<!-- gh-comment-id:362661873 --> @kev1904 commented on GitHub (Feb 2, 2018): Yes ive run pip install modoboa==1.10.1
Author
Owner

@tonioo commented on GitHub (Feb 2, 2018):

Ok so you did not follow the upgrade procedure... http://modoboa.readthedocs.io/en/latest/upgrade.html#id2

<!-- gh-comment-id:362681966 --> @tonioo commented on GitHub (Feb 2, 2018): Ok so you did not follow the upgrade procedure... http://modoboa.readthedocs.io/en/latest/upgrade.html#id2
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#1100
No description provided.