VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Call to a member function getCluster() on a non-object #47

Closed VeggieMeat closed 9 years ago

VeggieMeat commented 10 years ago

Original issue: https://www.drupal.org/node/2338565

I have issues settings up the ElasticaSearch Client Settings it seems. As soon as I put the ip of the server on which Elastic Search is found with port 9200, I get an error like below:

( ! ) Fatal error: Call to a member function getCluster() on a non-object in /home/xxx/vhosts/xxx/webroot/sites/all/modules/contrib/search_api_elasticsearch/modules/elastica/includes/SearchApiElasticsearchElastica.inc on line 928

Can you please guide on the right steps to configure the module? Or is there something that I missed