Maybe I\'ve been sat here too long staring at this but WHY would file_get_contents return false here? I\'ve cut and paste the URL and it works fine
file_get_contents
false
Probably allow_url_fopen in your php.ini: http://php.net/manual/en/filesystem.configuration.php
Needs to be allowed.