![]() |
Error using XMLRPC, CURL and file_get_contents - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: Error using XMLRPC, CURL and file_get_contents (/thread-45874.html) |
Error using XMLRPC, CURL and file_get_contents - El Forum - 10-10-2011 [eluser]nigelb[/eluser] We are having a problem getting a reliable response from the domain in CURL or File_Get_Contents below which uses CI to query a database. More often than not it returns a error 52, or using file_get_contents a HTTP failed message. If we switch the domain to the commented out code, it will load the page and pass it through curl / fgc. It is only when it has to go through CI's URL that there is a problem, sometimes it works but most of the time it doesn't Code: $code = 26003; |