Call to undefined function mysqli_query()

Hello, i’m sorry for my bad eng and I just started using phpmaker, so my questions and doings may be not so smart.
I just clicked “Generate”, chose tables and af=ter generating browser didnt open the page with HTTP ERROR 500. Here is logs from php.exe. Pls, tell me what i have to do.

[Thu Apr 2 01:12:41 2020] 127.0.0.1:51168 [500]: GET /accountslist.php - Uncaught Error: Call to undefined function mysqli_query() in C:\Users\gogol\Documents\PHPMaker\WebSites\project1\classes\MySqlConnection .php:620
Stack trace:
#0 C:\Users\gogol\Documents\PHPMaker\WebSites\project1\classes\MySqlConnection.php(127): MySqlConnection->do_query()
#1 C:\Users\gogol\Documents\PHPMaker\WebSites\project1\phpfn.php(7711): MySqlConnection->Execute()
#2 C:\Users\gogol\Documents\PHPMaker\WebSites\project1\phpfn.php(7619): PHPMaker2020\project1\ConnectDb()
#3 C:\Users\gogol\Documents\PHPMaker\WebSites\project1\phpfn.php(2390): PHPMaker2020\project1\Conn()
#4 C:\Users\gogol\Documents\PHPMaker\WebSites\project1\classes\accounts_list.php(421): PHPMaker2020\project1\DbTableBase->getConnection()
#5 C:\Users\gogol\Documents\PHPMaker\WebSites\project1\accountslist.php(20): PHPMaker2020\project1\accounts_list->__construct()
#6 {main}
thrown in C:\Users\gogol\Documents\PHPMaker\WebSites\project1\classes\MySqlConnection .php on line 620
[Thu Apr 2 01:12:41 2020] 127.0.0.1:51168 Closing
[Thu Apr 2 01:12:41 2020] 127.0.0.1:51172 Accepted
[Thu Apr 2 01:12:58 2020] 127.0.0.1:51169 Closed without sending a request; it was probably just an unused speculative preconnection
[Thu Apr 2 01:12:58 2020] 127.0.0.1:51169 Closing
[Thu Apr 2 01:12:58 2020] 127.0.0.1:51172 Closed without sending a request; it was probably just an unused speculative preconnection
[Thu Apr 2 01:12:58 2020] 127.0.0.1:51172 Closing

Make sure you have done composer update and you have enabled the mysqli extension for your PHP. Read: https://discourse.hkvstore.com/t/migrating-to-v2022/655/1

Thnx for answer, i have downloaded and installed a latest version of composer and switch on mysqli.dll in php.ini, but it still doesn’t work