Guzzle integration causes fatal error
-
Hi,
there is a problem with this plugin – I’m using 1.5.3 version on the latest WordPress. The plugin causes fatal error after upgrade to the latest WP version. Currently the plugin is inactive. Reinstalling the plugin doestn’t help.Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /mysiteadresss.com/wp-content/plugins/woo-mailerlite/vendor/guzzlehttp/guzzle/src/functions.php:61 Stack trace: #0 /mysiteadresss.com/wp-content/plugins/backwpup/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler() #1 /mysiteadresss.com/wp-content/plugins/backwpup/vendor/guzzlehttp/guzzle/src/Client.php(65): GuzzleHttp\HandlerStack::create() #2 /mysiteadresss.com/wp-content/plugins/woo-mailerlite/vendor/mailerlite/mailerlite-api-v2-php-sdk/src/Common/RestClient.php(115): GuzzleHttp\Client->__construct() #3 /mysiteadresss.com/wp-content/plugins/woo-mailerlite/vendor/mailerlite/mailerlite-api-v2-php-sdk/src/Common/RestClient.php(47): MailerLiteApi\Common\RestClient->send() #4 /hmysiteadresss.com/wp-content/plugins/woo-mailerlite/vendor/guzzlehttp/guzzle/src/functions.php on line 61
Line 61 is “return Utils::chooseHandler();” in this fragment of code:
function choose_handler(): callable
{
return Utils::chooseHandler();
}Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Guzzle integration causes fatal error’ is closed to new replies.