Kohana_HTTP_Exception [ 404 ]: Unable to find a route to match the URI: %D0%B6%D0%B4%D0%B5%D0%BC-%D0%B2%D1%81%D0%B5%D1%85-%D0%BD%D0%B0-%D0%B7%D0%B0%D0%BD%D1%8F%D1%82%D0%B8%D1%8F%D1%85-%D0%B4%D0%BB%D1%8F-%D0%B2%D0%B7%D1%80%D0%BE%D1%81%D0%BB%D1%8B%D1%85

SYSPATH/classes/Kohana/Request.php [ 988 ]

983 		}
984 
985 		if ( ! $this->_route instanceof Route)
986 		{
987 			return HTTP_Exception::factory(404, 'Unable to find a route to match the URI: :uri', [
988 				':uri' => $this->_uri,
989 			])->request($this)
990 				->get_response();
991 		}
992 
993 		if ( ! $this->_client instanceof Request_Client)
  1. DOCROOT/public/index.php [ 121 ] » Kohana_Request->execute()

Environment