Socket Error
« on: October 31, 2008, 07:08:45 PM »
Seems like a common topic - but I get the socket error when I try to crawl ... The solution has been to put the IP address in the config file.  We tried that and we are still having the problem ... is there anything else we can do?
Thanks
Re: Socket Error
« Reply #1 on: November 02, 2008, 08:54:43 AM »
Please try to specify IP address as it's reported in SERVER_ADDR setting on phpinfo() page on your server.
Re: Socket Error
« Reply #2 on: November 03, 2008, 06:54:55 PM »
We did find a different IP than we were using at SERVER_ADDR  - but we are still getting the same error?  Any other suggestions?
Thanks
Re: Socket Error
« Reply #3 on: November 04, 2008, 09:22:32 PM »
Try setting 127.0.0.1 as IP address.

Does your server support cURL php lubrary? If yes, try to set this option in config.inc.php file:
'xs_curl' => 1,