PHP error: php_network_getaddresses: getaddrinfo failed: (while getting information from other site.)

后端 未结 11 1112
时光说笑
时光说笑 2020-12-01 10:18

Trying to get information from an external source, I\'m receiving the following error:

Warning: php_network_getaddresses: getaddrinfo

11条回答
  •  既然无缘
    2020-12-01 11:08

    It's because you can't resolve the host name Maybe DNS problems, host is unreachable...

    try to use IP address instead of host name... ping this host name... nslookup it...

提交回复
热议问题