Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glpisqllog.WARNING: DBmysql::doQuery() in /var/www/html/glpi/src/DBmysql.php line 443 #17850

Closed
2 tasks done
Chillieloir opened this issue Sep 13, 2024 · 1 comment
Closed
2 tasks done

Comments

@Chillieloir
Copy link

Chillieloir commented Sep 13, 2024

Code of Conduct

  • I agree to follow this project's Code of Conduct

Is there an existing issue for this?

  • I have searched the existing issues

Version

10.0.16

Bug description

SQL: SELECT DISTINCT glpi_networkequipments.id AS id, 'lisandro.eloir' AS currentuser,
glpi_networkequipments.entities_id, glpi_networkequipments.is_recursive, glpi_networkequipments.name AS ITEM_NetworkEquipment_1,
glpi_networkequipments.id AS ITEM_NetworkEquipment_1_id,
glpi_entities.completename AS ITEM_NetworkEquipment_80, glpi_networkequipmenttypes.name AS ITEM_NetworkEquipment_4, glpi_locatio$ '$#$',glpi_ipaddresses_3714572b4d6732a91ac0d68a00a3c328.id) ORDER BY glpi_ipaddresses_3714572b4d6732a91ac0d68a00a3c$
AS ITEM_NetworkEquipment_126,

              `glpi_networkequipments`.`serial` AS `ITEM_NetworkEquipment_5`,  `glpi_groups`.`completename` AS `ITEM_NetworkEquipment_71`,  `glpi_states`.`complete$
                                           '$#$',`glpi_networkports`.`id`) ORDER BY `glpi_networkports`.`id` SEPARATOR '$$##$$')
                          AS `ITEM_NetworkEquipment_21`,

              `glpi_networkequipments`.`date_mod` AS `ITEM_NetworkEquipment_19` FROM `glpi_networkequipments`LEFT JOIN `glpi_entities`
                                      ON (`glpi_networkequipments`.`entities_id` = `glpi_entities`.`id`
                                          )LEFT JOIN `glpi_networkequipmenttypes`
                                      ON (`glpi_networkequipments`.`networkequipmenttypes_id` = `glpi_networkequipmenttypes`.`id`
                                          )LEFT JOIN `glpi_locations`
                                      ON (`glpi_networkequipments`.`locations_id` = `glpi_locations`.`id`
                                          )LEFT JOIN `glpi_manufacturers`
                                      ON (`glpi_networkequipments`.`manufacturers_id` = `glpi_manufacturers`.`id`
                                          )LEFT JOIN `glpi_networkequipmentmodels`
                                      ON (`glpi_networkequipments`.`networkequipmentmodels_id` = `glpi_networkequipmentmodels`.`id`
                                          ) LEFT JOIN `glpi_ipaddresses`  AS `glpi_ipaddresses_3714572b4d6732a91ac0d68a00a3c328`
                                      ON (`glpi_networkequipments`.`id` = `glpi_ipaddresses_3714572b4d6732a91ac0d68a00a3c328`.`mainitems_id`
                                          AND `glpi_ipaddresses_3714572b4d6732a91ac0d68a00a3c328`.`mainitemtype` = 'NetworkEquipment'
                                           AND `glpi_ipaddresses_3714572b4d6732a91ac0d68a00a3c328`.`is_deleted` = '0' AND  NOT (`glpi_ipaddresses_3714572b4d6732a91$
                                      ON (`glpi_networkequipments`.`groups_id` = `glpi_groups`.`id`
                                          )LEFT JOIN `glpi_states`
                                      ON (`glpi_networkequipments`.`states_id` = `glpi_states`.`id`
                                          ) LEFT JOIN `glpi_networkports`
                                      ON (`glpi_networkequipments`.`id` = `glpi_networkports`.`items_id`
                                          AND `glpi_networkports`.`itemtype` = 'NetworkEquipment'
                                          )  WHERE  `glpi_networkequipments`.`is_deleted` = 0  AND `glpi_networkequipments`.`is_template` = 0  AND  ( `glpi_network$

Relevant log output

When trying to access the path http://192.168.1.5/front/networkequipment.php nothing appears and when viewing the logs in /var/www/html/glpi/files/_log/sql-errors.log this error log appears

Page URL

http://192.168.1.5/front/networkequipment.php

Steps To reproduce

No response

Your GLPI setup information

No response

Anything else?

No response

@trasher
Copy link
Contributor

trasher commented Sep 14, 2024

Please provide all required information; write only in english, and give details about how to reproduce. Also, log message seems truncated.

@trasher trasher closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants