• Resolved sanfrhkjzfcg

    (@sanfrhkjzfcg)



    mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in includes/irrp-helper.php on line 720.” line 720 in ‘includes/irrp-helper.php’.

    Before calling mb_strtolower(), ensure the input is cast to a string or checked for null. Use: mb_strtolower((string)$variable).

    also Perform a quick search in this file for other string functions like strlen(), strpos(), or trim() and ensure they are also protected against null values, as PHP 8.1 is strict about this.

    thanks!

    Viewing 2 replies - 1 through 2 (of 2 total)
    • Plugin Support Nick

      (@d4d5bh6)

      Thanks for reporting this and for the detailed suggestion.

      We’ve reviewed the issue and will include a fix in the upcoming release to ensure proper type handling and avoid similar warnings across the file.

      Appreciate you pointing this out!

      Plugin Support MixHa

      (@mixha)

      Hello @sanfrhkjzfcg ,

      The patch is included in the freshly published plugin version.
      Please update the plugin, and the issue should be resolved.
      Please feel free to open a new ticket if you spot any other issues.

      Kind regards

    Viewing 2 replies - 1 through 2 (of 2 total)

    You must be logged in to reply to this topic.