PHP 8.1 issue with WP 6.1.1
-
Updated from PHP 8 to 8.1
usinig WP 6.1.1
and getting warning after warning like:
PHP Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /data/web/xxxxxxx/htdocs/xxxx/wp-includes/Requests/Cookie/Jar.php on line 63
or
PHP Deprecated: Return type of Requests_Utility_CaseInsensitiveDictionary::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /data/web/xxxxxxx/htdocs/xxxx/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php on line 40
- The topic ‘PHP 8.1 issue with WP 6.1.1’ is closed to new replies.