Bir botu editlemeye çalıştım ama şöyle bir sorun çıktı.

[09-Jan-2013 08:29:11] PHP Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/......./public_html/aabot/aabot2.php on line 19

Çözüm yolu nedir ? Botu editlemeden önce çalışıyordu. Ben çekeceği adresi felan değiştirdim böyle bir hata vermeye başladı.
Hata verdiği satırda olan kodlar:


curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);