• Resolved Jonah Brown

    (@fishbaitbytes)


    Had a website that experienced an issue and when looking further I saw this in the error log:

    PHP Fatal error:  Uncaught TypeError: Argument 1 passed to GuzzleHttp\Exception\RequestException::wrapException() must be an instance of Psr\Http\Message\RequestInterface, instance of GuzzleHttp\Message\Request given, called in /www/wp-content/plugins/leadpages/vendor/guzzlehttp/guzzle/src/Client.php on line 191 and defined in /www/wp-content/plugins/tweet-old-post/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:48
    

    /www/wp-content/plugins/leadpages/vendor/guzzlehttp/guzzle/src/Client.php on line 191

    throw RequestException::wrapException($trans->request, $exception);

    It is looking like both plugins are using similar exemption calls.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Uriahs Victor

    (@uriahs-victor)

    Hi, at what point do you get this error? Can you try disabling the leadpages plugin to see if the issue still occurs?

    They might be using an old version of Guzzle and causing this

    Plugin Contributor Uriahs Victor

    (@uriahs-victor)

    Hi, we’ve dropped Guzzle. Please try installing the plugin again and let us know if you have issues

    Thread Starter Jonah Brown

    (@fishbaitbytes)

    Ok will try this latest update and see if anything displays in the logs.

    AC

    (@purplecodes)

    Themeisle Support

    Hi @fishbaitbytes,

    Have you already tried reinstalling the plugin?
    Let us know if you are still having the same issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Uncaught TypeError’ is closed to new replies.