Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5435 closed defect (invalid)

Timeline gives warning when no milestones are defined.

Reported by: nulleke76@… Owned by: Christian Boos
Priority: normal Milestone:
Component: timeline Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Error log gives the following error:

2007-06-06 15:03:16,382 Trac[web_ui] ERROR: Timeline event provider MilestoneModule failed
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r5609-py2.5.egg/trac/timeline/web_ui.py", line 148, in process_request
    filters):
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r5609-py2.5.egg/trac/ticket/roadmap.py", line 406, in get_timeline_events
    .get_timeline_events(context('milestone'), start, stop):
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r5609-py2.5.egg/trac/attachment.py", line 461, in get_timeline_events
    self.get_history(start, stop, context.realm):
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r5609-py2.5.egg/trac/attachment.py", line 449, in get_history
    "        AND type = %s", (start, stop, realm))
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r5609-py2.5.egg/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.5/site-packages/Trac-0.11dev_r5609-py2.5.egg/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.5/site-packages/pyPgSQL/PgSQL.py", line 3111, in execute
    raise OperationalError, msg
OperationalError: ERROR:  syntax error at or near "object"
LINE 1: ..., 107004, tzinfo=<trac.util.datefmt.LocalTimezone object at ...

Attachments (0)

Change History (2)

comment:1 by anonymous, 17 years ago

Resolution: invalid
Status: newclosed

Fixed in latest svn, sorry

comment:2 by Christian Boos, 17 years ago

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos 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.