Warning expects parameter on rsobj.php
Hi Ray,
I am getting some warning errors on a site. I duplicated the original site that has no errors.
This is what I am getting:
Warning: mysqli_stmt_result_metadata() expects parameter 1 to be mysqli_stmt, boolean given in /home/ocsalum4/public_html/webassist/mysqli/rsobj.php on line 478
Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, null given in /home/ocsalum4/public_html/webassist/mysqli/rsobj.php on line 480
Warning: mysqli_fetch_fields() expects parameter 1 to be mysqli_result, null given in /home/ocsalum4/public_html/webassist/mysqli/rsobj.php on line 481
Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, null given in /home/ocsalum4/public_html/webassist/mysqli/rsobj.php on line 483
Warning: mysqli_stmt_store_result() expects parameter 1 to be mysqli_stmt, boolean given in /home/ocsalum4/public_html/webassist/mysqli/rsobj.php(472) : eval()'d code on line 1
Warning: mysqli_stmt_bind_result() expects parameter 1 to be mysqli_stmt, boolean given in /home/ocsalum4/public_html/webassist/mysqli/rsobj.php(472) : eval()'d code on line 1
Is this a SQL error?
thx
Eric