Currently I found my new site is getting following error message:
Fatal error: Call to undefined method mysqli_stmt::get_result()
After searching for a while I found it's because new site need php-mysqlnd and my server is currently working with php-mysql instead of php-mysqlnd.
I tried ...