I just started enable caching for our project and came across this.
I'm not sure whether this check should be removed, changed or enhanced :)
- Removed because I can't find any "use_pager" config elsewhere in the whole panels module
- Changed because ctools implements this related to the views content type plugin
- Enhanced because I'm not sure if this will work on detecting paging for views / views_panes content types
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | panels-n1062290-11-d6.patch | 486 bytes | damienmckenna |
| #11 | panels-n1062290-11-d7.patch | 510 bytes | damienmckenna |
| #8 | panels-use_pager_cache-1062290-8.patch | 501 bytes | tipit |
Comments
Comment #1
mmtahir commentedMe 2
Comment #2
mmtahir commentedI solved my problem by just disabling cache for each panel
Comment #3
mmtahir commentedI solved my problem by just disabling cache for each panel i.e.
in the panel contents tab change caching (Caching->change=> No Caching) for each panel by clicking on the settings anchor at top-right of each panel.
(Note: I was using 7.x-3.x-alpha2 but the message was the same)
Comment #4
esmerel commentedRemoving tags for duplicating the "Assigned" or "Component" fields.
Comment #5
erdembey commentedI have this problem also ...
Let me share possible solution for this problem;
- Open file "plugins/cache/simple.inc" which is located in panels module folder,
- Find line 108;
- Replace line 108 with the code below;
I hope it works ...
It should be ...
Comment #6
merlinofchaos commentedFixed the notice.
Comment #8
tipit commentedHere is a patch for Drupal 6. It was even in a same line so I guess it fits to D7 too, but I haven't tested.
Comment #9
kars-t commentedComment #10
damienmckennaWorks for me.
Comment #11
damienmckennaThis is an alternative patch that changes that line to use the same code as the D7 version; I've also included a D7 patch to fix the formatting of that line.
Comment #12
dave reidLooks good.
Comment #14
damienmckennaComment #15
japerryFixed in d6. Need to bring into D7.
Comment #17
damienmckennaThis was already committed to the 7.x-3.x branch.