I just installed the Youtube gallery, I obtained an API key from Google but when I "check status" it alwys return this error:
I checked my server and this is what I see in php.ini
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.
Opening remote URL is disabling in your server. Please turn on it, check its
status at here:
System > System Information > PHP Information > allow_url_fopenI checked my server and this is what I see in php.ini
extension = phar.soallow_url_fopen = Onallow_url_include = Offdisplay_errors = Onenable_dl = Onfile_uploads = Onmax_execution_time = 30max_input_time = 60max_input_vars = 1000memory_limit = 128Mpost_max_size = 128Msession.gc_maxlifetime = 1440session.save_path = "/var/cpanel/php/sessions/ea-php70"upload_max_filesize = 128Mzlib.output_compression = OnWe 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.