I just added this codes and it started to working
function get_editable_roles() {
global $wp_roles;
$all_roles = $wp_roles->roles;
$editable_roles = apply_filters('editable_roles', $all_roles);
return $editable_roles;
}
Can you tell me what is your plugins i have the problem if we have concurrent plugins i can find that where is it.