PDA

View Full Version : Resource temporarily unavailable


Marckus_e
02-18-2004, 07:57 AM
Hi!

I am using the example script that comes with l0rdphi1's phpclass.

Added the server, login, password to the file and only thing i get when accessing the file is

Array ( )

I added print_f($sock->error); after print_f($result);

and the result i got was

Array ( [0] => 11 - Resource temporarily unavailable )

I have no clue why it says that! :confused:

EDIT : Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution . Getting that now when removing @ from fsockopen. /EDIT

Any ideas out there?

Best regards
Marcus

DirectAdmin Support
02-18-2004, 09:37 AM
Hello,

Temporary failure in name resolutionare you using a domain or an IP for the connection? Try using an IP in case the domain doesnt resolve.

John

Marckus_e
02-19-2004, 12:11 AM
I just tried the IP and gets the same error.

Best Regards
Marcus