I tried to install your code on my server and got this error
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_stmt_get_result() in /home/xxx/www/classes/mysql.class.php:262
Stack trace:
0 /home/xxx/www/classes/users.class.php(14): DB_MYSQL->query(’\n SELECT…‘)
1 /home/xxx/www/classes/script_start.php(88): Users::get_classes()
2 /home/xxx/www/index.php(1): require(‘/home/xxx/www…’)
3 {main}
thrown in /home/xxx/www/classes/mysql.class.php on line 262” while reading response header from upstream,
I trying to figure it out and got no luck
Please help!
Thanks,
Kal
Hi,
I tried to install your code on my server and got this error
<pre>
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_stmt_get_result() in /home/xxx/www/classes/mysql.class.php:262
Stack trace:
0 /home/xxx/www/classes/users.class.php(14): DB_MYSQL->query('\n SELECT...')
1 /home/xxx/www/classes/script_start.php(88): Users::get_classes()
2 /home/xxx/www/index.php(1): require('/home/xxx/www...')
3 {main}
thrown in /home/xxx/www/classes/mysql.class.php on line 262" while reading response header from upstream,
</pre>
I trying to figure it out and got no luck
Please help!
Thanks,
Kal
Hi,
I tried to install your code on my server and got this error
PHP Fatal error: Uncaught Error: Call to undefined function mysqli_stmt_get_result() in /home/xxx/www/classes/mysql.class.php:262 Stack trace: 0 /home/xxx/www/classes/users.class.php(14): DB_MYSQL->query(’\n SELECT…‘) 1 /home/xxx/www/classes/script_start.php(88): Users::get_classes() 2 /home/xxx/www/index.php(1): require(‘/home/xxx/www…’) 3 {main} thrown in /home/xxx/www/classes/mysql.class.php on line 262” while reading response header from upstream,I trying to figure it out and got no luckPlease help!
Thanks,
Kal
This sounds like you just don’t have the mysqlnd php module properly installed.