Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#6055 closed defect (invalid)

List Out of bound problem

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone:
Component: ticket system Version: 0.9.3
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I addin a ticket custom-field (type=select) in the trac.ini When I create new ticket I got this error message

Python traceback
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 85, in process_request
    ticket = Ticket(self.env, db=db)
  File "/usr/lib/python2.3/site-packages/trac/ticket/model.py", line 37, in __init__
    self._init_defaults(db)
  File "/usr/lib/python2.3/site-packages/trac/ticket/model.py", line 57, in _init_defaults
    default = options[default_idx]
IndexError: list index out of range

Attachments (0)

Change History (3)

comment:1 by ThurnerRupert, 17 years ago

Keywords: Ticket custom field removed
Resolution: invalid
Status: newclosed

does this also occur with a recent version, like 0.10? maybe you could post the details of the config, or write to the mailing list.

comment:2 by Christian Boos, 17 years ago

Just to clarify: you can re-open this ticket if the problem is still present with latest stable 0.10.x (and then please provide us the relevant parts of your config), but it's very unlikely that anything less than a critical security bug would be addressed on the 0.9.x line.

comment:3 by anonymous, 17 years ago

  • I will try upgrade to 0.10.x version
  • Can paste the link on procedures to upgarde?

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.