Error While Sending Comment

The last two hooks should specify 2 accepted arguments, not 1;

add_action('comment_approved_','ymc_subscription_add', 10, 2);
add_action('comment_post', 'ymc_subscription_add', 60, 2);