Kohana_Exception [ 0 ]: The owner_id property does not exist in the Model_Store_Vendor class

MODPATH/orm/classes/Kohana/ORM.php [ 682 ]

677 
678 			return $model->where($col, '=', $val);
679 		}
680 		else
681 		{
682 			throw new Kohana_Exception('The :property property does not exist in the :class class',
683 				array(':property' => $column, ':class' => get_class($this)));
684 		}
685 	}
686 
687 	/**
  1. APPPATH/classes/Model/Store/vendor.php [ 10 ] » Kohana_ORM->__get(arguments)

  2. APPPATH/classes/Controller/Store.php [ 2642 ] » Model_Store_Vendor->__get(arguments)

  3. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Store->action_vendors()

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

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

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

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

  8. DOCROOT/index.php [ 117 ] » Kohana_Request->execute()

Environment