-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Bonjour,
j'essaye d'utiliser ce code
$res = $dm->media->info(array('id' => $video->dmId, 'fields' => array('id','meta.title', 'embed_url','frame_ratio','assets.jpeg_thumbnail_source.stream_url','assets.jpeg_thumbnail_small.stream_url','assets.jpeg_thumbnail_medium.stream_url','assets.jpeg_thumbnail_large.stream_url','assets.source.duration', 'created', 'meta.title' ) ));
en local tout est OK
mais une fois en ligne j'ai ce message
Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/vhosts/xxx.com/xxxx/includes/dmcloud/CloudKey.php on line 229
que puis-je faire ?
merci
hello,
I use this code
$res = $dm->media->info(array('id' => $video->dmId, 'fields' => array('id','meta.title', 'embed_url','frame_ratio','assets.jpeg_thumbnail_source.stream_url','assets.jpeg_thumbnail_small.stream_url','assets.jpeg_thumbnail_medium.stream_url','assets.jpeg_thumbnail_large.stream_url','assets.source.duration', 'created', 'meta.title' ) ));
when i work on localhost all si right
but online this is an error message
Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/vhosts/xxx.com/xxxx/includes/dmcloud/CloudKey.php on line 229
what can i do ?
thanks