Modify ↓
Opened 18 years ago
Closed 18 years ago
#6761 closed defect (worksforme)
Internal Error: Components in Admin View
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
I get the following IE when clicking on components in admin view. Please tell me if I'm doing something wrong. Thanks,
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, 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 , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



WebAdmin r2440 is for 0.9
It would have be useful to report the version of Trac you're using. It is likely you're using a wrong WebAdmin plugin with the Trac version you've installation.