1. Boonex Feeds block cant loaded.
2. Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /public_html/inc/utils.inc.php on line 1152
1. Boonex Feeds block cant loaded.
2. Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /public_html/inc/utils.inc.php on line 1152 |
utils.inc.php on line 1152 curl_setopt($rConnect, CURLOPT_FOLLOWLOCATION, 1); For what is this? safe_mode is disanble open_basedir no value.. |
Google it. http://php.net/manual/en/function.curl-setopt.php https://www.deanbassett.com |
Google it. http://php.net/manual/en/function.curl-setopt.php here php.ini ; open_basedir, if set, limits all file operations to the defined directory ; and below. This directive makes most sense if used in a per-directory ; or per-virtualhost web server configuration file. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. ;open_basedir =
; Safe Mode ; safe_mode = Off |