Warning (2): file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution [APP/Controller/NoticiasController.php, line 21]Code Context
$noticias = array();
$canais = json_decode(file_get_contents("http://api.i2mobile.com.br/jcpremium/crawler/?data=" . $data . "&token=72AE25495A7981C40622D49F9A52E4F1565C90F048F59027BD9C8C8900D5C3D8" ), true);
$data = '06/12/2019'
$canal = 'economia'
$id = '181364'
$noticias = array()
file_get_contents - [internal], line ??
NoticiasController::index() - APP/Controller/NoticiasController.php, line 21
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108
Warning (2): file_get_contents(http://api.i2mobile.com.br/jcpremium/crawler/?data=06/12/2019&token=72AE25495A7981C40622D49F9A52E4F1565C90F048F59027BD9C8C8900D5C3D8) [<a href='http://php.net/function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution [APP/Controller/NoticiasController.php, line 21]Code Context
$noticias = array();
$canais = json_decode(file_get_contents("http://api.i2mobile.com.br/jcpremium/crawler/?data=" . $data . "&token=72AE25495A7981C40622D49F9A52E4F1565C90F048F59027BD9C8C8900D5C3D8" ), true);
$data = '06/12/2019'
$canal = 'economia'
$id = '181364'
$noticias = array()
file_get_contents - [internal], line ??
NoticiasController::index() - APP/Controller/NoticiasController.php, line 21
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 108