Changes between Initial Version and Version 1 of Ticket #12732
- Timestamp:
- Jan 29, 2010, 7:52:16 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12732 – Description
initial v1 1 1 Hello, 2 2 3 I have found a problem in the svn trunk starting revision 12098and 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.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. 4 4 5 5 I just svn update -r 12097 for now to make my installation work, but I would love to be caught up. … … 9 9 Stephen 10 10 11 {{{ 11 12 [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'. 12 13 [Fri Jan 29 21:09:04 2010] [error] [client 127.0.0.1] Traceback (most recent call last): … … 40 41 [Fri Jan 29 21:09:04 2010] [error] [client 127.0.0.1] return self.cursor.execute(query, args) 41 42 [Fri Jan 29 21:09:04 2010] [error] [client 127.0.0.1] NameError: global name 'query' is not defined 43 }}}