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

Interface 'Guzzle\Parser\UriTemplate\UriTemplateInterface' not found #145

Open
UdyW opened this issue Nov 5, 2019 · 1 comment
Open
Labels

Comments

@UdyW
Copy link

UdyW commented Nov 5, 2019

Im running a Laravel 5.5 application on php 7.1 and use omnipay/sagepay 2.6.
Using Apache MAMP. MacOS Catalina.

Everything was working fine but suddenly I'm getting
Interface 'Guzzle\Parser\UriTemplate\UriTemplateInterface' not found

I have not updated any packages.

The error originates from
omnipay/sagepay/src/Message/AbstractRequest.php Line 337

Anyone have Idea?

@judgej
Copy link
Member

judgej commented Nov 23, 2019

Guzzle\Parser\UriTemplate\UriTemplateInterface will take a URL template with replacement fields in it, an arrray of name/value data to put into the template, and will return a string of the full URL. This driver doesn't use URL templates, but sprintf() instead.

However, something is expecting it, and I'm not sure what. And Guzzle isn't finding the class, and that is just as much a mystery.

Did you solve this, or are you still looking for an answer?

@judgej judgej added the awaiting response Awaiting response label Nov 23, 2019
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

2 participants