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”.
Visited 1 times, 1 visit(s) today