When trying to set "Number of associated content entities per page *" to 0 (zero) to show all associated content. I get the following error.

Fatal error: Call to a member function fetchCol()on a non-object in modules/taxonomy/taxonomy.module on line 235.

If I put any number other than 0 (zero) in this setting everything works good. Have tried about 10 different numbers.

I am running Drupal 7.16, views 3 and panels.

Comments

codycraven’s picture

Confirmed bug, in taxonomy.module the $limit is checked to be identical to FALSE. A condition is needed handlers/associated/core.inc before line 16 (in current 7.x-1.x) that checks for $number_nodes === '0' and changes it to FALSE.

codycraven’s picture

Assigned: Unassigned » codycraven
Status: Active » Fixed
StatusFileSize
new1.36 KB

Fix committed and pushed, patch attached.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.