I'm getting the error below whenever I edit a User Story from the
"Edit" tab within the ticket. If I then hit F5 to refresh, it works
fine and returns me to the User Story ticket page with the edit
completed succesfully. Here is the error I'm getting:
Traceback (most recent call last):
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\web\api.py", line 367, in send_error
'text/html')
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\web\chrome.py", line 728, in render_template
if not req.session or not int(req.session.get('accesskeys', 0)):
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\web\api.py", line 194, in __getattr__
value = self.callbacks[name](self)
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\web\main.py", line 267, in _get_session
return Session(self.env, req)
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\web\session.py", line 157, in __init__
self.get_session(req.authname, authenticated=True)
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\web\session.py", line 173, in get_session
super(Session, self).get_session(sid, authenticated)
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\web\session.py", line 56, in get_session
(sid, int(authenticated)))
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\db\util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "c:\home\python25\lib\site-packages\Trac-0.11.4-py2.5-win32.egg
\trac\db\util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
InternalError: current transaction is aborted, commands ignored until
end of transaction block
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
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/agilo?hl=en
-~----------~----~----~----~------~----~------~--~---