InfotelGLPI/mydashboard

infotel.class.php using old glpi db name

Closed this issue · 1 comments

Hi,

It seems to me that mydashboard is using old columns which have been replaced within the GLPI 9.2 update :
https://github.com/glpi-project/spec/wiki/OLA-Management#change-in-database

  • The version of the plugin.
    1.4.0

  • The version of your GLPI.
    9.2.1

  • The steps to reproduce your issue.
    Access to the dashboard with debug mode on:
    github_dashboard1

Best regards,

Note:
The PHP Notice vanished after patching the files from the plugin directory :
find . -type f -exec sed -i ‘s/old_column/new_column/g’ {} +