Kohana_Exception [ 0 ]: The titulo_ property does not exist in the Model_Pagina class

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

707 
708 			return $model->where($col, '=', $val);
709 		}
710 		else
711 		{
712 			throw new Kohana_Exception('The :property property does not exist in the :class class',
713 				array(':property' => $column, ':class' => get_class($this)));
714 		}
715 	}
716 
717 	/**
  1. MODPATH/orm/classes/Kohana/ORM.php [ 628 ] » Kohana_ORM->get(arguments)

  2. MODPATH/admin/classes/Model/Crud.php [ 499 ] » Kohana_ORM->__get(arguments)

  3. MODPATH/database/classes/Kohana/Database/Result.php [ 157 ] » Model_Crud->__get(arguments)

  4. APPPATH/classes/HTTP/Exception.php [ 47 ] » Kohana_Database_Result->as_array(arguments)

  5. MODPATH/multilang/classes/Multilang/Request.php [ 168 ] » HTTP_Exception->get_response()

  6. DOCROOT/index.php [ 118 ] » Multilang_Request->execute()

Environment