file_get_contents(): php_network_getaddresses: getaddrinfo failed
I'm trying to update some values from one server to another server with a cron job. I use file_get_contents(). The strange thing is that this fails occasionally. One minute it works, another minute it won't work. I receive these two errors: PHP Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known PHP Warning: file_get_contents(): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known and: PHP Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: No address associated with hostname PHP