Modify ↓
#12640 closed defect (fixed)
Cant Edit Topic - Internal Server Error
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Trac throws an internal server error when you attempt to edit a forum topic.
I was able to fix the error by modifying line 49 of tracdiscussion/templates/discussion-macros.html
.
By removing discussion.env
from the line ${wiki_to_oneliner(discussion.env, context, req.args.subject) or ' '}
Attachments (0)
Change History (5)
comment:1 Changed 9 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 9 years ago by
Owner: | changed from Ryan J Ollos to jamesawoods@… |
---|
comment:5 Changed 9 years ago by
Keywords: | edit topic Internal AttributeError removed |
---|
Note: See
TracTickets for help on using
tickets.
Looks like that was overlooked in [14884].