formcreator icon indicating copy to clipboard operation
formcreator copied to clipboard

Install PLUGIN - GLPI 10.0.14

Open ojauumdev opened this issue 1 year ago • 1 comments

Ao tentar instalar o PLUGIN no GLPI 10.0.14 atraves do marketplace estou recebendo esse erro

Alteração de layout do banco de dados - glpi_plugin_formcreator_issues (1 segundo)

2.13.9 multiple alter in glpi_plugin_formcreator_issues - Erro na consulta ao banco de dados: ALTER TABLE glpi_plugin_formcreator_issues ADD groups_id_validator INT NOT NULL DEFAULT '0' AFTER users_id_validator - Erro é Unknown column 'users_id_validator' in 'glpi_plugin_formcreator_issues'

como resolver?

ojauumdev avatar Apr 15 '24 13:04 ojauumdev

Hi

You're probably installing the plugin with an argument which disables the check of the already existing tables. If yes, remove that argument and read the errors found by the check. It shows you a diff to tell the differences between the actual schema and the expected schema. Usually, this is easy to fix manually.

btry avatar Apr 24 '24 09:04 btry

Thank yu

ojauumdev avatar May 08 '24 23:05 ojauumdev