I am running an Ubuntu 10.04 VPS server with PHP 5.3. I got an error saying that curl does not work with safe mode and open_basedir activated
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
How can I disable safe mode and open_basedir?
Thankful for all help!