I found the solution! AJAX is not working because of plugin “contestant-rating”
WordPress 3.2 and BuddyPress 1.2.9
<?php
function remove_xprofile_links() {
remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2, 2 );
}
add_action( ‘plugins_loaded’, ‘remove_xprofile_links’ );
?>
Thats work, but now members can’t edit profile.