Closed (won't fix)
Project:
Apache Solr Search
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 05:13 UTC
Updated:
17 Nov 2011 at 03:10 UTC
Fatal error: require_once() [function.require]: Failed opening required 'SolrPhpClient/Apache/Solr/Service.php' (include_path='.;C:\php5\pear') in C:\wamp\www\apache\sites\all\modules\apachesolr\Drupal_Apache_Solr_Service.php on line 2
Comments
Comment #1
dipen chaudhary commentedHave you read the installation README or the handbook page linked on the project page?
You will need to check out revision 6 of Solr PHP client in your apachesolr module directory, please refer to installation instruction.
Comment #2
damienmckennaIt might be cleaner if a file_exists() check was executed first, and then have it fail more cleanly if not found?
Comment #3
pwolanin commentedThe module does nto work at all without that library, so if anything the place to put a file_exists() would be in hook_requirements() so that the module cannot be enabled without it
Comment #4
robertdouglass commentedComment #5
jpmckinney commentedFixed in #628080: Update PHP client and fix multiple method name to match r22 client
Comment #7
brycesenz commentedI just updated to the latest version of -dev (2.x branch) from a slightly older version, and all of a sudden I'm seeing this issue. I updated the module using drush, and have run all updates and flushed the caches, yet this error still appears.
I'm reverting back to my older version until I figure out why this happened.
Comment #8
webdevbyjoss commentedHi, guys
I've updated to the latest version of this module and it looks like this bug still exists.
My Solr Search is down and fails with
Fatal error: require_once() [function.require]: Failed opening required 'SolrPhpClient/Apache/Solr/Service.php'
Possibly we should include the workaround instruction for this for people who plan to upgrade their "Apache Solr Search Integration" module.
Because I had 6.x-1.2 version and upgraded to 6.x-1.5 which resulted into "Fatal error: ..."
Comment #9
nick_vh@webdevbyjoss : Have you installed the required library for 6.x-1.5?
Comment #10
pwolanin commentedNo patch, closing issue.