Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5578 closed defect (wontfix)

Fetal error when trying to render gannt chart with "gantt/6"

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords: plugin
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Fetal error when trying to render gantt chart "/gantt/6"

Python Traceback

Traceback (most recent call last):
  File "/opt/trac/0.10.4/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/opt/trac/0.10.4/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/opt/python/2.4.4/lib/python2.4/site-packages/TracGantt-0.3.2a-py2.4.egg/tracgantt/gantt.py", line 118, in process_request
  File "/opt/python/2.4.4/lib/python2.4/site-packages/TracGantt-0.3.2a-py2.4.egg/tracgantt/gantt.py", line 175, in _tickets_for_report
  File "/opt/trac/0.10.4/lib/python2.4/site-packages/trac/db/util.py", line 51, in execute
    return self.cursor.execute(sql)
  File "/opt/trac/0.10.4/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/opt/trac/0.10.4/lib/python2.4/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 (2)

comment:1 by anonymous, 17 years ago

Actually, I'm not sure if it's a bug of TRAC or gannt chart plugin.

comment:2 by Emmanuel Blot, 17 years ago

Keywords: plugin added
Resolution: wontfix
Status: newclosed

Looks like a plugin issue, as the SQL request is generated from the plugin.

You'd better fill in a new ticket against the plugin.

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.