Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Jennifer Dust

    (@jldust)

    Hi Matt,

    Thanks for taking a look at this, here is an example of the code we are using that we experienced the error message with.

    wp_nav_menu(
      array(
        'menu' => $sidebar_menu,
        'fallback_cb' => false,
        'container' => false,
        'start_depth' => 1,
        'depth' => 2
      )
    );

    Similar issue here, but I ran into the guzzle error when updating Facebook Pixel to v2.2.1. Looks like that update changes the guzzle version which causes Simple Calendar to fail when loading the page.

    Facebook Pixel v2.2.0 does work with Simple Calendar.

    This was the error I found after the update:
    Uncaught Error: Call to undefined method GuzzleHttp\Utils::chooseHandler() in /code/wp-content/plugins/google-calendar-events/vendor/guzzlehttp/guzzle/src/functions.php:61 Stack trace: #0 /code/wp-content/plugins/official-facebook-pixel/vendor/guzzlehttp/guzzle/src/HandlerStack.php(42): GuzzleHttp\choose_handler()

Viewing 2 replies - 1 through 2 (of 2 total)