I'm using the latest CVS version (4/14) on Drupal 4.7RC3.
When pulling up a flexinode table that has multiple pages of results, selecting "next" or any other page number always returns you to page #1.
I'm getting 2 errors in the log:
"Cannot use a scalar value as an array in /includes/pager.inc on line 372."
and
"Invalid argument supplied for foreach() in /includes/common.inc on line 175."
I have applied the patch from http://drupal.org/node/59035 (as tables in Flexinode don't work at all without it) - otherwise, the file is unchanged from the CVS version.
Comments
Comment #1
PakWaan commentedThe original patch for http://drupal.org/node/59035 caused this issue. The revised patch has fixed both problems.