-
Notifications
You must be signed in to change notification settings - Fork 6
SQL Error "1146": Table 'g9495.glpi_plugin_webapplications_webapplications' doesn't exist #12
Description
Hi, I'm getting the error on the title with the new version of GLPI 9.5.2. I know Web Applications migrating to GLPI core as Appliances, but Enviroment still references to Web Applications' tables of that doesn't exist anymore once it's migrated.
-
Version of the plugin :
2.4.1 -
Version of your GLPI :
GLPI 9.5.2 -
Steps to reproduce (which actions have you made) :
- Go to asset
- Click on Enviroment
- Click on Web applications
- See error
-
Expected result :
Show Web Applications, or Appliances, and the error is not displayed. -
Actual result :
SQL Error "1146": Table 'g9495.glpi_plugin_webapplications_webapplications' doesn't exist in query "SELECT COUNT(
glpi_plugin_webapplications_webapplications.id) AS total,glpi_plugin_webapplications_webapplicationtypes.nameAS TYPE,glpi_plugin_webapplications_webapplications.entities_idFROMglpi_plugin_webapplications_webapplicationsLEFT JOINglpi_plugin_webapplications_webapplicationtypesON (glpi_plugin_webapplications_webapplications.plugin_webapplications_webapplicationtypes_id=glpi_plugin_webapplications_webapplicationtypes.id) LEFT JOINglpi_entitiesON (glpi_entities.id=glpi_plugin_webapplications_webapplications.entities_id) WHEREglpi_plugin_webapplications_webapplications.is_deleted= '0' GROUP BYglpi_plugin_webapplications_webapplications.entities_id,TYPEORDER BYglpi_entities.completename,glpi_plugin_webapplications_webapplicationtypes.name"
PHP Notice (8): Trying to get property 'num_rows' of non-object in /var/www/html/g952/inc/dbmysql.class.php at line 419
-
URL of the page :
/plugins/environment/front/display.php -
Screenshot of the problem (if pertinent) :
