APIv3-php-library icon indicating copy to clipboard operation
APIv3-php-library copied to clipboard

Guzzle Error with SDK 8.4.2 & php 7.4.3

Open Colir opened this issue 2 years ago • 1 comments

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

Hi, I've just installed SDK 8.4.2, and starting to develop Custom code to send transactional emails.

On my first try, I got this error Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler()

Would anyone be able to help me?

Thank you.

Colir avatar May 16 '23 08:05 Colir

ok, I've found the problem. It's due to another install of Guzzle in another folder loaded with the autoloader.

But how I can isolate Guzzle use on different folders, if I need different versions of Guzzle?

thank you

Colir avatar May 16 '23 09:05 Colir