CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or anopen_basedir

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JahMic

    CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or anopen_basedir

    Can someone enlighten me to what's going on here.

    I get the following warning:

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWL OCATION
    cannot be activated when in safe_mode or an open_basedir is set in ...

    php version: 4.4.7

    What is strange is the same script works fine in a different directory

    Any help, much appreciated.

    J
  • Jerry Stuckle

    #2
    Re: CURLOPT_FOLLOWL OCATION cannot be activated when in safe_modeor an open_basedir

    JahMic wrote:
    Can someone enlighten me to what's going on here.
    >
    I get the following warning:
    >
    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWL OCATION
    cannot be activated when in safe_mode or an open_basedir is set in ...
    >
    php version: 4.4.7
    >
    What is strange is the same script works fine in a different directory
    >
    Any help, much appreciated.
    >
    J
    >
    ..htaccess and/or httpd.conf settings? What does phpinfo() show when
    loaded from each directory?

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...