WP 3.0.1, Blogger Import, php_network_getaddresses: getaddrinfo failed
-
I have just installed WP3.0.1. I need to import a long-standing Blogger blog. I have once exported this blog to wp.com in the past, which worked with some borks. As a result, I wish to import the canonical version of the blog from blogspot.com.
I have installed the Blogger import plugin.
Running it, I get asked to sign in to Google (done), and grant access to Blogger (done). My Blogspot account shows that my new website has been granted access to Blogger.
Let’s import.
I get two duplicate error messages:
Could not connect to
There was a problem opening a connection to Blogger. This is what went wrong:
php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
Could not connect to
There was a problem opening a connection to Blogger. This is what went wrong:
php_network_getaddresses: getaddrinfo failed: Name or service not known (0)However, there has clearly been communication between my WP install and Blogger, as the “magic button” appears along with the blog name and posts/comments counts. The counts, though, are both set to zero.
The error seems to be vaguely as if there was a DNS or connectivity issue (getaddrinfo() failed) but there *is* clearly connectivity. I can ping blogger.com, google.com, and blogspot.com from my server’s command line, so again, there is connectivity.
I wonder if there is some sort of poorly handled 302-redirect issue?
(Also, WordPress won’t let me update plugins from the web interface – it doesn’t like my FTP pwd. I have checked this and it is correct. Further, I can happily sftp.)
However, interestingly, I can’t reach googleusercontent.com…
- The topic ‘WP 3.0.1, Blogger Import, php_network_getaddresses: getaddrinfo failed’ is closed to new replies.