Hello,
Is anyone else having trouble with caching and pagination in 2.9.2? All was working fine for me before upgrading but now, even though I’m not caching the template, the pagination on my site is broken. If I clear the cache, the pagination will work once, caches (even though it’s not supposed to be caching) and then breaks again.
In order to stop this, I had to add “$config[‘cache_driver’] = ‘dummy’;” to my config.php file. Otherwise, it would not stop caching.
If helpful, I’m using memcache and CE Cache as well (I did try uninstalling CE Cache, but nothing changed).
If this is a bug, I’ll be glad to submit that but just wanted to see if others have this problem (or a solution would be awesome) before reporting it.