InfotelGLPI / mydashboard

Plugin mydashboard for GLPI
http://blogglpi.infotel.com/
GNU General Public License v2.0
42 stars 19 forks source link

Installation not possible #52

Closed pxlcore closed 5 years ago

pxlcore commented 5 years ago

After copying the files to the server and starting Install in GLPI admin panel this error shows up:

1.0.4 multiple alter in glpi_plugin_mydashboard_userwidgets -error in database request: ALTER TABLE 'glpi_plugin_mydashboard_userwidgets' ADD 'interface' TINYINT(1) NOT NULL DEFAULT '0' - error is: Table 'helpdesk.glpi_plugin_mydashboard_userwidgets' doesn't exist

Plugin: mydashboard 1.6.1 GLPI: 9.3.1 and 9.3.2

keha35 commented 5 years ago

Hi,

Can you check if all glpi's table are in InnoDB? If it's not the case, can you switch all tables to InnoDB and uninstall/reinstall the plugin ?

pxlcore commented 5 years ago

Hi, all tables are in InnoDb.

I have a table glpi_pluginmydashboardwidgets but not glpi_pluginmydashboarduserwidgets. Might this be the reason?

keha35 commented 5 years ago

I cant reproduce, Have you tried to unistall and reinstall the plugin?

pxlcore commented 5 years ago

I created the table glpi_plugin_mydashboard_userwidgets manually with the definition from empty-1.6.0.sql. Now the installation runs.