• Resolved paulroberts

    (@paulroberts)


    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

Viewing 1 replies (of 1 total)
  • Plugin Support BWU Support

    (@saranshwpm)

    Hello,

    Thank you for reaching out.

    Regarding the warnings you mentioned, please do not worry as they won’t affect your backup files. These warnings are caused by the latest PHP 8.2, which even WordPress itself does not fully support yet(you can take a look?here). This means that WordPress, your themes, or plugins might have random issues with this PHP version.

    I would suggest you ignore the warnings or consider changing the PHP version to a more well-supported one like 8.0 or 8.1.

    Let us know if you need any further assistance.

    Best regards,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.