#3109 closed defect (bug) (fixed)
Creating a reply in the backend without a topic ID causes a FATAL ERROR memory exhausted
Reported by: | haleeben | Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Cc: |
Description
I'm using the latest version of WP and bbPress on the default theme without any other plugins.
Steps to create
- Create a New Reply from the backend of Wordpress without assigning a topic ID in the Reply attributes metabox.
- Then click All Replies and the replies do not show and the error happens.
Have tested this on a server with 512MB of memory.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Without testing, this is plausible but definitely shouldn't happen. Likely related to the forum/topic/replies hierarchy running into empty values and getting stuck in a loop.
My guess is this is a simple fix to a logic error I made somewhere. I'll look into it soon and report back.