#3427: SQL problems using Postgres
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  jonas
     Type:  defect            |      Status:  new  
 Priority:  normal            |   Milestone:       
Component:  general           |     Version:  0.9.6
 Severity:  normal            |    Keywords:       
------------------------------+---------------------------------------------
 After installing WikiMacroCounter (happens on other parts of Trac as
 well), I get the following error:

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

 SELECT filename,description,size,time,author,ipnr FROM attachment WHERE
 type='wiki' AND id='WikiStart' ORDER BY time

 Python traceback:
 Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py",
 line 206, in handler
     dispatch_request(mpr.path_info, mpr, env)
   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in
 dispatch_request
     dispatcher.dispatch(req)
   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in
 dispatch
     resp = chosen_handler.process_request(req)
   File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 116,
 in process_request
     self._render_view(req, db, page)
   File "/usr/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 375,
 in _render_view
     for attachment in Attachment.select(self.env, 'wiki', page.name, db):
   File "/usr/lib/python2.4/site-packages/trac/attachment.py", line 171, in
 select
     (parent_type, str(parent_id)))
 ProgrammingError: ERROR:  current transaction is aborted, commands ignored
 until end of transaction block

 SELECT filename,description,size,time,author,ipnr FROM attachment WHERE
 type='wiki' AND id='WikiStart' ORDER BY time

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3427>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to