Undefined property: stdClass::$id when retriving term ID

The fields returned by get_term_by() are:

  • term_id
  • name
  • slug
  • term_group
  • term_taxonomy_id
  • taxonomy
  • description
  • parent
  • count

So instead of $thiscat->ID, you should use $thiscat->term_id

Ref: http://codex.wordpress.org/Function_Reference/get_term_by