Modify ↓
#3697 closed defect (invalid)
WebAdmin -> /trac.cgi/admin/ticket/components is not compatible with track 0.10b
| Reported by: | anonymous | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.9.6 |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1dev_r2440-py2.4.egg/webadmin/web_ui.py", line 105, in process_request
path_info)
File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1dev_r2440-py2.4.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 (1)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



TracWebAdmin-0.1dev_r2440-py2.4.egg is far too old to be used with 0.10b.
Please upgrade, as stated in WebAdmin.