Opened 10 years ago
Closed 10 years ago
#2789 closed defect (bug) (fixed)
Forum loop template always showing last topic as freshest, not last reply
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | high |
Severity: | major | Version: | 2.0 |
Component: | API | Keywords: | |
Cc: |
Description
A topic was added to the forum with a date that was older than the current latest topic by a third party plugin.
After that topic was deleted, the forum loop constantly shows the last topic rather than last reply.
When viewing individual forums, the topic shows the latest reply correctly.
I have narrowed it down to this:
bbp_forum_query_last_reply_id as called by bbp_update_forum_last_reply_id always returning '0'
Therefore, when I run the repair tool to fix all freshness, it does not fix the problem.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Thanks for reporting this. I'll take a look at this soon.
Are you using any persistent caching solutions like Redis or Memcached?
See also #2731.