I get the following error after submitting a bug. The bug appears in
the database though.
Any ideas?
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
api.py",
line 339, in send_error
'text/html')
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
chrome.py",
line 670, in render_template
if not req.session or not int(req.session.get('accesskeys', 0)):
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
api.py",
line 168, in __getattr__
value = self.callbacks[name](self)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
main.py",
line 255, in _get_session
return Session(self.env, req)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
session.py",
line 53, in __init__
self.get_session(req.authname, authenticated=True)
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
session.py",
line 74, in get_session
(sid, int(authenticated)))
File "/usr/lib/python2.4/site-packages/Trac-0.11b1-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.11b1-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
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---