Strange error with after v6.2 auto-update
-
We started getting this error soon after the site got updated to 6.2
PHP Fatal error: Uncaught WpOrg\Requests\Exception\InvalidArgument: WpOrg\Requests\Requests::request(): Argument #4 ($type) must be of type string, NULL given in /var/www/site.com/wp-includes/Requests/src/Exception/InvalidArgument.php:29
What’s strange here is in this file /wp-includes/class-wp-http.php on line #217 the ‘method’ gets parsed. So on line #320, the $type variable can not be null.
But for some reason
null
value is getting passed in argument #4 on line #396.Any idea why this might be happening?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Strange error with after v6.2 auto-update’ is closed to new replies.