Modify ↓
Opened 22 years ago
Closed 22 years ago
#291 closed defect (duplicate)
Attempting to accept a ticket results in an Ooops
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | critical | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When attempting to accept a ticket assigned to me the following traceback is displayed.
Traceback (most recent call last):
File "/usr/lib/python2.2/site-packages/trac/core.py", line 421, in cgi_start
real_cgi_start()
File "/usr/lib/python2.2/site-packages/trac/core.py", line 411, in real_cgi_start
module.run()
File "/usr/lib/python2.2/site-packages/trac/Module.py", line 34, in run
self.render()
File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 275, in render
for name in self.args:
File "/usr/lib/python2.2/cgi.py", line 550, in __getitem__
raise KeyError, key
KeyError: 0
Attachments (0)
Change History (2)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Yup, it was indeed a duplicate.
Note:
See TracTickets
for help on using tickets.



probably a dublicate of #289 which is already fixed.