Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #328 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Not able to create new topic in hidden forum

Reported by: larsivi Assigned to: pragma
Priority: major Milestone: WebSite 1.0
Component: Web frontend Version:
Keywords: Cc:

Description

Tried to add topic to hidden DesignDiscussions? forum.

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 451, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 265, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-x86_64/egg/tracforums/web_ui.py", line 248, in process_request File "build/bdist.linux-x86_64/egg/tracforums/models/topic.py", line 409, in validateCreate File "build/bdist.linux-x86_64/egg/tracforums/models/topic.py", line 398, in _validate File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 50, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

TypeError?: not all arguments converted during string formatting

Additional question - are embeddable forums/topics restricted to non-space names?

Change History

03/13/07 14:04:01 changed by pragma

  • status changed from new to assigned.

Thanks for the feedback Lars. I've mirrored this issue over on tracforums:

http://www.dsource.org/projects/tracforums/ticket/21

03/14/07 14:25:20 changed by kris

  • milestone changed from 0.97 RC 1 to WebSite RC1.

04/10/07 16:27:55 changed by pragma

  • status changed from assigned to closed.
  • resolution set to fixed.