Changes between Initial Version and Version 1 of Ticket #12732


Ignore:
Timestamp:
Jan 29, 2010, 7:52:16 PM (14 years ago)
Author:
Karen Tracey
Comment:

Reformatted description. Please use preview and appropriate WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12732 – Description

    initial v1  
    11Hello,
    22
    3 I have found a problem in the svn trunk starting revision 12098 and later that causes an internal server error when using a PostgreSQL database backend. I will post the apache error log below. I found this after attempting an svn update.
     3I have found a problem in the svn trunk starting revision [12098] and later that causes an internal server error when using a PostgreSQL database backend. I will post the apache error log below. I found this after attempting an svn update.
    44
    55I just svn update -r 12097 for now to make my installation work, but I would love to be caught up.
     
    99Stephen
    1010
     11{{{
    1112[Fri Jan 29 21:09:04 2010] [error] [client 127.0.0.1] mod_wsgi (pid=12911): Exception occurred processing WSGI script '/home/infinite/webapps/infinite/infinite.wsgi'.
    1213[Fri Jan 29 21:09:04 2010] [error] [client 127.0.0.1] Traceback (most recent call last):
     
    4041[Fri Jan 29 21:09:04 2010] [error] [client 127.0.0.1]     return self.cursor.execute(query, args)
    4142[Fri Jan 29 21:09:04 2010] [error] [client 127.0.0.1] NameError: global name 'query' is not defined
     43}}}
Back to Top