You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-01-06 15:57:52

lucaszephyr
Member
Registered: 2022-04-25
Posts: 29

query with database does not work in version 10

Good morning.
I would like some guidance.

Until version 9.5.7 I used this type of query to fetch data:
$queryUsers = "SELECT * FROM glpi_users";
$result = $DB->query($queryUsers);
$numRows = $DB->affectedRows($result);


but, in version 10 I got an error return:
Warning: mysqli::query(): Couldn't fetch mysqli in C:\xampp\htdocs\html\glpi\src\DBmysql.php on line 363


Could someone help me how to make this new connection?

Offline

Board footer

Powered by FluxBB