Bug #5391
Sql error on uninstall
Status: | Feedback | Start date: | 07/04/2015 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | dethegeek | % Done: | 90% | ||
Category: | - | ||||
Target version: | 1.7.0 |
Description
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()
History
#1 Updated by dethegeek almost 7 years ago
- Status changed from New to Feedback
- Assignee set to dethegeek
- Target version set to 1.7.0
- % Done changed from 0 to 90
The uninstall process should run fine now.
#2 Updated by blerohellec almost 7 years ago
Corrected