Kohana_Exception [ 0 ]: The name property does not exist in the Model_Article class

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

746 
747 			return $model->where($col, '=', $val);
748 		}
749 		else
750 		{
751 			throw new Kohana_Exception('The :property property does not exist in the :class class',
752 				array(':property' => $column, ':class' => get_class($this)));
753 		}
754 	}
755 
756 	/**
  1. MODPATH/orm/classes/Kohana/ORM.php [ 667 ] » Kohana_ORM->get()

  2. APPPATH/views/public/blog_article.php [ 121 ] » Kohana_ORM->__get()

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

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

  5. MODPATH/avo/classes/View.php [ 14 ] » Kohana_View->render()

  6. APPPATH/views/public/layout.php [ 156 ] » View->__toString()

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

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

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

  10. MODPATH/avo/classes/AVO/Controller.php [ 129 ] » Kohana_Controller_Template->after()

  11. APPPATH/classes/Controller/Abstract/Public.php [ 96 ] » AVO_Controller->after()

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

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

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

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

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

  17. DOCROOT/index.php [ 124 ] » Kohana_Request->execute()

Environment