• Resolved Insect Trojan

    (@insecttrojan)


    FILTER_SANITIZE_STRING is deprecated in?/var/www/vhosts/domain.gr/httpdocs/wp-content/plugins/wp-smushit/core/external/free-dashboard/module.php?on line?248

    Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in?/var/www/vhosts/domain.gr/httpdocs/wp-includes/functions.php?on line?7053

    Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in?/var/www/vhosts/domain.gr/httpdocs/wp-includes/functions.php?on line?2165

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @insecttrojan,

    Thank you for bringing this issue to our attention!

    Although the term “deprecated” implies that the constant will be removed eventually, that should not affect the way how all Smush features work.

    If you see these warnings in Smush backend, and would like to disable them, you can adjust or disable displaying errors in PHP settings, or add this to wp-config.php file on a new line, after the opening <?php tag :

    error_reporting(E_ALL & ~E_DEPRECATED);

    The plugin developers should address this in the future releases, but we do not have an estimated time for the update, I’m afraid.

    Thank you for your understanding, and apologies for any inconvenience!

    Best Regards,
    Dmytro

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @insecttrojan,

    Since this is already addressed in future update, I’ll go ahead and mark this thread as resloved.

    Please feel free to re-open or create a new ticket for any further assistance.

    Best Regards,

    Nithin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php 8.1 deprecated’ is closed to new replies.