I just installed the Youtube gallery, I obtained an API key from Google but when I "check status" it alwys return this error:
Opening remote URL is disabling in your server. Please turn on it, check its
status at here:
System > System Information > PHP Information > allow_url_fopen


I checked my server and this is what I see in php.ini
extension = phar.so
allow_url_fopen = On
allow_url_include = Off
display_errors = On
enable_dl = On
file_uploads = On
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 128M
post_max_size = 128M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php70"
upload_max_filesize = 128M
zlib.output_compression = On


We have to run php7.0 for now because we have an important component that doesn;t work with newer PHP.
Both php7.0 and all the otehr instances opf MultiPHP have allow_url_fopen set to On.

What else could be going ON. What I see, beside the error is an empty module. 
I tried regenrating the API key, but that didn;t work.

Any help would be appreciated.