Apache worked great before.
After I updated from 6.x-1.2 to 6.x-1.3 my search block doesn't work and I get the following error when performing a search from the search page.
warning: require_once(SolrPhpClient/Apache/Solr/Service.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/idove12/sites/all/modules/apachesolr/Drupal_Apache_Solr_Service.php on line 2.
Comments
Comment #1
drtrueblue commentedEvidently when the module was upgraded, folders were overwritten. Is there a way to avoid this with a drush update?
Comment #2
pwolanin commentedPeople complain about it all the time. see also #792712: Move SolrPHPClient to libraries
Should probably add to the docs at least.
Comment #3
pfrenssenI have added this to the online documentation.
Comment #4
pwolanin commentedok, thanks. That may be as fixed as it will get for 6.x-1.x
Comment #6
gthing commentedI tried installing in the libraries folder following the documentation, but the module complains:
Or it just throws a 500 server error.
I tried uninstalling the module completely and re-installing without luck.
Comment #7
nick_vhComment #8
quotesbro commented@gthing, check permissions on your directory.
Comment #9
alexx90 commentedI get the same error
The Solr PHP library must be present in a sub-directory named SolrPhpClient. (Currently using Apache Solr PHP Client Library Missing. See the instructions in README.txt)Is there any one explain to me where to install that folder I'm using filezilla for my web
Comment #10
pfrenssen@alexx90, there are detailed instructions in the file called README.txt inside the module folder, under the heading "Installation".
Comment #11
alexx90 commentedI did read the file but I didn't understand where to paste the file. If I have to put the file in module folder or in library folder or somewhere else.
and thank you for your answer