-
Notifications
You must be signed in to change notification settings - Fork 21
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
Curl setOption error #46
Comments
I've just got this problem too, following a composer update. My PHPStorm IDE is throwing all sorts of red code inspection errors with the code in kriswallsmith/buzz but there doesn't seem to be any trace of trouble with that bundle. I have the latest Hype bundle and latest Buzz bundle, running on Symfony 3.4 Your Stackoverflow question has disappeared - did you find a solution? |
I've had a look back into what's happened recently with my bundles and identified Buzz 0.17.1 as the problem of this setOption problem. There are BC breaks in 0.17.1 of Buzz which the Hype/Mailchimp bundle doesn't like. Mandating Buzz at 0.16.1 fixes things for me. It will be fixed with MR #45 |
Thanks a lot! |
I'm stucked since a few days with this issue coming from the bundle and that I'm not able to solve : https://stackoverflow.com/questions/50573517/curl-error-trying-to-check-mailchimp-lists-with-hype-mailchimp-bundle
It was working fine for a year now and nothing seems to have change in my code. Any idea where I should look at first to help ?
The text was updated successfully, but these errors were encountered: