Modify

Opened 18 years ago

Closed 18 years ago

#1057 closed defect (fixed)

add new forum not working

Reported by: apaczi@… Owned by: Radek Bartoň
Priority: normal Component: DiscussionPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Alec Thomas)

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 Alec Thomas

Description: modified (diff)

comment:2 Changed 18 years ago by Radek Bartoň

Status: newassigned

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.

comment:3 Changed 18 years ago by Radek Bartoň

Resolution: fixed
Status: assignedclosed

Fixed in changeset 1987.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.