Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1489 closed defect (duplicate)

error when accepting/closing a ticket

Reported by: xris(a)siliconmechanics(o)com Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: 0.8.1
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

[1558]

trying to accept or close a ticket, I get "Trac detected an internal error: 0"

backing down to an earlier known-working revision doesn't seem to help.

Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/trac/web/cgi_frontend.py", line 103, in run
    dispatch_request(os.getenv('PATH_INFO', ''), req, env)
  File "/usr/lib/python2.2/site-packages/trac/web/main.py", line 302, in dispatch_request
    module.render(req)
  File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 539, in render
    self.save_changes(req, id)
  File "/usr/lib/python2.2/site-packages/trac/Ticket.py", line 397, in save_changes
    if 'description' in req.args or 'reporter' in req.args:
  File "/usr/lib/python2.2/cgi.py", line 550, in __getitem__
    raise KeyError, key
KeyError: 0

Attachments (0)

Change History (1)

comment:1 by Mark Rowe, 19 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #1475.

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.