Hi,
thanks, problem is here:
Warning: Warning (2): file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0
in your PHP configuration you have directive "allow_url_fopen" set to 0 or Off, with this your server can't get images from remote servers like YouTube.
You need to set this to 1 or On in php.ini (normally this is default php configuration).