Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7572 closed defect (worksforme)

trac query failed

Reported by: pezo@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

URL: https://my-company.com/my_project/query?status=new&status=assigned&status=reopened&group=owner&owner=someuser&type=weekly+todo&order=priority

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

Attachments (0)

Change History (1)

comment:1 by osimons, 16 years ago

Resolution: worksforme
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.