pluginsGLPI / customfields

customfields plugin for GLPI
GNU General Public License v2.0
13 stars 4 forks source link

Sql error on uninstall #48

Open dethegeek opened 9 years ago

dethegeek commented 9 years ago

version 1.7 for GLPI 0.85 on plugin's uninstall, an sql error occurs (extract hereafter). Indeed, table glpi_plugin_customfields does not exists. Note, it was not an upgrade from a previous version

SQL: DROP TABLE glpi_plugin_customfields Error: Unknown table 'glpi.glpi_plugin_customfields' Backtrace : plugins/customfields/inc/install.function.php:326
plugins/customfields/hook.php:598 pluginCustomfieldsUninstall() inc/plugin.class.php:616 plugin_customfields_uninstall() front/plugin.form.php:45 Plugin->uninstall()

( redmine : https://forge.glpi-project.org/issues/5391 )

dethegeek commented 9 years ago

Fixed, need fedback