This is the error I'm getting for this website.
"Message: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set"
This is the error I'm getting for this website.
"Message: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set"
As it says, you need to go into your php config (maybe /etc/php.ini) and
safe_mode = Off
, and open_basedir
value.This is disabling some security, so know what you are doing...