#51 Uncaught Error: Call to undefined function mysqli_stmt_get_result()

Closed
opened 7 years ago by kalhoang · 1 comments
kalhoang commented 7 years ago

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 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
spaghetti commented 7 years ago
Owner

This sounds like you just don’t have the mysqlnd php module properly installed.

This sounds like you just don't have the mysqlnd php module properly installed.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
Cancel
Save
There is no content yet.