There is a bug in some versions of MySQL that cause prepared statements to not work when using Views.
The solution is to turn off prepared statements globally in the rsobj.php file, or in the recordsets that use views individually.
I've turned off prepared statements in the rsobj.php file on your server for now, and that appears to have fixed the problem.