Opened 16 years ago
Closed 16 years ago
#7572 closed defect (worksforme)
trac query failed
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 239, in dispatch
template, content_type = self._post_process_request(req,
File "/var/lib/python-support/python2.4/trac/web/main.py", line 269, in _post_process_request
content_type)
File "build/bdist.linux-x86_64/egg/tracdnd/filter.py", line 97, in post_process_request File "/var/lib/python-support/python2.4/trac/db/util.py", line 51, in execute
return self.cursor.execute(sql)
File "/var/lib/python-support/python2.4/trac/db/util.py", line 51, in execute
return self.cursor.execute(sql)
ProgrammingError: current transaction is aborted, commands ignored until end of transaction block
As this works for everyone else, it must be related to your particular setup. Please check current requirements in TracInstall and try to update Trac and dependencies (of which you provide no information) - in particular look into updating your database and driver.
Please reopen ticket if you think there is something the Trac project can do to improve the situation.