Modify ↓
Opened 18 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 , 18 years ago
comment:2 by , 17 years ago
Keywords: | plugin added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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.
Note:
See TracTickets
for help on using tickets.
Actually, I'm not sure if it's a bug of TRAC or gannt chart plugin.