Kohana_HTTP_Exception [ 404 ]: Unable to find a route to match the URI: %D0%B1%D0%B0%D1%81%D1%81%D0%B5%D0%B9%D0%BD-%D1%80%D0%B3%D1%81%D1%83-%D0%BE%D1%82%D0%BA%D1%80%D1%8B%D0%B2%D0%B0%D0%B5%D1%82%D1%81%D1%8F

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