When enabling Apache Solr OG: Filter by Organic Group on the Enabled Filters form, I get the following warning when configuring the resulting block:
warning: Missing argument 2 for apachesolr_facetcount_form(), called in /blahblah/sites/all/modules/apachesolr/contrib/apachesolr_og/apachesolr_og.module on line 170 and defined in /blahblah/sites/all/modules/apachesolr/apachesolr.module on line 915.
Then, when a search is run, a white screen of death ensues.
I insanely attempted to add a second parameter to the call ($edit), and the warning went away, but again the search resulted in WSOD.
Comments
Comment #1
pwolanin commentedApparently I missed that module when the function signatures changed.
apachesolr.module:940:function apachesolr_facetcount_form($module, $delta) {
Committed attached patch to 6.x-1.x, Robert please port to 2.x
Comment #2
pwolanin commentedComment #3
robertdouglass commentedSub.
Comment #4
robertdouglass commentedCommitted to 6.2.