Show feature conflicts Drupal

When you have a conflict between 2 or more features and you don’t know why you can check the conflicts by entering the code below in devel/php

First make sure you have the Devel module installed (http://www.drupal.org/projects/devel)

  dpm(features_get_conflicts());