yoyoy

Results 8 comments of yoyoy

I think... but I'm not sure for the security of my applications without this security option activated ... could I modify the CloudKey Class whith false for this parameter ?...

I have this param with phpinfo safe_mode Off (local value) On(master value) but it look's not on OFF in local :(

i've turned off my safe mode but the problem persists Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/vhosts/xxxx.com/xxxxx/includes/dmcloud/CloudKey.php on line 229 php...

is it a right way to disable that just in some cases (without modify the original api class?) for example for this code $res = $dm->media->info(array('id' => $video->dmId, 'fields' =>...

ok, but how can I set this param in my code ? thanks note : it is a warning but the code is correctly executed ... don't understand

ah no...sorry ... when i want to upload a file or create a media it does not works ``` $res = $dm->file->upload_file($realdir.$fichier); ``` Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when...

hmmm ... i have an open_basedir in my phpinfo ... open_basedir /var/www/vhosts/xxxx.com/xxxxx/:/tmp/ no value must I change that ? I'm not realy happy to this idea :(

by Removing CURLOPT_FOLLOWLOCATION from the curlopt_array in cloudKey.php it works but i hope it will continue to work whene you update the system from your side ... if you have...