Visitors to my site have been getting a random error. It's been
happening more and more frequently lately.
_______________ _______________
Warning: Unknown(): php_network_get addresses: getaddrinfo failed: Name
or service not known in /home/httpd/vhosts/domain.com/file1.php(394) :
eval()'d code on line 16
_______________ _______________
It seems I get this error from a line like:
_______________ _______________
require("http://www.domain.com/file2.php");
_______________ _______________
I did a search but nothing helpful has come up. Anyone know what could
be causing this?
Thanks.
happening more and more frequently lately.
_______________ _______________
Warning: Unknown(): php_network_get addresses: getaddrinfo failed: Name
or service not known in /home/httpd/vhosts/domain.com/file1.php(394) :
eval()'d code on line 16
_______________ _______________
It seems I get this error from a line like:
_______________ _______________
require("http://www.domain.com/file2.php");
_______________ _______________
I did a search but nothing helpful has come up. Anyone know what could
be causing this?
Thanks.
Comment