Joomla.it Forum

Joomla! 4 => Joomla! 4.x => : webdc 10 Jun 2023, 14:48:00

: errore pannello di controllo
: webdc 10 Jun 2023, 14:48:00
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;