Wolvverine / protocolsmanager

GLPI Plugin to report users inventory
2 stars 0 forks source link

Issue with undefined $containername #9

Closed rebelx9x closed 3 months ago

rebelx9x commented 8 months ago

Hello, after switching to GLPI v.10 and installing your version of protocolsmanager plugin I have an issue, Every time I am rteying to create dosument, I am getting blank page and in error log I see these errors: in main PHP log file i see these: [20-Feb-2024 15:45:18 Europe/Warsaw] PHP Warning: Undefined variable $containerName in D:\GLPI\plugins\protocolsmanager\inc\generate.class.php on line 108 [20-Feb-2024 15:45:18 Europe/Warsaw] PHP Warning: Undefined variable $containerName in D:\GLPI\plugins\protocolsmanager\inc\generate.class.php on line 142 in GLPI PHP-errors.log I see these: [2024-02-20 15:45:19] glpiphplog.WARNING: *** PHP Warning (2): Undefined variable $containerName in D:\GLPI\plugins\protocolsmanager\inc\generate.class.php at line 142 Backtrace : plugins\protocolsmanager\inc\generate.class.php:34 PluginProtocolsmanagerGenerate->showContent() src\CommonGLPI.php:694 PluginProtocolsmanagerGenerate::displayTabContentForItem() ajax\common.tabs.php:120 CommonGLPI::displayStandardTab()

addition plugin "Fields" was installed after that , but nothing changed.