php - something went wrong with CURLOPT_FOLLOWLOCATION? -


i have problem when im trying upload file amazon s3, gives me error dnt seem understand:

warning: curl_setopt() [function.curl-setopt]: curlopt_followlocation cannot activated when safe_mode enabled or open_basedir set in /var/www/vhosts/??????/httpdocs/actions/s3.php on line 1257 

the problem says in error message - have safe_mode or open_basedir enabled in php.ini. either edit php.ini disable whichever 1 of have on, or don't use php's flavor of curl. if can't edit php.ini you'll have find new host or find new solution.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -