Modify ↓
#7610 closed defect (invalid)
OperationalError: near "t": syntax error
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11rc2 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /pdashboard, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'imagename': None}
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16
System Information
| Trac | 0.11rc2
|
| Python | 2.4.4 (#1, Apr 16 2008, 17:56:48) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
|
| setuptools | 0.6c8
|
| SQLite | 3.3.8
|
| pysqlite | 2.3.2
|
| Genshi | 0.6dev-r884
|
| mod_python | 3.2.10
|
| Subversion | 1.4.2 (r22196)
|
| jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11rc2-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11rc2-py2.4.egg/trac/web/main.py", line 197, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/tracmetrixplugin/web_ui.py", line 122, in process_request
File "build/bdist.linux-x86_64/egg/tracmetrixplugin/web_ui.py", line 165, in _render_view
File "build/bdist.linux-x86_64/egg/tracmetrixplugin/model.py", line 94, in get_ticket_resolution_group_stats
File "/usr/lib/python2.4/site-packages/Trac-0.11rc2-py2.4.egg/trac/db/util.py", line 51, in execute
return self.cursor.execute(sql)
File "/usr/lib/python2.4/site-packages/Trac-0.11rc2-py2.4.egg/trac/db/sqlite_backend.py", line 58, in execute
args or [])
File "/usr/lib/python2.4/site-packages/Trac-0.11rc2-py2.4.egg/trac/db/sqlite_backend.py", line 50, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: near "t": syntax error
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Milestone: | not applicable |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Please file this issue with the th:TracMetrixPlugin at Trac-Hacks.org. Errors from external plugins is outside the scope of this project.