On a PHP Script i get error
Fatal error: Call to undefined method mysqli_stmt::get_result() in
It was on a Cpanel Server with PHP mysqli and mysqlnd module enabled.
The problem was fixed by disabling “mysqli” PHP module and enabling “nd_mysqli”.
On a PHP Script i get error
Fatal error: Call to undefined method mysqli_stmt::get_result() in
It was on a Cpanel Server with PHP mysqli and mysqlnd module enabled.
The problem was fixed by disabling “mysqli” PHP module and enabling “nd_mysqli”.
Thanks you saved my time. even stack overflow have wrong answers.
Superb… It started working I invested more then 2 hours to fix this issue. And after following this, it resolved in a second.
Thank you again.
Thanks so much; you are the best; your solution has saved me from a lot of mess. Even PHP manual couldn’t solve this problem as easy as yours
Leave a Reply