pluginsGLPI / addressing

Plugin addressing for GLPI
GNU General Public License v2.0
36 stars 19 forks source link

Reserve an IP unavailable table on mysql #40

Closed fgendorf closed 4 years ago

fgendorf commented 4 years ago

Hi, I try reserve an IP and had a error, sql-errors.log file said: [2019-10-22 13:35:34] glpisqllog.ERROR: DBmysql::query() in /home/company/www/glpi/inc/dbmysql.class.php line 188 *** MySQL query error: SQL: SHOW COLUMNS FROM glpi_plugin_addressing_reserveips Error: Table 'glpi.glpi_plugin_addressing_reserveips' doesn't exist Backtrace : inc/dbmysql.class.php:431
inc/commondbtm.class.php:557 DBmysql->list_fields() inc/commondbtm.class.php:3007 CommonDBTM->getEmpty() inc/commondbtm.class.php:2920 CommonDBTM->isEntityAssign() inc/commondbtm.class.php:2018 CommonDBTM->checkEntity() inc/commondbtm.class.php:2803 CommonDBTM->canCreateItem() inc/commondbtm.class.php:2899 CommonDBTM->can() plugins/addressing/front/reserveip.form.php:35 CommonDBTM->check() {"user":"6@glpiocs","mem_usage":"0.000\", 4.92Mio)"}

I didn't find any .sql in script about this table

fgendorf commented 4 years ago

The issue fixed with #38