Edgewall Software

Opened 13 years ago

Last modified 13 years ago

#10266 closed defect

problem with create new ticket — at Initial Version

Reported by: arek.fedorowicz@… Owned by:
Priority: highest Milestone:
Component: ticket system Version: 0.11.7
Severity: normal Keywords:
Cc: arek.fedorowicz@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

when i create new ticket i see smoething like this :

Traceback (most recent call last):

File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 376, in send_error

'text/html')

File "/usr/lib/python2.6/dist-packages/trac/web/chrome.py", line 733, in render_template

message = req.session.pop('chrome.%s.%d' % (type_, i))

File "/usr/lib/python2.6/dist-packages/trac/web/api.py", line 195, in getattr

value = self.callbacks[name](self)

File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 265, in _get_session

return Session(self.env, req)

File "/usr/lib/python2.6/dist-packages/trac/web/session.py", line 162, in init

self.get_session(req.authname, authenticated=True)

File "/usr/lib/python2.6/dist-packages/trac/web/session.py", line 178, in get_session

super(Session, self).get_session(sid, authenticated)

File "/usr/lib/python2.6/dist-packages/trac/web/session.py", line 59, in get_session

(sid, int(authenticated)))

File "/usr/lib/python2.6/dist-packages/trac/db/util.py", line 64, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "/usr/lib/python2.6/dist-packages/trac/db/util.py", line 64, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

InternalError: current transaction is aborted, commands ignored until end of transaction block

please help me

Change History (0)

Note: See TracTickets for help on using tickets.