Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 18 months ago

#1205 closed defect (fixed)

timeline problem

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: timeline Version: devel
Severity: blocker Keywords:
Cc: tiger@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christopher Lenz)

I've tried to update my trac from 0.8pre to the last repository version (1238).

I upgraded environment and stuck on the "Oops…" error when I try to use timeline…


Python traceback

Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/trac/core.py", line 540, in cgi_start
    real_cgi_start()
  File "/usr/lib/python2.2/site-packages/trac/core.py", line 535, in real_cgi_start
    dispatch_request(path_info, req, env)
  File "/usr/lib/python2.2/site-packages/trac/core.py", line 447, in dispatch_request
    module.run(req)
  File "/usr/lib/python2.2/site-packages/trac/Module.py", line 46, in run
    self.render(req)
  File "/usr/lib/python2.2/site-packages/trac/Timeline.py", line 139, in render
    filters = [k for k in AVAILABLE_FILTERS if k 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 Christopher Lenz, 19 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Should be fixed in [1240].

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.