Uncaught TypeError
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Uncaught TypeError’ is closed to new replies.