Hi All,
we installed phpGRID on linux without any problems. However, on windows machine (apache 2.4, php7, win10), the phpGRID/index.php shows no datagrid. We configured the database access correctly. In the apache error log, we can see the following:
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_query() in C:\Apache24\htdocs\phpGRID\lib\inc\adodb\drivers\adodb-mysqli.inc.php:783nStack trace:n#0 C:\Apache24\htdocs\phpGRID\lib\inc\adodb\adodb.inc.php(1185): ADODB_mysqli->_query('SET NAMES 'UTF8…', false)n#1 C:\Apache24\htdocs\phpGRID\lib\inc\adodb\adodb.inc.php(1163): ADOConnection->_Execute('SET NAMES 'UTF8…', false)n#2 C:\Apache24\htdocs\phpGRID\lib\inc\jqgrid_dist.php(9): ADOConnection->Execute('SET NAMES 'UTF8…')n#3 C:\Apache24\htdocs\phpGRID\demos\editing\index.php(23): jqgrid->__construct(Array)n#4 {main}n thrown in C:\Apache24\htdocs\phpGRID\lib\inc\adodb\drivers\adodb-mysqli.inc.php on line 783, referer: http://localhost/phpgrid/index.php
Could you clarify, how to solve this problem?