Menu

Erro ao usar no GLPI 9.5.1

2020-09-10
2021-04-16
  • André Luiz de Macêdo Soares

    Está dando erro no GLPI 9.5.1, não funciona corretamente.

     
  • Patrick Tavares

    Patrick Tavares - 2021-04-16

    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

     
  • Patrick Tavares

    Patrick Tavares - 2021-04-16

    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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.