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

APPPATH/classes/controller/container.php [ 71 ]

66 
67 		$info = Model_Site::get_config('containerbuyform');
68 
69 		$form = Sprig::factory('temail_container_buy');
70 		$form->cat = $category->id;
71 		$form->price = $price->id;
72 
73 		$data = array(
74 			'category' => $category,
75 			'price' => $price,
76 			'info' => $info,
  1. APPPATH/classes/controller/container.php [ 71 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Container->action_buy_form()

  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. DOCROOT/index.php [ 142 ] » Kohana_Request->execute()

Environment