I am using the trial version of aMember in my Zend Framework application. Zend applications don't use real url's so I have to use the php_include method of protection but I am getting the following error when I access the proteced page: Fatal error: Call to a member function escape() on a non-object in /home/carolis8/public_html/imautomator/amember/plugins/protect/php_include/bruteforce.inc.php on line 85 I have already contacted the support desk about this and they have told me that it means the $db variable is being redefined somewhere in my application but I have made sure that is not the case. Has anyone else seen this or knows what the problem might be? Thanks