Is their anything wrong with the following? The $entity variable is not returning anything.
I am trying to get an entity object using entity_load() as follows:
$entity = entity_load('ENTITY_NAME', IDS, $conditions = array(), $reset = FALSE);
*ENTITY_NAME and IDS are obviously not the above.
Is IDS an array of valid IDs for your ENTITY_NAME?
Can you run and see if this works: