Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

SQL Error "1146": Table 'g9495.glpi_plugin_webapplications_webapplications' doesn't exist #12

@jcervantes-sipecom

Description

@jcervantes-sipecom

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) :

  1. Go to asset
  2. Click on Enviroment
  3. Click on Web applications
  4. 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.name AS TYPE, glpi_plugin_webapplications_webapplications.entities_id FROM glpi_plugin_webapplications_webapplications LEFT JOIN glpi_plugin_webapplications_webapplicationtypes ON (glpi_plugin_webapplications_webapplications.plugin_webapplications_webapplicationtypes_id = glpi_plugin_webapplications_webapplicationtypes.id) LEFT JOIN glpi_entities ON (glpi_entities.id=glpi_plugin_webapplications_webapplications.entities_id) WHERE glpi_plugin_webapplications_webapplications.is_deleted = '0' GROUP BY glpi_plugin_webapplications_webapplications.entities_id,TYPE ORDER BY glpi_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) :

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions