XF 1.5 Latest Thread on Forum View

JonathanW

Well-known member
I have an XF install where the "Latest" line on the right hand side of each category in the forum view isn't updating when new posts are made. It's like it's behind but I can find no logic to it. It just randomly decides to update, but still to an incorrect value.

If you go into that forum, the thread and related timings are displayed perfectly. Is there something that could be caching that that perhaps I'm not thinking of? A setting somewhere?

I've ruled out plugins and themes already by going completely back to no plugins and stock theme for testing. I've also ruled out a bad opcache or anything Nginx or PHP-FPM related.

Here is specifically what I'm talking about:

shot-2017-05-04-19:50:56.webp
 
Another example. Here on XF (and on many of my other installs) it works perfectly as it should. Right after I posted here, it updated on XF's forum home page.

shot-2017-05-04-19:54:35.webp
 
last_post_date in xf_thread appears to not be getting updated...though I'm not sure why or where to go from here.

nevermind that's not it - it is getting updated.
 
last_post_* in xf_forum isn't getting updated properly. The information here matches the incorrect information displayed in the frontend.

Any pointers on how to debug the process that should be updating that? It seems that new threads DO update it, but new posts within threads do not update it as they should.

PHP 7.0.x
MariaDB 10.2.x
 
Top Bottom