Needs work
Project:
Apache Solr Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2010 at 15:51 UTC
Updated:
12 Jan 2012 at 13:54 UTC
First of all thanks for this great module.
I encountered the warning message below when I tried to add an og_member_count field to an Apache Solr view.
warning: Missing argument 2 for apachesolr_views_query::ensure_table(), called in [...]/sites/all/modules/og/modules/og_views/includes/og_views_handler_field_og_member_count.inc on line 4 and defined in [...]/sites/all/modules/apachesolr_views/apachesolr_views_query.inc on line 447.
It seems like apachesolr_views_query::ensure_table() requires a $relationship parameter, the attached patch makes this optional.
| Comment | File | Size | Author |
|---|---|---|---|
| og_member_count.patch | 806 bytes | larskleiner |
Comments
Comment #1
Scott Reynolds commentedAhh your right. It should have three arguments
Comment #2
BeaPower commentedI am having this problem, any update on the patch?
Comment #3
lucasvm commentedIm getting the same, any ideas?