There is a problem with how the acquia_search module includes a required file from another module via drupal_get_path. In an install profile and a modules .install file, that function is not available.

Comments

febbraro’s picture

StatusFileSize
new661 bytes

Here is a patch to fix it specifically for how OP may include the module.

febbraro’s picture

Status: Active » Needs review
StatusFileSize
new455 bytes

Actually, I fixed the wrong thing. This makes sure it does not get run during the site installation process.

Anonymous’s picture

Status: Needs review » Patch (to be ported)
jec006’s picture

Status: Patch (to be ported) » Needs review
jec006’s picture

Does not apply to D7 as acquia search is not included