• Resolved zoluxa

    (@zoluxa)


    Hello! When i parse any of site, i got an error:
    Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /…/parsnip/includes/http.class.php on line 229
    Can you help me to solve this problem? Sorry for my english)
    Thanks!

    https://wordpress.org/plugins/parsnip/

Viewing 1 replies (of 1 total)
  • Thread Starter zoluxa

    (@zoluxa)

    I solve this problem? changing
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    to
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false);
    in http.class.php on line 229
    Thanks for plugin!

Viewing 1 replies (of 1 total)

The topic ‘curl_setopt()’ is closed to new replies.