This app seems to be causing an error when trying to copy a Group, on a completely fresh 4.6.4 install with only Forms installed trying to copy a group I get:
INSERT INTO `core_groups` ( `g_id`, `g_view_board`, `g_mem_info`, `g_use_search`, `g_edit_profile`, `g_edit_posts`, `g_delete_own_posts`, `g_use_pm`, `g_append_edit`, `g_access_offline`, `g_avoid_q`, `g_avoid_flood`, `g_icon`, `g_attach_max`, `prefix`, `suffix`, `g_max_messages`, `g_max_mass_pm`, `g_search_flood`, `g_edit_cutoff`, `g_photo_max_vars`, `g_dohtml`, `g_bypass_badwords`, `g_can_msg_attach`, `g_attach_per_post`, `g_dname_changes`, `g_dname_date`, `g_mod_preview`, `g_rep_max_positive`, `g_rep_max_negative`, `g_signature_limits`, `g_hide_online_list`, `g_bitoptions`, `g_pm_perday`, `g_mod_post_unit`, `g_ppd_limit`, `g_ppd_unit`, `g_displayname_unit`, `g_sig_unit`, `g_pm_flood_mins`, `g_max_bgimg_upload`, `g_post_polls`, `g_vote_polls`, `g_topic_rate_setting`, `g_bitoptions2`, `g_upload_animated_photos`, `g_view_displaynamehistory`, `g_hide_own_posts`, `g_lock_unlock_own`, `g_can_report`, `g_create_clubs`, `g_club_allowed_nodes`, `g_promote_exclude`, `g_close_polls`, `g_club_limit`, `group_id`, `g_fs_submit_wait`, `g_fs_bypass_captcha`, `g_fs_view_logs`, `g_fs_moderate_logs`, `g_fs_can_attach` ) VALUES ( NULL, 1, 1, 1, 1, '1', '0', 1, 0, 0, 0, 0, NULL, 500000, '<span style=\'color:#c90076\'>', '</span>', 50, 10, 3, 5, '500:170:170', 0, 0, 1, 50000, 0, 1, 0, 10, 10, '0:::::', 0, 26083328, 25, 0, 0, 0, 0, 0, 1, -1, 1, 1, 0, 0, 1, 1, '0', '0', '1', 'public,open,closed,private', '*', 0, 0, NULL, 16, 600, 0, 0, 0, 1 )
IPS\Db\Exception: Unknown column 'group_id' in 'field list' (1054)
#0 /var/www/vhosts/<redacted>/httpdocs/system/Db/Db.php(936): IPS\_Db->preparedQuery()
#1 /var/www/vhosts/<redacted>/httpdocs/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert()
#2 /var/www/vhosts/<redacted>/httpdocs/system/Patterns/ActiveRecord.php(438): IPS\Patterns\_ActiveRecord->save()
#3 /var/www/vhosts/<redacted>/httpdocs/system/Member/Group.php(200): IPS\Patterns\_ActiveRecord->__clone()
#4 /var/www/vhosts/<redacted>/httpdocs/applications/core/modules/admin/members/groups.php(399): IPS\Member\_Group->__clone()
#5 /var/www/vhosts/<redacted>/httpdocs/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\members\_groups->copy()
#6 /var/www/vhosts/<redacted>/httpdocs/applications/core/modules/admin/members/groups.php(39): IPS\Dispatcher\_Controller->execute()
#7 /var/www/vhosts/<redacted>/httpdocs/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\members\_groups->execute()
#8 /var/www/vhosts/<redacted>/httpdocs/admin/index.php(13): IPS\_Dispatcher->run()
#9 {main}
If I uninstall Forms and make absolutely no other changes it works fine. Does seem to work if I hadn't saved the group prior (Was able to copy Member group, until I went in and added a color to it and saved then it started throwing this error as well).