• Resolved claudiaiw

    (@claudiaiw)


    Hi,

    on several projects we have a deprecated warning in the backend since using PHP 8

    Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in?/html/…./wp-includes/formatting.php?on line?2809

    Now I searched for the reason and noticed, that when I deactivate UpdraftPlus the warning is gone.
    Did not found any topic concerning this here…

    This is no big problem, just a little bit annoying when debug is active during development.

    Regards
    Claudia

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi,

    Deprecated notices are for information only, and do not affect the normal operation of the backup. These are to highlight PHP code methods and features which will be removed in a future version of PHP.

    Future versions of UpdraftPlus will have updates to the code to address these deprecated notices.

    Thread Starter claudiaiw

    (@claudiaiw)

    Hi,

    thanks for the info and it is totally clear to me, that deprecated warnings are not important for now.
    It was just cause I see this since several weeks in our dev projects, there were several Updraft Updates since then and clients with admin also asked about this.

    But surely you will modify this soon, thanks anyway for this plugin!

    It would be nice to see this dealt with. I often run Updraft in a dev environment where debugging is necessary, and it’s not ideal to have those notices taking up so much screen real estate and obscuring any other errors that might need my attention.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deprecated warning PHP 8.1 when Updraft active’ is closed to new replies.