Fatal error: Call to undefined method mysqli_stmt::get_result()

浪尽此生 提交于 2019-11-27 09:48:15

I've found the problem.

From php.net:

mysqli_stmt :: get_result is Available only with mysqlnd.

My online environment, unlike my local environment seems to be lacking of mysqlnd!

So I guess I've to contact my host.

perNalin

Just had the same issue, and I didn't have much faith that my hosting provider would enable mysqlnd anytime soon. So ended up switching out mysqli_stmt::get_result()

Check if this solution works for you

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!