Created
February 9, 2012 08:06
-
-
Save Ollieportnin/1778276 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/opt/coredata/shared/env/lib/python2.6/site-packages/django/core/handlers/base.py", line 100, in get_response | |
| response = callback(request, *callback_args, **callback_kwargs) | |
| File "/opt/coredata/current/coredata/src/core2/ui/doc/views.py", line 64, in view_for_doc | |
| return view(request, doc=doc) | |
| File "/opt/coredata/current/coredata/src/core2/ui/templatereg/__init__.py", line 82, in wrapper | |
| output = func(request, *args, **kwargs) | |
| File "/opt/coredata/current/coredata/src/core2/ui/core2mail_mail/views.py", line 796, in create_mailbox | |
| mailbox = form.save() | |
| File "/opt/coredata/current/coredata/src/coreadmin/ui/um/forms.py", line 221, in save | |
| mbox.update_settings(changes) | |
| File "/opt/coredata/current/coredata/src/core2mail/models.py", line 171, in update_settings | |
| raise UnexpectedSettingError("%s doesn't exist for mailbox %s" % (update_settings, self.id)) | |
| UnexpectedSettingError: {'username': u'test', 'password': u'nemiroff_123', 'backend': <MailBackendSetting: d5ea3618-ec39-4954-8163-65cd8842839c>, 'mailbox': u'test@dev.exchange'} doesn't exist for mailbox cd1a4365-4abf-4b79-bdb9-817fe759bc0c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment