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

APPPATH/views/pages/country.php [ 44 ]

39 	}
40 
41 	// OLD CODE
42 	// $Years = DB::select("year")->from('module_country_info_'.$lang)->group_by('year')->where("visible","=","1")->order_by('year', 'ASC')->as_object()->execute();
43 	$Years = DB::select("year")->from('module_country_info_'.$lang)->group_by('year')
44         ->where("visible","=","1")->and_where("connection", "=", $Country[0]->id)->order_by('year', 'DESC')->as_object()->execute();
45 
46 //	echo "<pre>";
47 //	print_r($Years);
48 //	echo "</pre>";
49 
  1. APPPATH/views/pages/country.php [ 44 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  5. APPPATH/views/main.php [ 255 ] » Kohana_View->__toString()

  6. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  9. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()

  10. {PHP internal call} » Kohana_Controller->execute()

  11. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  12. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  13. SYSPATH/classes/Kohana/Request.php [ 1022 ] » Kohana_Request_Client->execute(arguments)

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

Environment