called with 3 bind variables when 2 are needed at index.cgi line 786. #### $sth = $dbh->prepare("INSERT INTO wbwc_roster(member, group, org) VALUES (?, ?, '$org')"); $sth->execute(param("member"), param("group")) or die $dbh->errstr;