The site was working properly and now when i login to the side i get the following error. Warning: main(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/dare/public_html/ae_content/registration-ind2.php on line 293 Warning: main(http://www.daretodreamstudios.com/includes/sponsorbanner.php): failed to open stream: Permission denied in /home/dare/public_html/ae_content/registration-ind2.php on line 293 Warning: main(): Failed opening 'http://www.daretodreamstudios.com/includes/sponsorbanner.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dare/public_html/ae_content/registration-ind2.php on line 293 Please help to rectify this error. I couldn't find the cause for this error. Your help will be appreciated. Thank you.
Hmmmmm. We already check all the file. Some times it works properly and sometimes it doesn't. Regards Sharief
Why would permissions be an error, it would've returned a different error then, it seems like you must have the path wrong.
Thanks for all ur support. I rectified the error. I need one more help can anybody here guide me in localizing an entire site with php million thanks
Anybody Help me, How to allow the users to upload his/her own movie and music files to a website and viewing it whenever they wanted. Regards Sharief.
After a few days and more Google results than I care to mention I found the solution to my problem although there does seem to be quite a number of possible causes for this error message. include("http://infonet/testnet/staff/staffnews.php?show=today"); ...problem was the server didn't know where "http://infonet/" was (actually the web server IS InfoNet). The solution was to put the following into '/etc/hosts': 10.17.93.232 infonet ..simple, everything works now. Many others were having trouble do to file permisions, PHP safemode, and allow_url_fopen being turned off among other things.