• Hi
    It seems that the plugin generates warnings with PHP 8.1:
    strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
    str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
    When do you plan to update?
    Thanks in advance

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

    (@permafrost06)

    Hello, when do you see these warnings? We do not see this on our side. Also, please include the filename and line number if possible. Thank you.

    Thread Starter ericbourges

    (@ericbourges)

    Hello
    These PHP Deprecated messages appear in the logs since the transition from PHP 8.0 to 8.1. I was able to target the offending plugin with Query Monitor.
    This is not an error in a plugin file but functions used in a way that is deprecated (the file and line indicated are /wp-includes/functions.php line 2187)

    Plugin Contributor Zahin Azmayeen

    (@permafrost06)

    We had a look at our logs and didn’t find the same warnings.

    If you could tell us at what point (e.g. trying to load the table in the frontend, enabling pagination or sticky column, or entering responsive table editing etc.) these warnings were generated, the investigation would be easier.

    Also, please make sure you are running the latest version of the plugin (v1.4.13).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warnings PHP 8.1’ is closed to new replies.