Closed ghost closed 2 years ago
Do you have any entries in files/_log/sql-errors.log
around that time too?
@cconard96 This is the closest time wise. previous error was hours earlier
[2022-02-23 22:40:23] glpisqllog.WARNING: DBmysql::query() in E:\xampp\htdocs\glpi\src\DBmysql.php line 401
** MySQL query warnings:
SQL: SELECT FROM glpi_computers
WHERE is_deleted
= '0' AND is_template
= '0' AND ((name
LIKE '%b%' OR id
= 'b' OR contact
LIKE '%b%' OR serial
LIKE '%b%' OR otherserial
LIKE '%b%')) AND (glpi_computers
.entities_id
= '0') ORDER BY name
LIMIT 100
Warnings:
1292: Truncated incorrect DOUBLE value: 'b'
Backtrace :
src\DBmysqlIterator.php:108
src\DBmysql.php:1039 DBmysqlIterator->execute()
src\Dropdown.php:3608 DBmysql->request()
ajax\getDropdownFindNum.php:45 Dropdown::getDropdownFindNum()
{"user":"7@TSLGLPI"}
I think i fixed this. Can you test the changes made in the linked pull request?
Test changes. Issue has been fixed. Thanks @cconard96
I think I'm having a similar issue to the one described in this thread. I'm running GLPI 10.0.10, and I'm finding that the search box in tickets is not working. I've searched the forum but haven't found a solution. Does anyone have any ideas on how to fix this? Is there anything I missed out? Thanks
I think I'm having a similar issue to the one described in this thread. I'm running GLPI 10.0.10, and I'm finding that the search box in tickets is not working. I've searched the forum but haven't found a solution. Does anyone have any ideas on how to fix this? Is there anything I missed out? Thanks
@faisalds Please open a new issue and give all requested details. Also, please try to reproduce on latest GLPI version first. Maybe your issue has been resolved.
Code of Conduct
Is there an existing issue for this?
Version
10.0.0-rc1
Bug description
When adding items to tickets the lists of software, computers, etc are not searchable. The box for searching is there but nothing comes up
Relevant log output
Page URL
https://localhost/glpi/front/user.php
Steps To reproduce
Your GLPI setup information
Information about system installation & configuration
Server
GLPI constants
Libraries
SQL replicas
Notifications
Plugins list
Anything else?
No response