Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#291 closed defect (duplicate)

Attempting to accept a ticket results in an Ooops

Reported by: jon@… 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 vittorio, 20 years ago

probably a dublicate of #289 which is already fixed.

comment:2 by jon@…, 20 years ago

Resolution: duplicate
Status: newclosed

Yup, it was indeed a duplicate.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.