Modify ↓
#5042 closed defect (worksforme)
Component error in webadmin
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | admin/web | Version: | 0.10.3.1 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When clicking component link in webadmin i get the following error:
Traceback (most recent call last): File "C:\Python23\Lib\site-packages\trac\web\main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "C:\Python23\Lib\site-packages\trac\web\main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "C:\Python23\lib\site-packages\tracwebadmin-0.1dev_r2440-py2.3.egg\webadmin\web_ui.py", line 105, in process_request path_info) File "C:\Python23\lib\site-packages\tracwebadmin-0.1dev_r2440-py2.3.egg\webadmin\ticket.py", line 98, in process_admin_request if restrict_owner in util.TRUE: AttributeError: 'module' object has no attribute 'TRUE'
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Priority: | high → low |
---|---|
Severity: | normal → minor |
eblot,
Many thanks for this. I downloaded latest source this version works. Great plugin!
Regards
Ismail
Note:
See TracTickets
for help on using tickets.
Have a look at WebAdmin#PluginVersions.
You've reported that you use 0.10.3.1, which means that you need to use the latest version of the WebAdmin plugin.
However your traceback shows that you are using an old version of the plugin which is explicitly marked as written for 0.9
Feel free to re-open this ticket if the problem still shows up when you use the right version of the plugin with your Trac installation.