Modify ↓
Opened 18 years ago
Closed 18 years ago
#1057 closed defect (fixed)
add new forum not working
Reported by: | Owned by: | Radek Bartoň | |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/tracdiscussion/core.py", line 72, in process_request File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 32, in render_discussion File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 404, in _do_action File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 932, in add_forum File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 3072, in execute raise OperationalError, msg OperationalError: ERROR: type "u" does not exist
Attachments (0)
Change History (3)
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 18 years ago by
Status: | new → assigned |
---|
comment:3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in changeset 1987.
Note: See
TracTickets for help on using
tickets.
Sorry for noticing this so late. I haven't got notified by email somehow. That line of error has changed since then and I don't have PostreSQL installed, so I'm asking if this error stil occurs, please? If do so, please send me part of error log too. Thanks.