rsobj error
I am getting the following error on a page using data assist
Fatal error: Call to undefined method WA_MySQLi_RS::query() in /home/fairvew2020/public_html/webassist/mysqli/rsobj.php on line 213
I put
<?php
error_reporting(E_ALL);
ini_set('display_errors','on');
?>
at the top of the page to show errors.
Screen shot of database attached