If you an error that looks like one of these...
This error is saying that the file in /public_html/amember/zend.inc doesn't exist, or isn't readable. Check and see if this file exists. If it does, check the permissions on this file to make sure they are 644 or 755.
The file /public_html/amember/rconfig.php is simply the PHP file that tried to call "zend.inc". The PHP script must call the file by its exact name, or you will get this same error.