You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.CRITICAL: Error: Call to undefined function GuzzleHttp\Promise\unwrap() in /vendor/theiconic/php-ga-measurement-protocol/src/Network/HttpClient.php:51
#114
Open
ant0x64 opened this issue
Sep 25, 2023
· 2 comments
After upgrading Magento to version 2.4.6 with Guzzle 7.8.0, the following line contains an undefined function.
main.CRITICAL: Error: Call to undefined function GuzzleHttp\Promise\unwrap() in /vendor/theiconic/php-ga-measurement-protocol/src/Network/HttpClient.php:51
@antondkv could you provide a pull request so the maintainers can prio this? Its causing a lot of errors lately. Would be nice if a fix is getting released asap.
TheLevti
added a commit
to bitpanda-labs/php-ga-measurement-protocol
that referenced
this issue
Sep 28, 2023
After upgrading Magento to version 2.4.6 with Guzzle 7.8.0, the following line contains an undefined function.
main.CRITICAL: Error: Call to undefined function GuzzleHttp\Promise\unwrap() in /vendor/theiconic/php-ga-measurement-protocol/src/Network/HttpClient.php:51
To solve that it needs to be changed to the next one:
The text was updated successfully, but these errors were encountered: