Kohana_Exception [ 0 ]: The varDescription property does not exist in the Model_Hotel class

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

679 
680 			return $model->where($col, '=', $val);
681 		}
682 		else
683 		{
684 			throw new Kohana_Exception('The :property property does not exist in the :class class',
685 				array(':property' => $column, ':class' => get_class($this)));
686 		}
687 	}
688 
689 	/**
  1. MODPATH/orm/classes/Kohana/ORM.php [ 600 ] » Kohana_ORM->get(arguments)

  2. APPPATH/classes/Model/Hotel.php [ 81 ] » Kohana_ORM->__get(arguments)

  3. APPPATH/views/Hotel/index.php [ 68 ] » Model_Hotel->__get(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

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

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

  7. APPPATH/views/global/html.php [ 163 ] » Kohana_View->__toString()

  8. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

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

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

  11. SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()

  12. APPPATH/classes/Frontcontroller.php [ 427 ] » Kohana_Response->body(arguments)

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

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

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

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

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

  18. DOCROOT/index.php [ 136 ] » Kohana_Request->execute()

Environment