Welcome Guest, Not a member yet? Register   Sign In
file_get_content problem
#1

[eluser]andika[/eluser]
hi everyone,

i've problem in my web development. and the error message :
Severity: Warning

Message: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution

Filename: controllers/home.php

is there anything wrong? i've set allow_url_fopen 1 in php.ini

please any advice.

regards,
andika
#2

[eluser]WanWizard[/eluser]
I guess the clue is in the message: getaddrinfo failed: Temporary failure in name resolution

You're retrieving data from another host, and your server wasn't able to resolve the hostname (i.e. a DNS issue).




Theme © iAndrew 2016 - Forum software by © MyBB