Está dando erro no GLPI 9.5.1, não funciona corretamente.
Abra o arquivo plugins\os\front\index.php, Encontre as linhas: include ('../../../config/includes.php'); include ('../../../config/config.php');
Substitua por: include ('../../../inc/includes.php'); include ('../../../inc/config.php');
Abraços
Altere essas linhas em os-cli.php
static function deprecated($message = "Called method is deprecated") { /trigger_error($message, E_USER_DEPRECATED);/ }
Log in to post a comment.
Está dando erro no GLPI 9.5.1, não funciona corretamente.
Abra o arquivo plugins\os\front\index.php,
Encontre as linhas:
include ('../../../config/includes.php');
include ('../../../config/config.php');
Substitua por:
include ('../../../inc/includes.php');
include ('../../../inc/config.php');
Abraços
Altere essas linhas em os-cli.php
static function deprecated($message = "Called method is deprecated") {
/trigger_error($message, E_USER_DEPRECATED);/
}
Last edit: Patrick Tavares 2021-04-16