Modify ↓
Opened 16 years ago
Closed 15 years ago
#5304 closed defect (fixed)
Some "ProgrammingError" under Trac 0.11.3
| Reported by: | anonymous | Owned by: | dagomez |
|---|---|---|---|
| Priority: | normal | Component: | StractisticsPlugin |
| Severity: | blocker | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description (last modified by )
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/api.py", line 367, in send_error
'text/html')
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/chrome.py", line 728, in render_template
if not req.session or not int(req.session.get('accesskeys', 0)):
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/api.py", line 194, in __getattr__
value = self.callbacks[name](self)
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/main.py", line 267, in _get_session
return Session(self.env, req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/session.py", line 157, in __init__
self.get_session(req.authname, authenticated=True)
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/session.py", line 173, in get_session
super(Session, self).get_session(sid, authenticated)
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/web/session.py", line 56, in get_session
(sid, int(authenticated)))
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.4/site-packages/Trac-0.11.3-py2.4.egg/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: current transaction is aborted, commands ignored until end of transaction block
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by
| Priority: | normal → highest |
|---|---|
| Severity: | normal → blocker |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Description: | modified (diff) |
|---|---|
| Priority: | highest → normal |
This is not very helpful unless you also describe what you were doing at the time the error occurred.
Did you try the patch in #4353?
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Please reopen if you continue to have issues after trying out the 0.11 branch.
Note: See
TracTickets for help on using
tickets.



I have the same issue in trac-0.11.6. Anyone have any suggestions?