You are not logged in.
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