Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5725 closed defect (invalid)

Gannt Chart error

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

Description (last modified by Noah Kantrowitz)

When I use 'Active tickets' in Gannt Chart tab there is no problem, but when i use 'My Tickets' in Gannt Chart tab there is a internal error:

Python Traceback

Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.5/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-x86_64/egg/tracgantt/gantt.py", line 118, in process_request
    tickets,dates,broken = self._tickets_for_report(db, report['query'])
  File "build/bdist.linux-x86_64/egg/tracgantt/gantt.py", line 175, in _tickets_for_report
    cursor.execute(query)
  File "/usr/lib64/python2.5/site-packages/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/usr/lib64/python2.5/site-packages/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
ProgrammingError: Incorrect number of bindings supplied. The current statement uses 1, and there are 0 supplied.

Attachments (0)

Change History (1)

comment:1 by Noah Kantrowitz, 17 years ago

Description: modified (diff)
Milestone: 1.0
Resolution: invalid
Status: newclosed
Version: 0.10.4

This is a plugin error. Please report it to the author.

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.