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

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…

Leave a Comment