Skip to:
Content

bbPress.org

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: cirrus123's profile cirrus123 Owned by: johnjamesjacoby's profile johnjamesjacoby
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)

#1 @johnjamesjacoby
10 years ago

  • Component changed from General to API
  • Milestone changed from Awaiting Review to 2.6
  • Owner set to johnjamesjacoby
  • Version changed from 2.5.7 to 2.0

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.

#2 @netweb
10 years ago

  • Keywords needs-patch removed
  • Resolution set to fixed
  • Status changed from new to closed

Fixed via r5734

Note: See TracTickets for help on using tickets.