v3.1 – Call to undefined method GuzzleHttp\Utils::chooseHandler() i
-
installed this through packagist. version 3.1 and guzzle 7.2 results in this error
( ! ) Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /var/www/html/vendor/guzzlehttp/guzzle/src/functions.php on line 61 ( ! ) Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /var/www/html/vendor/guzzlehttp/guzzle/src/functions.php on line 61 Call Stack # Time Memory Function Location 1 0.0025 538592 {main}( ) .../plugins.php:0 2 0.0054 583312 require_once( '/var/www/html/public/wp/wp-admin/admin.php' ) .../plugins.php:10 3 0.0068 593960 require_once( '/var/www/html/public/wp/wp-load.php' ) .../admin.php:34 4 0.0089 603896 require_once( '/var/www/html/public/wp-config.php' ) .../wp-load.php:42 5 0.0126 680920 require_once( '/var/www/html/public/wp/wp-settings.php' ) .../wp-config.php:74 6 3.8119 42266696 do_action( ) .../wp-settings.php:409 7 3.8119 42267072 WP_Hook->do_action( ) .../plugin.php:478 8 3.8119 42267072 WP_Hook->apply_filters( ) .../class-wp-hook.php:311 9 4.7431 47325832 wpCloud\StatelessMedia\Bootstrap->pre_init( ) .../class-wp-hook.php:287 10 4.7431 47325832 wpCloud\StatelessMedia\Bootstrap->init( ) .../class-bootstrap-plugin.php:56 11 4.8963 50993952 wpCloud\StatelessMedia\Bootstrap->is_connected_to_gs( ) .../class-bootstrap.php:188 12 5.1902 51786872 wpCloud\StatelessMedia\GS_Client->is_connected( ) .../class-bootstrap.php:1539 13 5.1902 51786872 wpCloud\StatelessMedia\Google_Client\Google_Service_Storage_Resource_Buckets->get( ) .../class-gs-client.php:399 14 5.1902 51787624 wpCloud\StatelessMedia\Google_Client\Google_Service_Storage_Resource_Buckets->call( ) .../Buckets.php:74 15 5.6622 52191656 wpCloud\StatelessMedia\Google_Client\Google_Client->execute( ) .../Resource.php:233 16 5.6623 52194000 wpCloud\StatelessMedia\Google_Client\Google_Client->authorize( ) .../Client.php:860 17 5.6623 52194000 wpCloud\StatelessMedia\Google_Client\Google_Client->getHttpClient( ) .../Client.php:381 18 5.6623 52194000 wpCloud\StatelessMedia\Google_Client\Google_Client->createDefaultHttpClient( ) .../Client.php:1112 19 5.7274 52263496 GuzzleHttp\Client->__construct( ) .../Client.php:1157 20 5.7502 52292344 GuzzleHttp\HandlerStack::create( ) .../Client.php:65 21 5.7502 52292440 GuzzleHttp\choose_handler( )
keeping it back to the previous version 2.* in the meantime.
should i be using a specific Guzzlehttp version? or a different package entirely?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘v3.1 – Call to undefined method GuzzleHttp\Utils::chooseHandler() i’ is closed to new replies.