Opened 8 years ago
Closed 7 years ago
#1955 closed defect (bug) (wontfix)
Moving a topic from one forum to another forum results in a 500 error
Reported by: | netweb | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
Steps to reproduce:
- Create a topic (with or without a reply)
- Move the topic to another forum by editing the topic and selecting a new destination forum, click submit
Result: 500 Error
Workaround: The topic and replies (if any) have actually moved to the new destination forum and no further action is required.
Caveat: Topic and Reply post and post meta data integrity should be verified here
Expected: Topic and replies to be moved without error
Change History (5)
This ticket was mentioned in Slack in #forums by clorith. View the logs.
8 years ago
This ticket was mentioned in Slack in #forums by clorith. View the logs.
7 years ago
#5
@
7 years ago
- Resolution set to wontfix
- Status changed from accepted to closed
We tracked this down to bbPress re-counting topics and replies in the forums you move to and from, causing timeouts on large sites like ours. Closing as wontfix
from our side of things as they lack filters and actions to change this beyond hacking bbPress files our selves. They are aware of the issue and working on a better implementation.
This also happens when splitting a reply to it's own topic from an existing thread.
Some metadata is lost, but the split is performed, a blind edit with no changes afterwards seems to restore the missing data of the split post.