Closed namevac closed 6 years ago
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:
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’ {} +
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:
Best regards,