Index: branches/5.1.x/core/units/helpers/curl_helper.php =================================================================== diff -u -r12657 -r13086 --- branches/5.1.x/core/units/helpers/curl_helper.php (.../curl_helper.php) (revision 12657) +++ branches/5.1.x/core/units/helpers/curl_helper.php (.../curl_helper.php) (revision 13086) @@ -1,6 +1,6 @@ followLocation && ((defined('SAFE_MODE') && SAFE_MODE) || ini_get('open_basedir'))) { + // this won't work with such restrictions, so turn it off + $this->followLocation = false; + } + $default_options = Array ( // customizable options CURLOPT_FOLLOWLOCATION => $this->followLocation ? 1 : 0,