What image is this pulling?

$image = get_post_meta(get_the_ID(),'image',true);

This line is pulling the URL of the image from a custom field for that particular profile page. Do you see any custom fields in the admin there? Make sure you have the custom fields checkbox checked in the screen options tab (top right in the page admin).