id summary reporter owner description type status priority milestone component version severity resolution keywords cc 7664 Redirect back to the edit screen to display the updates and message carlo.tafuro djpaul "Hello, after the line: {{{ bp_core_add_message( __( 'Please make sure you fill in all required fields in this profile field group before saving.', 'buddypress' ), 'error' ); }}} in bp-xprofile/bp-xprofile-screens.php (see [https://buddypress.trac.wordpress.org/browser/branches/2.9/src/bp-xprofile/bp-xprofile-screens.php#L100] ) is missing: {{{ // Redirect back to the edit screen to display the updates and message. bp_core_redirect( trailingslashit( bp_displayed_user_domain() . bp_get_profile_slug() . '/edit/group/' . bp_action_variable( 1 ) ) ); }}} like at the end of the same function xprofile_screen_edit_profile() (see [https://buddypress.trac.wordpress.org/browser/branches/2.9/src/bp-xprofile/bp-xprofile-screens.php#L171] ) without that line the error message is displayed on the next page. Thanks Carlo" defect (bug) closed normal 3.0 Extended Profile 2.9.2 normal fixed carlo.tafuro@…