I have tried Hotmail, GMail and Yahoo with both the stable and dev releases - and all attempts to pull contacts resolve with an error:
>> There was an internal error and we are unable to fetch your contacts. Please try another provider.
I suspect this module is teetering on the brink?
Comments
Comment #1
dalinWith 450 sites currently using it and with work done on it within the last month I think the answer to this question is - Hardly.
I'm guessing that you've had the module for a while and are just now experiencing this problem. Note that the OpenInviter library needs to be updated periodically since email providers change the HTML of their websites. You can set the library to update itself by settings the "update_files" config option and ensuring that the files are writable by the webserver.
Comment #2
dalinComment #3
rakesh.gectcrEither you can use use code as your /sites/all/libraries/OpenInviter/plugins/yahoo.plg.php
Or comment the lines like this(line no:97)
/*if ($this->checkResponse("print_page",$res))
$this->updateDebugBuffer('print_page',"{$url}",'GET');
else
{
$this->updateDebugBuffer('print_page',"{$url}",'GET',false);
$this->debugRequest();
$this->stopPlugin();
return false;
}*/