Closed (won't fix)
Project:
Panels
Version:
5.x-2.x-dev
Component:
Views panes
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 07:40 UTC
Updated:
15 Apr 2010 at 09:19 UTC
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
Comment #1
oriol_e9gComment #2
meba commentedThis 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.
Comment #3
merlinofchaos commentedahh, 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.
Comment #4
usapmaster commentedI 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.
Comment #5
xamountjust 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.
Comment #6
esmerel commentedNo fixes will be added to the 2.x line.
Comment #7
webwarrior commentedI 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