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”.

Comments

3 responses to “Call to undefined method mysqli_stmt::get_result()”

  1. Madan Malhotra Avatar
    Madan Malhotra

    Thanks you saved my time. even stack overflow have wrong answers.

  2. raju Avatar
    raju

    Superb… It started working I invested more then 2 hours to fix this issue. And after following this, it resolved in a second.

    Thank you again.

  3. Abdul Avatar
    Abdul

    Thanks so much; you are the best; your solution has saved me from a lot of mess. Even PHP manual couldn’t solve this problem as easy as yours

Leave a Reply

Your email address will not be published. Required fields are marked *