Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Temporary failure

S

Secret Agent

Guest
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/quik/public_html/teeth-whiten/post/codelock.php(3) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 491

Warning: fsockopen(): unable to connect to domain:80 in /home/quik/public_html/teeth-whiten/post/codelock.php(3) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 491
Send post error (from sendMessage) fault:
Code: 5
Reason: Didn't receive 200 OK from remote server.


I get this suddenly on a blog software. I'm using cpanel / centos 4 with php 4.4.1 and mysql 4.11.4

What could cause this?
 
Last edited by a moderator:
S

Secret Agent

Guest
Anyone know about this?

I confirmed /etc/resolv.conf is good
dns zone is fine and working too
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Secret Agent said:
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/quik/public_html/teeth-whiten/post/codelock.php(3) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 491

Warning: fsockopen(): unable to connect to domain:80 in /home/quik/public_html/teeth-whiten/post/codelock.php(3) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 491
Send post error (from sendMessage) fault:
Code: 5
I might be mistaken, but are you trying to implement Flash and/or XMLRPC modules with a Php script? If yes, you'll have to modify your code. One of our clients had a similar problem and the problem was his Php coding and not Php modules.