Call to undefined method mysqli_stmt::get_result()
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”.