我正在尝试open_basedir
在我的服务器上禁用。我补充说:
open_basedir = none
在 php.ini 中
php_admin_value open_basedir none
在 httpd.conf
<Directory /var/www/mysite.com/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
php_admin_value open_basedir none
在 /etc/apache2/sites-available/mysite.com.vhost 但我的问题仍然存在:
Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in (...)
附言。安全模式关闭。有任何想法吗?