i got this error when loading my website, Warning: main() [function.main]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in xxx/public_html/includes/templateP1.php on line 10 my web host support wasn't very polite and clear when explaining the situation. what they suggest was to login using their ip address (to cpanel i assume, but how to login to their ip?) and set my name server to their new name server since my domain name is not under them and they cannot do it for me. really new to this, could appreciate if anyone can explain step by step wat to do.
/public_html/includes/templateP1.php is trying to include/call some files from an external domain that cant be resolved at that moment. Check your code and see if that external domain exists and you can access the particular resource.
hmm, no. the php files are there. its in my own public_html directory actually. but for some reason it wun load. i am thinking its the DNS problem.
it worked, thx. it worked with absolute urls before, didn't change any folder names or anything, wonders why it failed now.