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.
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.
0
Comments
Did you install memcached? or memcache?
They are different.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Oh.
Both.
I would uninstall memcache and stick with memcached, as that is what Vanilla supports.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight Thanks, will do.