Modify ↓
Opened 19 years ago
Closed 19 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)
Note: See
TracTickets for help on using
tickets.



Another needless mistake. Fixed in 845.