Closed vollkommenIrrelevant closed 1 year ago
Hi,
The glpi_plugin_uninstall_profiles
table does not exists in your database. Unless you manually removed it, it should not be possible to have this plugin active while this table is missing.
Try to upgrade plugin to 2.8.1 version. If upgrade process is correctly made, it will recreate this missing table.
I didn't removed the table manually. After Update everything run's fine...
Thank you!
Code of Conduct
Is there an existing issue for this?
Version
10.0.5
Bug description
After upgrading I see following error in sql-error.log
[2022-11-21 15:51:47] glpisqllog.ERROR: DBmysql::query() in /var/www/glpi/src/DBmysql.php line 370 *** MySQL query error: SQL: SELECT * FROM
glpi_plugin_uninstall_profilesWHERE
glpi_plugin_uninstall_profiles.
id= '4' LIMIT 1 Error: Table 'glpi.glpi_plugin_uninstall_profiles' doesn't exist Backtrace : src/DBmysqlIterator.php:112 src/DBmysql.php:1056 DBmysqlIterator->execute() src/CommonDBTM.php:306 DBmysql->request() marketplace/uninstall/inc/profile.class.php:60 CommonDBTM->getFromDB() marketplace/uninstall/inc/profile.class.php:194 PluginUninstallProfile->showForm() src/CommonGLPI.php:689 PluginUninstallProfile::displayTabContentForItem() ajax/common.tabs.php:113 CommonGLPI::displayStandardTab()
Relevant log output
Page URL
unsuitable
Steps To reproduce
unsuitable
Your GLPI setup information
Informationen über das System, die Installation und die Konfiguration
Server
GLPI constants
Libraries
LDAP directories
SQL replicas
Notifications
Plugins list
Anything else?
No response