Me sale un error en el modulo Navigation

  • Autor Autor Dtech
  • Fecha de inicio Fecha de inicio
D

Dtech

Hola alguien me puede ayudar a como corregir este error ke me sale


Warning: str_repeat(): Second argument has to be greater than or equal to 0. in /modules/navigation.php on line 115

Warning: str_repeat(): Second argument has to be greater than or equal to 0. in /modules/navigation.php on line 115

Warning: str_repeat(): Second argument has to be greater than or equal to 0. in /modules/navigation.php on line 115
😕
 
en esa linea sale lo siguiente
$navmark = iif($navlinks['level'] == 0, $mod_options['portal_navigation_mark1'], str_repeat(' ', ($navlinks['level'] - 0)) . $mod_options['portal_navigation_mark2']);
 
Has modificado el modulo Navigation (de vBadvanced)?

Por lo general no se tienen que modificar PHP, excepto el config.php y uno que otro que requiera modificacion manual para lograr algun Hack.