Closed (fixed)
Project:
Views Infinite Scroll
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2015 at 07:18 UTC
Updated:
3 Nov 2015 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
luksakThe attached patch fixes the issue for me.
Comment #2
r.aubin commentedThis patch also fixes the following error. Almost created a new ticket with a patch, but noticed that the patch above already addresses it.
PHP Fatal error: Call to undefined function Drupal\views_infinite_scroll\Plugin\views\pager\format_plural() in /modules/contrib/views_infinite_scroll/src/Plugin/views/pager/InfiniteScroll.php on line 96format_plural()is replaced with
\Drupal::translation()->formatPlural()You can read more about that change here: https://www.drupal.org/node/2173787
Comment #3
luksakOh, didn't mean to include that in the patch... Should I file a separate issue?
Comment #4
luksakI created a separate issue: #2502487: Fatal error: Call to undefined function Drupal\views_infinite_scroll\Plugin\views\pager\format_plural()
Attaching the updated patch.
Comment #5
luksakComment #6
sam152 commented