Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

memcache and Vanilla, can't view newest posts

New thread for new issues...

So I installed memcache and it appeared to be working fine. I added this to the config:

// Cache
$Configuration['Cache']['Enabled'] = TRUE;
$Configuration['Cache']['Method'] = 'memcached';

But something strange began to happen in only some threads. If a thread had new posts it would be bumped back up the 'recent discussions' list, but when you viewed the thread it would always be stuck at a certain point, or only show a bunch of very old posts, moved to the final page of the thread.

Should there be something to prevent the latest page of a thread being cached?

I disabled the above out of config and it immediately fixed the issue.

Comments

Sign In or Register to comment.