I did some research and found that there is a bug where Prepared statements don't work in MySQLi when using views in some versions of MySQL.
If you add this:
$rs_member->Prepared = false;
Then it should allow the recordset to load properly. This will only be necessary when your recordset uses ->bindParam() and it uses a view and not a standard table.
I've added the change to your recordset since I found FTP information and it seems to have fixed the page.