Oliver,
Thanks for the credentials. There's definitely something wrong with the loading of our version information from SourceCoast.com, but I'm not sure what it is. I installed extPlorer, For some reason, the main file I want edit can't be edited. I'm trying in a few different ways, and the changes never take. I even tried through JFUploader, but that wouldn't let me save and the uploading ability would keep the .php extension.
If you could, please edit the /administrator/components/com_jfbconnect/assets/sourcecoast.php file. In the __construct function, you'll see:
$this->xmlString = $this->_getRemoteXML2($checkName);
Please try changing that to (XML2 to just XML):
$this->xmlString = $this->_getRemoteXML($checkName);
If that doesn't work, there's other ways we can disable the version checking altogether, but frankly want to know if that works. If so, that will help us narrow down the overall problem.
Thanks,
Alex