pluginsGLPI / room

Room GLPI plugin
GNU General Public License v2.0
16 stars 12 forks source link

SQL errors when uninstalling the plugin #11

Closed C-Duv closed 8 years ago

C-Duv commented 8 years ago

When uninstalling v3.0.4b2 of the plugin, sql-errors.log is filled with SQL errors complaining about tables it cannot find:

*** MySQL query error:
SQL: DROP TABLE `glpi_plugin_room_rooms_computers`
Error: Unknown table 'glpi_plugin_room_rooms_computers'
Backtrace :
plugins\room\hook.php:355                          
inc\plugin.class.php:639                           plugin_room_uninstall()
:                                                  Plugin->uninstall()
front\plugin.form.php:49                           call_user_func()

Tables are:

C-Duv commented 8 years ago

Fixed by PR #16.