Actions
Bug #13966
closedReplying by email to a trashed or spammed forum topic causes a fatal error
Status:
Resolved
Priority name:
High
Assignee:
Category name:
Reply By Email
Target version:
Start date:
2021-02-09
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
So on the dev call, I thought that there was a timeout issue when parsing the RBE inbox check.
Turns out the problem was simpler than that! A user was replying to a trashed forum topic and that caused a fatal error due to the way RBE handles replies when a forum topic was trashed or marked as spammed.
Full details here: https://github.com/r-a-y/bp-reply-by-email/issues/125
I initially copied the reply logic from bbPress and they also recently addressed the issue in bbPress 2.6.5: https://bbpress.trac.wordpress.org/ticket/3409
Actions