• 13-09-2013, 19:12:22
    #1
    Üyeliği durduruldu
    curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in

    by hatanın çözümü nedir arkadaşlar ?

    if ($this->follow) {
                curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
            } else {
                curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
            }
  • 13-09-2013, 19:19:38
    #2
    sunucuoptimizasyon.com
    Whmden open_basedir ı devre dışı bırakın.
  • 13-09-2013, 22:05:25
    #3
    Üyeliği durduruldu
    Elazığlı168 adlı üyeden alıntı: mesajı görüntüle
    Whmden open_basedir ı devre dışı bırakın.
    Whm lisansiz ssh ile kapatmanin yolu varmi ?

    Samsung Galaxy S3 tapatalk 2 ile gonderildi.
    Yazim yanlislari varsa affola.
  • 13-09-2013, 22:10:17
    #4
    /etc/php5/apache2/php.ini
    ;open_basedir =OFF
    sudo /usr/sbin/apache2ctl restart
    • Quismo
    Quismo bunu beğendi.
    1 kişi bunu beğendi.