I have a script that I'm running on my server, but it prints this error. Here is the code. line 37: curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, TRUE ); line 74: curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, TRUE ); PHP: Can someone or anyone help me? Oh, and the PHP info for the server is here.. http://mydramaqueen.com/php.php Code (markup): thanks! Thank you so much!
You must modify your open_basedir open_basedir can not be set by an entry in .htaccess or through a script. It can be set only in php.ini or httpd.conf If your on a shared host you might not have access to this. I am willing to bet that your not in safe mode and this is 100% open_basedir issue.