Errors with PHP 8.1
-
When I switch from PHP 7.4 to PHP 8.1 I get a bunch of errors in my footer caused by Jetpack, why is this not updated to 8.1 yet?
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/username/public_html/wp-content/plugins/jetpack/functions.compat.php on line 77 Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/username/public_html/wp-content/plugins/jetpack/modules/photon-cdn.php on line 75 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/username/public_html/wp-content/plugins/jetpack/functions.compat.php on line 77 Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/username/public_html/wp-content/plugins/jetpack/functions.compat.php on line 77 Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/username/public_html/wp-includes/formatting.php on line 2761
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Errors with PHP 8.1’ is closed to new replies.