Kohana_Exception [ 0 ]: The data property does not exist in the Model_Category class

MODPATH/orm/classes/kohana/orm.php [ 612 ]

607 
608 			return $model->where($col, '=', $val);
609 		}
610 		else
611 		{
612 			throw new Kohana_Exception('The :property property does not exist in the :class class',
613 				array(':property' => $column, ':class' => get_class($this)));
614 		}
615 	}
616 
617 	/**
  1. APPPATH/classes/model/category.php [ 74 ] » Kohana_ORM->__get(arguments)

  2. DOCROOT/themes/travel/tpl/category/list.php [ 31 ] » Model_Category->__get(arguments)

  3. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

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

  5. SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()

  6. DOCROOT/themes/travel/tpl/layout.php [ 65 ] » Kohana_View->__toString()

  7. SYSPATH/classes/kohana/view.php [ 61 ] » include(arguments)

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

  9. APPPATH/classes/controller/application.php [ 73 ] » Kohana_View->render()

  10. APPPATH/classes/controller/frontend/frontend.php [ 189 ] » Controller_Application->after()

  11. {PHP internal call} » Controller_Frontend_Frontend->after()

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

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

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

  15. DOCROOT/index.php [ 114 ] » Kohana_Request->execute()

Environment