Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php_network_getaddresses: getaddrinfo failed: Name or service not know

Status
Not open for further replies.

jsoares2004

Programmer
Joined
Jul 16, 2004
Messages
5
Location
PT
hello all
i am tranfering a already made and functioning site from a server to another.

the problem is that now whem i try to start the main page, it gives me the folloing error

php_network_getaddresses: getaddrinfo failed: Name or service not known

what could it be?
you can see the error on:

thanls
 
Are you using a URL with include() or require()? If that file is on the server's filesystem, too, it is much faster, less resource-intensive, and more stable to use a filesystem path instead of a URL.


What does line 7 of that script look like?


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top