Modify ↓
Opened 18 years ago
Closed 18 years ago
#5725 closed defect (invalid)
Gannt Chart error
| Reported by: | 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 )
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 , 18 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | 1.0 |
| Resolution: | → invalid |
| Status: | new → closed |
| Version: | 0.10.4 |
Note:
See TracTickets
for help on using tickets.



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