Nodequeue is working fine, but any time that I attempt to use Apache Solr, I get the following error:
Warning: Missing argument 3 for nodequeue_apachesolr_modify_query(), called in /var/www/sites/all/modules/apachesolr/apachesolr.module on line 1514 and defined in nodequeue_apachesolr_modify_query() (line 408 of /var/www/sites/all/modules/nodequeue/nodequeue.module).
Apache Solr does return a proper result set.
For the time being I just commented out the Solr hook.
Comments
Comment #1
ezra-g commentedSeems we need to update per #1007860: API fix for hook_apachesolr_modify_query. Thanks for the report :) !
Comment #2
brenk28 commentedHere is an attempt for a patch.
Comment #3
setvik commentedSweet! Thanks for the patch. Worked great.
Added in the class hint (DrupalSolrQueryInterface) and rerolled the patch
Comment #4
keithm commentedApplying #3 produced another warning, this time on argument 2. Added default to fix it.
Comment #5
amateescu commentedTested this and it's ready to fly :)
Rerolled #4 because it applied with an offset.
Comment #6
amateescu commentedCommited to 7.x. Thanks!
http://drupalcode.org/project/nodequeue.git/commit/9aa3dd9