Closed (fixed)
Project:
Search API Solr
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2012 at 22:03 UTC
Updated:
4 May 2012 at 09:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedComment #2
pirog commentedi can confirm that this correctly searches profile/*/libraries for SolrPhpClient during the drupal installation process.
Comment #3
brandenlhamilton commentedI can confirm that applying this patch helped resolve a problem when installing the Panopoly profile. There is a related issue in that projects queue that may depend on this patch.
http://drupal.org/node/1490396#comment-5873648
Comment #4
acrollet commentedI tried this patch, but it had the disadvantage of not working with drush site-install. Updated patch attached, works with drush and the regular installer.
Comment #5
jsacksick commentedThere's a function for that :
Comment #6
jsacksick commentedCommitted with the drupal_get_profile() use, thanks.