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

Attempted to call function "parse_query" from namespace "GuzzleHttp\Psr7". #91

Closed
SergeC opened this issue Jul 12, 2021 · 4 comments
Closed

Comments

@SergeC
Copy link

SergeC commented Jul 12, 2021

PHP version: 7.4.12

Description
Getting an error "Attempted to call function "parse_query" from namespace "GuzzleHttp\Psr7"." In Oauth1.php line 149.
Seems like Guzzle moved functions to another place
Guzzle v7.3.0
oauth-subscriber v0.5.0

How to reproduce
Check functions locations. Functions called from old places

Possible Solution
Update library to be compatible with guzzle v7.3

Additional context

@SergeC
Copy link
Author

SergeC commented Jul 12, 2021

The oauth-subscriber v0.5.0 works fine with Guzzle v7.2.0 but crashes with Guzzle v7.3.0.

@GrahamCampbell
Copy link
Member

This should be fixed by #90.

@SergeC
Copy link
Author

SergeC commented Jul 12, 2021

@GrahamCampbell looks good. Can we have it merged and tagged(released) ASAP?

@GrahamCampbell
Copy link
Member

Fixed in 0.6.0.

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