php 8.1 bugs maybe?
-
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(), ortrim()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)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.