You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated the plugin from 1.21.18 to 1.21.19 (on the last glpi available yet => 10.0.18
Since then :
I've got an additional DOM inside Appliance Object => Unable to add item when this DOM is active with active additionnal fields.
When i put inactive on ALL Additionnal Fields of this dom (or i put inactive in the entire dom) it works.
After unitary tests, only headers fields are ok but not so much useful.
All my fields are not mandatory, are not only-readable, and are not exotic (i've got text, dropdown, ...)
Here's the logs : PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1447 PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1451 PHP Warning (2): Undefined array key "tyoe" in [...]/fields/inc/container.class.php at line 1456 PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1212 PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1228 PHP Warning (2): Undefined array key "name" in [...]/fields/inc/container.class.php at line 1231 Uncaught Exception TypeError: PluginFieldsContainer::getClassname(): Argument #2 ($container_name) must be of type string, null given, called in [...]/fields/inc/container.class.php on line 1231 in [...]/fields/inc/container.class.php at line 2087
I checked the glpi_plugin_fields_fields table => All seems good
I checked the glpi_plugin_fields_containers => All seems good
I'm stuck. :)
Any help could be provided ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi !
I updated the plugin from 1.21.18 to 1.21.19 (on the last glpi available yet => 10.0.18
Since then :
I've got an additional DOM inside Appliance Object => Unable to add item when this DOM is active with active additionnal fields.
When i put inactive on ALL Additionnal Fields of this dom (or i put inactive in the entire dom) it works.
After unitary tests, only headers fields are ok but not so much useful.
All my fields are not mandatory, are not only-readable, and are not exotic (i've got text, dropdown, ...)
Here's the logs :
PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1447 PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1451 PHP Warning (2): Undefined array key "tyoe" in [...]/fields/inc/container.class.php at line 1456 PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1212 PHP Warning (2): Undefined array key "plugin_fields_container_id" in [...]/fields/inc/container.class.php at line 1228 PHP Warning (2): Undefined array key "name" in [...]/fields/inc/container.class.php at line 1231 Uncaught Exception TypeError: PluginFieldsContainer::getClassname(): Argument #2 ($container_name) must be of type string, null given, called in [...]/fields/inc/container.class.php on line 1231 in [...]/fields/inc/container.class.php at line 2087
I checked the glpi_plugin_fields_fields table => All seems good
I checked the glpi_plugin_fields_containers => All seems good
I'm stuck. :)
Any help could be provided ?
Thanks
The text was updated successfully, but these errors were encountered: