$wpdb->update Issue

array(
    'id'=> $result=>id
), 

should be

array(
    'id'=> $result->id
), 

I suspect that’s your white screen issue.