-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fresh install of the plugin via market place #62
Comments
Problem with install plugin, i think. result of SHOW VARIABLES LIKE 'sql_mode'; into mysql shell ? |
This is the result of the command SHOW VARIABLES LIKE 'sql_mode'; kind regards |
I have the same problem, please help |
Has anyone figured it out, I'm having the same problem |
It turns out when you uninstall this plugin, all tables are deleted except for the glpi_plugin_addressing_ipcomments table. Worked for me doing the following steps:
|
I fresh install and clean in market place and plugins directory of the plug-in
When reinstall from market place in configuration I select fping and select all options to on, the when i save il have this logs
[2022-10-12 15:39:35] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "use_ping" in /opt/glpi/plugins/addressing/inc/config.class.php at line 89
Backtrace :
plugins/addressing/front/config.php:43 PluginAddressingConfig->showForm()
[2022-10-12 15:43:17] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "used_system" in /opt/glpi/plugins/addressing/inc/config.class.php at line 45
Backtrace :
plugins/addressing/front/config.php:43 PluginAddressingConfig->showForm()
[2022-10-12 15:43:17] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "alloted_ip" in /opt/glpi/plugins/addressing/inc/config.class.php at line 66
Backtrace :
plugins/addressing/front/config.php:43 PluginAddressingConfig->showForm()
[2022-10-12 15:43:17] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "free_ip" in /opt/glpi/plugins/addressing/inc/config.class.php at line 71
Backtrace :
plugins/addressing/front/config.php:43 PluginAddressingConfig->showForm()
[2022-10-12 15:43:17] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "double_ip" in /opt/glpi/plugins/addressing/inc/config.class.php at line 77
Backtrace :
plugins/addressing/front/config.php:43 PluginAddressingConfig->showForm()
[2022-10-12 15:43:17] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "reserved_ip" in /opt/glpi/plugins/addressing/inc/config.class.php at line 82
Backtrace :
plugins/addressing/front/config.php:43 PluginAddressingConfig->showForm()
[2022-10-12 15:43:17] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "use_ping" in /opt/glpi/plugins/addressing/inc/config.class.php at line 89
Backtrace :
plugins/addressing/front/config.php:43 PluginAddressingConfig->showForm()
Could you help please
The text was updated successfully, but these errors were encountered: