I am getting this error: Fatal error: Call to undefined method mysqli_stmt::get_result()
Fatal error: Call to undefined method mysqli_stmt::get_result()
I read it uses the mysqlnd driver which is automatically supported in PHP 5.4+, and I'm on 5.6. Here are my settings.
mysqlnd
What can cause this?