• Resolved DeveloperWil

    (@developerwil)


    WordPress version 6.2.2. Plugin version version 2.3.1

    I’ve getting the following PHP fatal error from your plugin in a vendor src file.

    [07-Jul-2023 00:16:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /home/qipzaknv/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/guzzlehttp/guzzle/src/functions.php:61
    Stack trace:

    0 /home/qipzaknv/public_html/wp-content/plugins/wp-scheduled-posts/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler()

    1 /home/qipzaknv/public_html/wp-content/plugins/wp-scheduled-posts/vendor/guzzlehttp/guzzle/src/Client.php(65): GuzzleHttp\HandlerStack::create()

    2 /home/qipzaknv/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/api-client/class-activecampaign-for-woocommerce-api-client.php(222): GuzzleHttp\Client->__construct(Array)

    3 /home/qipzaknv/public_html/wp-content/plugins/activecampaign-for-woocommerce/includes/repositories/class-activecampaign-for-woocommerce-connection-repository.php(59): Activecampaign_For_Woocommerce_Api_Client->configure_client()

    4 /home/qipzaknv/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/p in /home/qipzaknv/public_html/wp-content/plugins/activecampaign-for-woocommerce/vendor/guzzlehttp/guzzle/src/functions.php on line 61

    • This topic was modified 1 year, 8 months ago by DeveloperWil.
Viewing 3 replies - 16 through 18 (of 18 total)
  • Hello, it seems that the plugin is still creating conflicts with other plugins, indeed I get a fatal error with this stack trace

    #6 /var/www/html/wp-conten in /var/www/html/wp-content/plugins/youtube-plugin/vendor/guzzlehttp/guzzle/src/HandlerStack.php on line 42
    #5 /var/www/html/wp-content/plugins/youtube-plugin/vendor/google/apiclient/src/Google/Service/Resource.php(232): Google_Client->execute()
    #4 /var/www/html/wp-content/plugins/youtube-plugin/vendor/google/apiclient/src/Google/Client.php(855): Google_Client->authorize()
    #3 /var/www/html/wp-content/plugins/youtube-plugin/vendor/google/apiclient/src/Google/Client.php(380): Google_Client->getHttpClient()
    #2 /var/www/html/wp-content/plugins/youtube-plugin/vendor/google/apiclient/src/Google/Client.php(1107): Google_Client->createDefaultHttpClient()
    #1 /var/www/html/wp-content/plugins/youtube-plugin/vendor/google/apiclient/src/Google/Client.php(1145): GuzzleHttp\Client->__construct()
    #0 /var/www/html/wp-content/plugins/youtube-plugin/vendor/guzzlehttp/guzzle/src/Client.php(65): GuzzleHttp\HandlerStack::create()
    Stack trace:
    [28-Aug-2023 16:44:25 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function GuzzleHttp\choose_handler() in /var/www/html/wp-content/plugins/youtube-plugin/vendor/guzzlehttp/guzzle/src/HandlerStack.php:42

    If I deactivate ActiveCampaign for WooCommerce everything works as expected.

    How to fix this issue? Thank you!

    Plugin Author ActiveCampaign

    (@acteamintegrations)

    Since this has no further issue updates I’ll close this out as resolved. Thank you.

    Plugin Author ActiveCampaign

    (@acteamintegrations)

    @mcfly It appears your problem is similar to what was reported by another user. The problem is with a different plugin. youtube-plugin appears to be causing your issue due to an undefined function.

    You may want to see if there is an update or report the issue with that plugin owner. If you discover it’s in any way a conflict with our plugin please let us know but from the trace you provided it does appear to be a different plugin from ours. With how we handled our namespacing it’s very unlikely any other plugin would conflict with vendor packages.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘PHP Fatal Error’ is closed to new replies.