ErrorException [ Warning ]: parse_url(/en/articles/2019/http://vestnik-cspu.ru/ru/articles/2018/8%20(1-2019)//): Unable to parse URL

SYSPATH/classes/kohana/request.php [ 277 ]

272 				 * which parse_url can't handle. So rather than leave empty
273 				 * handed, we'll use this.
274 				 */
275 				$uri = $_SERVER['REQUEST_URI'];
276 
277 				if ($request_uri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH))
278 				{
279 					// Valid URL path found, set it.
280 					$uri = $request_uri;
281 				}
282 
  1. {PHP internal call} » Kohana_Core::error_handler()

  2. SYSPATH/classes/kohana/request.php [ 277 ] » parse_url(arguments)

  3. SYSPATH/classes/kohana/request.php [ 193 ] » Kohana_Request::detect_uri()

  4. DOCROOT/index.php [ 117 ] » Kohana_Request::factory()

Environment