Modify ↓
Opened 14 years ago
Closed 14 years ago
#10266 closed defect (duplicate)
problem with create new ticket
| Reported by: | 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 (last modified by )
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
Attachments (0)
Change History (1)
comment:1 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Please first search for existing related tickets before creating new ones, thanks!
For example, in this case you would have found #8719 which probably corresponds to your situation as well.