I’m getting a similar fatal error:
Fatal error: Call to a member function setAddress() on a non-object in …wp-content/plugins/bigcontact/include/saveForm.php on line 70
Here is the code at and around line 70.
} elseif ($id == 'email_address') {
$parent_id = isset($_POST['parent_id'])?trim(strip_tags($_POST['parent_id'])):'';
$emailMapper = new BigContact_Models_EmailMapper();
$email = $emailMapper->find($parent_id, new BigContact_Models_Email());
$email->setAddress($value);
$emailMapper->save($email);
Is anyone going to address this problem or has it been resolved in a previous thread? Please advise.