Kohana_HTTP_Exception [ 404 ]: Unable to find a route to match the URI: %D1%84%D0%BE%D1%82%D0%BE%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D0%B8-%D1%81-%D0%B7%D0%B8%D0%BC%D0%BD%D0%B5%D0%B3%D0%BE-%D0%BF%D0%B5%D1%80%D0%B2%D0%B5%D0%BD%D1%81%D1%82%D0%B2%D0%B0-%D0%B2%D0%BA-%D1%81%D1%87

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