Php Curl Error

#1
Hi,

I need to use CURLOPT_FOLLOWLOCATION option true with CURL, But I get error


Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/mysite/public_html/mybot/dene.php on line 5

I tried to set open_basedir in httd.conf etc. But still I got this error.
 
Top