Passing null to parameter errors PHP 8.2.20
-
I’m getting these errors in the log with PHP 8.2.20
[16-Jun-2024 03:01:33] 1. Trying to create a WordPress export to XML file …
[16-Jun-2024 03:01:34] DEPRECATED: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: strlen(): Passing null to parameter #1 ($string) of type string is deprecated
[16-Jun-2024 03:01:34] DEPRECATED: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
The topic ‘Passing null to parameter errors PHP 8.2.20’ is closed to new replies.