Double-check that the variable is actually an array before accessing its fields. Try using is_array($var) or var_dump($var) to debug, this help you to get the idea what's the problem.
is_array($var)
var_dump($var)