我想在我的服务器上使用 cURL,但它给了我以下错误
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot
be activated when in safe_mode or an open_basedir is set in
/www/htdocs/w009663c/download/webapp/browser/pproxy.php on line 180
Warning: Cannot modify header information - headers already sent
by (output started at /www/htdocs/w009663c/download/webapp/browser/
pproxy.php:180)
in /www/htdocs/w009663c/download/webapp/browser/pproxy.php on line 242
{"status":{"http_code":301},"contents":""}
我要求服务器管理员切换安全模式,但他说它已经关闭。
还有什么可能导致这个问题?