Support » Plugin: Facebook Fan Box Cache » function.file-get-contents – php_network_getaddresses: getaddrinfo failed

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Donald Gilbert

    (@dilbert4life)

    Which version of the plugin are you using?

    The reason you get the issue each time the cache is cleared is that file_get_contents is only called when generating the local cached version, so you would only see it when a new cache is being generated.

    Thread Starter stewartlever

    (@stewartlever)

    version 2.5

    Ok so this won’t be an issue each time the cache cycles ie every hour ?

    Plugin Author Donald Gilbert

    (@dilbert4life)

    It’s not a major issue. What I can’t figure out is why it is erroring. The file it’s trying to load does exist, it’s just the getaddrinfo function is failing, so it doesn’t know where to route the remote request. It may be an issue with your hosting environment.

    I’ll look into possible solutions when I get a chance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘function.file-get-contents – php_network_getaddresses: getaddrinfo failed’ is closed to new replies.