Apache Solr Views uses two functions from Apache Solr search (apachesolr_search, which lives in the apachesolr module directory), but does not declare a dependency on the module. It needs to be added as a dependency in the .info file.

Comments

becw’s picture

Title: Undeclared dependency on apachesolr_search » Undeclared dependency on apachesolr_search (patch)
Status: Active » Needs review
StatusFileSize
new313 bytes

Here's a trivial patch.

becw’s picture

Priority: Normal » Critical

apachesolr_views breaks without apachesolr_search. This dependency is required.

dstuart’s picture

Status: Needs review » Fixed

Patch commit to dev

dstuart’s picture

Status: Fixed » Closed (fixed)