Request_Exception [ 0 ]: Error fetching remote http://acuweather.googiie.ru/data/ar/808151/evening-forecast.json [ status 0 ] Could not resolve host: acuweather.googiie.ru

SYSPATH/classes/Kohana/Request/Client/Curl.php [ 105 ]

100 		// Close the connection
101 		curl_close($curl);
102 
103 		if (isset($error))
104 		{
105 			throw new Request_Exception('Error fetching remote :url [ status :code ] :error',
106 				array(':url' => $request->url(), ':code' => $code, ':error' => $error));
107 		}
108 
109 		$response->status($code)
110 			->body($body);
  1. SYSPATH/classes/Kohana/Request/Client/External.php [ 140 ] » Kohana_Request_Client_Curl->_send_message(arguments)

  2. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_External->execute_request(arguments)

  3. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)

  4. MODPATH/weat1/classes/Weather.php [ 145 ] » Kohana_Request->execute()

  5. MODPATH/weat1/classes/WLocation.php [ 101 ] » Weather->_getDayPartForecast(arguments)

  6. APPPATH/classes/Controller/Main.php [ 322 ] » WLocation->getEveningForecast()

  7. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Main->action_evening()

  8. {PHP internal call} » Kohana_Controller->execute()

  9. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  10. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  11. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)

  12. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment