Closed (duplicate)
Project:
Views PHP
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 00:52 UTC
Updated:
9 Sep 2019 at 10:53 UTC
Jump to comment: Most recent
Comments
Comment #1
furamag commentedI modified file plugins/views/views_php_plugin_pager.inc to fix this issue. To fix this bug replace function "post_execute" with following code:
I didn't have much time to test this code but it works for me. I'll try to create patch based on this modification by the end of this week. Let me know if you have any issues with this code.
Comment #2
prakin commentedI have the same problem... The global php is not setting the LIMIT.
Comment #3
prakin commentedI have the same problem... The global php is not setting the LIMIT.
Comment #4
josebc commentedsame problem here , subscribe
Comment #5
mustanggb commentedNewer issue that solves this #2628014: Pager fix causes performance and memory regression.