Closed jubbs closed 7 years ago
Found an error in the reponse exception class. Needed to change to the following. Not really sure how to use github so just posting it here
public function __construct(Request $request, Response $response) { $this->_request = $request; $this->_response = $response; $error = $response->getError(); parent::__construct($error['reason']); }
Which file is that function supposed to be updated in?
Apologies.
I was using the wrong version of elastic search (5.3) downgraded to 2.3 and no longer an issue.
Thanks
Found an error in the reponse exception class. Needed to change to the following. Not really sure how to use github so just posting it here