When I use the Infinite Scroll pager on more than one view, it loads them across the site, even on pages where the view is not used, triggering the "Views Infinite Scroll module can't handle more than one infinite view in the same page" error.
Seems to be an issue of an unnecessary call for the pager in the views module. If I disable the Infinite Scroll module, the entire site will show a PHP error:
Fatal error: Call to a member function use_pager() on a non-object in [site URL]/modules/acquia/views 3/includes/view.inc on line 419
Comments
Comment #1
willeifler commentedUpdate: I've not found a solution to this yet, but I can tell you that it is happening on both Drupal 6 and Drupal 7. Hoping I run across a solution...
Comment #2
honza pobořil commented