Modify

Opened 18 years ago

Closed 18 years ago

#430 closed defect (fixed)

Create New Forum Failure

Reported by: anonymous Owned by: Radek Bartoň
Priority: high Component: DiscussionPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.9

Description

After installing Revision844, if it is going to perform the addition of a new forum, an error will occur.

Trac detected an internal error:
  near ")": syntax error

Traceback

Traceback (most recent call last):
  File "c:\python23\Lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "c:\python23\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "c:\python23\Lib\site-packages\trac\web\main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "build\bdist.win32\egg\tracdiscussion\core.py", line 173, in process_request
  File "build\bdist.win32\egg\tracdiscussion\core.py", line 443, in add_forum
  File "c:\python23\Lib\site-packages\trac\db.py", line 219, in execute
    args or [])
  File "c:\python23\Lib\site-packages\trac\db.py", line 211, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: near ")": syntax error

Attachments (0)

Change History (1)

comment:1 Changed 18 years ago by Radek Bartoň

Resolution: fixed
Status: newclosed

Another needless mistake. Fixed in 845.

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.