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

Call to undefined function GuzzleHttp\\Psr7\\build_query() #57

Open
wri-rahul-d opened this issue May 23, 2022 · 1 comment · May be fixed by #82
Open

Call to undefined function GuzzleHttp\\Psr7\\build_query() #57

wri-rahul-d opened this issue May 23, 2022 · 1 comment · May be fixed by #82

Comments

@wri-rahul-d
Copy link

I believe that GuzzleHttp/psr7/build_query() method has been deprecated instead you should use GuzzleHttp/psr7/Query::build().

I am getting following error in my application:

{
    "message": "Call to undefined function GuzzleHttp\\Psr7\\build_query()",
    "context": {
        "exception": {
            "class": "Error",
            "message": "Call to undefined function GuzzleHttp\\Psr7\\build_query()",
            "code": 0,
            "file": "/tmp/vendor/muxinc/mux-php/MuxPhp/Api/LiveStreamsApi.php:2505"
        },
        ...
    },
}
@tonybyng
Copy link

Im having the same issue. Just grabbed v3.8 and it still refers to build_query() Did you resolve this ?

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

Successfully merging a pull request may close this issue.

2 participants