problem mit CURLOPT_FOLLOWLOCATION

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • problem mit CURLOPT_FOLLOWLOCATION

    Hallo,

    Ich bekommen folgende Fehlermeldung:
    Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in
    wenn ich folgendes nutze:
    PHP Code:
    curl_setopt($chCURLOPT_FOLLOWLOCATION1); 
    safe_mode hab ich auf "Off" geschalten aber wie kann ich das mit "open_basedir" machen? ...also das es nicht angegeben ist.

    Hoffe mir kann da wer helfen.

    Mfg

  • #2
    erst mal verstehen, was das ist: http://de3.php.net/manual/en/features.safe-mode.php

    Comment

    Working...
    X