Modify ↓
Ticket #5578 (closed defect: wontfix)
Opened 5 years ago
Last modified 5 years ago
Fetal error when trying to render gannt chart with "gantt/6"
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.4 |
| Severity: | normal | Keywords: | plugin |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 5 years ago by anonymous
comment:2 Changed 5 years ago by eblot
- Keywords plugin added
- Resolution set to wontfix
- Status changed from new to 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.