Buongiorno ragazzi ho fatto aggiornamento a Joomla 4 ma mi da sto errore come posso risolvere errore è in rosso? mi potete aiurare
/home/mhd-01/www.quintaluna.it/htdocs/administrator/modules/mod_ga_dash/src/Google/Utils.php:57
*/
public static function getStrLen( $str ) {
$strlenVar = strlen( $str );
$d = $ret = 0;
for ( $count = 0; $count < $strlenVar; ++$count ) {
$ordinalValue = ord( $str{$ret} );
switch ( true ) {
case ( ( $ordinalValue >= 0x20 ) && ( $ordinalValue <= 0x7F ) ) :
// characters U-00000000 - U-0000007F (same as ASCII)
$ret++;
break;