You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce (which actions have you made) : Don't know exactly.
Expected result : No error
Actual result :
SQL Error "1054": Unknown column 'glpi_sockets.entities_id' in 'on clause' in query "SELECT `glpi_sockets`.*, `glpi_plugin_positions_positions`.`id` AS items_id, `glpi_entities`.`id` AS entity FROM `glpi_plugin_positions_positions`, `glpi_sockets` LEFT JOIN `glpi_entities` ON (`glpi_entities`.`id` = `glpi_sockets`.`entities_id`) WHERE `glpi_sockets`.`id` = `glpi_plugin_positions_positions`.`items_id` AND `glpi_plugin_positions_positions`.`itemtype` = 'Glpi\Socket' AND `glpi_plugin_positions_positions`.`id` = '250' ORDER BY `glpi_entities`.`completename`, `glpi_sockets`.`name`"