2011-08-15 67 views
0

我使用PHP 5.3運行Ubuntu 10.04 VPS服務器。 我得到了一個錯誤說,嫋嫋不與安全模式下工作,並激活的open_basedirUbuntu。禁用open_basedir和安全模式

Severity: Warning 

Message: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set 

Filename: libraries/Curl.php 

Line Number: 213 

如何禁用安全模式和open_basedir的?

感謝您的幫助!

回答

1

只是註釋掉open_basedirphp.ini,你可能會發現它在這裏:

/etc/php5/apache2/php.ini 

然後重新啓動Apache:

sudo /usr/sbin/apache2ctl restart 

你可能也想關閉這個功能的read about the implications