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

PHP Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() #1

Open
methnen opened this issue Oct 14, 2021 · 2 comments

Comments

@methnen
Copy link

methnen commented Oct 14, 2021

Any ideas why I'd have this showing whenever I try to use the library?

PHP Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler()

Everything was working great and then suddenly this, repeatedly.

@aghilanbaskar
Copy link
Owner

I think the problem is with guzzleHTTP package.
Try removing vendor folder and composer.lock file and try installing vendor again.

Stackoverflow Issue link: https://stackoverflow.com/questions/67678122/call-to-undefined-method-guzzlehttp-utilschoosehandler-when-sending-email/67678185#67678185

Share the steps which you have tried untill now. So that it will be easy for identifying the issue.

@methnen
Copy link
Author

methnen commented Oct 15, 2021

Thanks for the reply.

I've tried this and it doesn't seem to solve it. I did a ton of searching on Google and StackOverflow and lots of people having the same issue but no solutions that seem to solve the issue.

Is the zoom library expecting/specifying a specific version that's maybe not the one being loaded because of other libraries that might loaded first?

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

No branches or pull requests

2 participants