update_term_meta() only updating once on certain meta keys

I figured it out:

update_term_meta( $term_id, 'organization', $_POST['organization'], true );

should have been

update_term_meta( $term_id, 'organization', $_POST['organization'] );

Where the fourth parameter makes it unique.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)