@heateor Bingo. The error was:
PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
Did a quick Google and I created a php.ini in root directory with the line allow_url_fopen = On;
Issue resolved. Thanks for replying.