I checked and its there ..
Also I checked with my hosting company and the said..
-----------------------------------------
The database information does appear to be correct since we are able to log in with the credentials that are setup. Looking over line 421 I see the following
$aRealRecipient = $GLOBALS['MySQL']->getRow("SELECT * FROM `Profiles` WHERE `Email`='" . process_db_input($sRecipientEmail, BX_TAGS_NO_ACTION, BX_SLASHES_NO_ACTION) . "' LIMIT 1");
When attempting to run the above query it returns empty. Which could be the reason why you are receiving that error. I was not able to receive the error though does the error only show up once you are logged in to the site?
---------------------------------------------
I am not sure what's next.. as mysql details are same in /inc/header.inc.php