Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6868 closed defect (invalid)

Cannot open an existing ticket.

Reported by: umesh.gupta@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

Python Traceback
Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 374, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 238, in dispatch
    template, content_type = \
  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 275, in _post_process_request
    content_type)
  File "build/bdist.linux-x86_64/egg/parenttickets/web_ui.py", line 58, in post_process_request
  File "/usr/local/lib/python2.4/site-packages/trac/ticket/model.py", line 40, in __init__
    self._fetch_ticket(tkt_id, db)
  File "/usr/local/lib/python2.4/site-packages/trac/ticket/model.py", line 89, in _fetch_ticket
    raise TracError('Ticket %d does not exist.' % tkt_id,
TypeError: int argument required

Attachments (0)

Change History (2)

comment:1 by Emmanuel Blot, 16 years ago

Description: modified (diff)
Keywords: needinfo added
Summary: This ticket have been created by me.When I tried to open it, it was showing following error. Even if some other person is was trying to open the same, it was showing same error.Cannot open an existing ticket.

Congratulations, it was one of the longer (and unreadable) ticket summary ever ;-)

Please specify:

  • the version of Trac you use
  • a text describing the actions you performed to open the missing ticket

comment:2 by ebray <hyugaricdeau@…>, 16 years ago

Resolution: invalid
Status: newclosed

Looks like this is using the master tickets plugin, though it's been renamed "parenttickets". It's the same as #5879.

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.