Error:
Code: Select all
CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an
open_basedir is set in /home/lgadmin/public_html/temp/index.php on line
1866Code: Select all
if (function_exists('curl_init')) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);What the heck? Any ideas? It's a shared host so I'm limited in what I can do with the server...
Cheers