I`m use Panels2. I has news view in page (i`m use node_override) with pager. So when i`m turn on Simple Cache for that view - pager not working at all!

why `?page=2` is not handling as argument ?

P.S.: i don`t want to make my own patch...

Comments

oriol_e9g’s picture

Project: Drupal core » Panels
Version: 5.7 » 5.x-2.x-dev
Component: other » Views panes
Category: feature » support
meba’s picture

Category: support » bug
Priority: Normal » Critical

This is not a support request, this is definitely a bug.

When simple cache enabled, pager looks this: ?page=0,1 ?page=0,2

But actually it does nothing.

merlinofchaos’s picture

ahh, simplecache probably needs to be sure to put $_GET arguments into the cache ID so that pages will cache separately.

What can I say. It's a very simple cache.

usapmaster’s picture

I believe i have the same problem. I created a block view then inserted in a panel page, where I specify user pager. It didnt work. I setup the view with user pager and it didnt work either in the panel page, but as a regular block, it did work. I am using Panel 2 by the way , which was recent as per September 16 release.

xamount’s picture

just confirming this bug. pager in views is not working when simple cache is turned on......for now the only way I can get around it is by turning off simplecache.

subscribing.

esmerel’s picture

Status: Active » Closed (won't fix)

No fixes will be added to the 2.x line.

webwarrior’s picture

I am having the same problem, and I have turned of all caching in the Panel->Content page. But it still seems to be caching as there is panel entries created in the "cache" table.
Is there anywhere else that I need to turn off simplecache for Drupal to stop caching any panels?

Thanks