ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/classes/controller/module/twitterfeed.php [ 48 ]

43                                 $entry = $entry->retweeted_status;
44                                 $retweet = TRUE;
45                             }
46                         }
47                         
48                         $userurl = 'https://twitter.com/'.trim((string)$entry->user->screen_name);
49                         
50                         $tweets[] = array(
51                             'text' => (string)$this->create_links($entry->text),                            
52                             'avatar' => trim((string)$entry->user->profile_image_url),
53                             'name' => trim((string)$entry->user->name),
  1. APPPATH/classes/controller/module/twitterfeed.php [ 48 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Module_Twitterfeed->action_index()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  6. APPPATH/classes/html.php [ 76 ] » Kohana_Request->execute()

  7. APPPATH/classes/view.php [ 24 ] » HTML::replace_markers(arguments)

  8. SYSPATH/classes/kohana/view.php [ 343 ] » View::capture(arguments)

  9. SYSPATH/classes/kohana/controller/template.php [ 44 ] » Kohana_View->render()

  10. {PHP internal call} » Kohana_Controller_Template->after()

  11. SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)

  12. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  13. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  14. DOCROOT/index.php [ 122 ] » Kohana_Request->execute()

Environment