• I would recommend a small change of google_referrer_checker.php (line 95):

    – instead of “curl_exec” should be used “curl_exec_follow” as below:

    $data = curl_exec_follow($ch);

    Otherwise the following warning can raise:

    Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set

    http://wordpress.org/plugins/google-referrer-checker/

  • The topic ‘Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION’ is closed to new replies.