Modify ↓
Opened 3 years ago
Closed 3 years ago
#13447 closed defect (cantfix)
ImportError: cannot import name NotifyEmail
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | notification | Version: | 1.4 |
Severity: | critical | Keywords: | NotifyEmail |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have this type error:
2021-12-08 18:24:24,166 Trac[loader] ERROR: Skipping "HtGroupEditor = htgroupeditor.htgroupeditor": ImportError: No module named htgroupeditor.htgroupeditor 2021-12-08 18:24:24,169 Trac[loader] ERROR: Skipping "acct_mgr.admin = acct_mgr.admin": ImportError: cannot import name NotifyEmail 2021-12-08 18:24:24,172 Trac[loader] ERROR: Skipping "acct_mgr.macros = acct_mgr.macros": ImportError: cannot import name NotifyEmail 2021-12-08 18:24:24,173 Trac[loader] ERROR: Skipping "acct_mgr.notification = acct_mgr.notification": ImportError: cannot import name NotifyEmail 2021-12-08 18:24:24,265 Trac[loader] ERROR: Skipping "acct_mgr.register = acct_mgr.register": ImportError: cannot import name NotifyEmail 2021-12-08 18:24:24,267 Trac[loader] ERROR: Skipping "acct_mgr.web_ui = acct_mgr.web_ui": ImportError: cannot import name NotifyEmail 2021-12-08 18:24:24,269 Trac[loader] ERROR: Skipping "eafxtheme.theme = eafxtheme.theme": ImportError: No module named eafxtheme.theme 2021-12-08 18:24:24,480 Trac[loader] ERROR: Skipping "tracusermanager.profile = tracusermanager.profile": ImportError: cannot import name wiki_to_html 2021-12-08 18:32:01,787 Trac[loader] ERROR: Skipping "HtGroupEditor = htgroupeditor.htgroupeditor": ImportError: No module named htgroupeditor.htgroupeditor 2021-12-08 18:32:01,791 Trac[loader] ERROR: Skipping "acct_mgr.admin = acct_mgr.admin": ImportError: cannot import name NotifyEmail 2021-12-08 18:32:01,797 Trac[loader] ERROR: Skipping "acct_mgr.macros = acct_mgr.macros": ImportError: cannot import name NotifyEmail 2021-12-08 18:32:01,799 Trac[loader] ERROR: Skipping "acct_mgr.notification = acct_mgr.notification": ImportError: cannot import name NotifyEmail 2021-12-08 18:32:01,928 Trac[loader] ERROR: Skipping "acct_mgr.register = acct_mgr.register": ImportError: cannot import name NotifyEmail 2021-12-08 18:32:01,930 Trac[loader] ERROR: Skipping "acct_mgr.web_ui = acct_mgr.web_ui": ImportError: cannot import name NotifyEmail 2021-12-08 18:32:01,933 Trac[loader] ERROR: Skipping "eafxtheme.theme = eafxtheme.theme": ImportError: No module named eafxtheme.theme
2021-12-08 22:23:35,227 Trac[web_ui] ERROR: Failure sending notification on creation of ticket #49: AttributeError: 'list' object has no attribute 'update' 2021-12-08 22:27:23,211 Trac[web_ui] ERROR: Failure sending notification on change to ticket #2: AttributeError: 'list' object has no attribute 'update'
Attachments (0)
Change History (3)
comment:1 by , 3 years ago
comment:3 by , 3 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
PluginIssue. Please don't make more tickets. Please ask on the MailingList.
Note:
See TracTickets
for help on using tickets.
After try to disable acc manager this same..