Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#486 closed defect (fixed)

Assigning multiple moderators when creating a forum produces errors.

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

Description

When trying to assign multiple moderators to a forum I tried creating, two in this case, I encountered the following error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracdiscussion/core.py", line 172, in process_request
AttributeError: 'list' object has no attribute 'split'

Attachments (0)

Change History (3)

comment:1 Changed 18 years ago by Radek Bartoň

Fixed in changeset 1006.

comment:2 Changed 18 years ago by Radek Bartoň

Resolution: fixed
Status: newclosed

comment:3 Changed 18 years ago by hrvelic@…

I've downloaded and installed the latest revision.
It works perfectly now. :D
Thank you for your time and effort.

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.