Hi there,
I bought JUX Background yesterday, when i go to VIDEO PLAYLIST, i have message like this:
Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/illsgorg/public_html/modules/mod_jux_background_video/elements/juxadditems.php on line 307
Hi Joribe,
Thanks for contacting us and choosing our product!
About you problem.
php version on your site may not be supported " file_get_contents ()"
please enter juxadditems.php file (modules \ mod_jux_background_video \ elements)
307 line replacement
$data =file_get_contents('
www.googleapis.com/youtube/v3/videos?id='.$videoID
[$i].'&key=AIzaSyCbSrMgXhG6gLE5HZKvbvIB7ixc49vqhjQ&part=snippet,contentDetails,statistics,status');
=>
$data =stream_get_contents('
www.googleapis.com/youtube/v3/videos?id='.$videoID
[$i].'&key=AIzaSyCbSrMgXhG6gLE5HZKvbvIB7ixc49vqhjQ&part=snippet,contentDetails,statistics,status');
if the problem is not resolved please send me an account site via message private. I will check it again. Thanks
Hi,
please send site and account via address: This email address is being protected from spambots. You need JavaScript enabled to view it.. I'll check for you. Thanks