HELP - CURL and Server PHP Versions...

Discussion in 'PHP' started by sitedesigner, Jan 11, 2008.

  1. #1
    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!
     
    sitedesigner, Jan 11, 2008 IP
  2. LittleJonSupportSite

    LittleJonSupportSite Peon

    Messages:
    386
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    LittleJonSupportSite, Jan 11, 2008 IP
  3. sitedesigner

    sitedesigner Peon

    Messages:
    578
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    LittleJon,
    I have a dedicated server and really need help.

    Can you check your PM?

    Thanks!
     
    sitedesigner, Jan 11, 2008 IP