#13606 closed defect (duplicate)
missing modules in 0.5.0
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
I added the plugin to a clean install of Trac v1.4, hosted on a EC2/Amazon Linux 2 machine via
sudo pip install TracAccountManager
After the install, only a subset of modules showed up in the Admin panel and trac.ini file; most notably the web_ui was missing. Manually adding
acct_mgr.web_ui.* = enabled
in the ini file did not help. However, I did confirm that the web_ui python files are present in the unzipped python store. Installing the previous version via
sudo pip install TracAccountManager==0.4.4
removed v0.5 as expected, replaced it with 0.4.4 and resolved the issue; all modules were present again as expected. The behavior is reproducable with any fresh EC2 instance (micro/free-tier), and is the same regardless of using mod_wsgi vs. tracd.
Attachments (0)
Change History (2)
comment:1 Changed 5 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 5 years ago by
Confirmed; I did find the errors you described (sorry for the duplicate). FYI, same with v0.4.4 in spite of the modules showing up. I'll subscribe to the other ticket you referenced; let me know if I can help with anything. Thanks!
#13124 will make the plugin compatible with Trac 1.4. TracAccountManager 0.4.4 should have the same issues with the notification system as TracAccountManager 0.5. You will find the following in the logs: