Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error on composer update #84

Open
jonathanmaron opened this issue Apr 17, 2018 · 2 comments
Open

Fatal error on composer update #84

jonathanmaron opened this issue Apr 17, 2018 · 2 comments
Assignees
Labels

Comments

@jonathanmaron
Copy link

On composer update, the dependency kriswallsmith/buzz is updated to 0.17.1. This causes the following fatal error, rending site search entirely broken:

PHP Fatal error:  Uncaught Error: Call to undefined method Buzz\Client\Curl::setVerifyPeer() in /[..]/vendor/opensearchserver/opensearchserver/src/OpenSearchServer/Handler.php:41

A quick fix is to fork and force version 0.16.0, however setVerifyPeer() needs to be factored out of the component.

@GenesisCraig
Copy link

I'm not very Composer literate. How can I limit kriswallsmith/buzz to 0.16.0?

Also, Any status on this getting fixed?

@emmanuel-keller emmanuel-keller self-assigned this May 9, 2018
emmanuel-keller added a commit to emmanuel-keller/opensearchserver-php-client that referenced this issue May 11, 2018
@GenesisCraig
Copy link

@emmanuel-keller 's commit seems to have solved this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants