• Resolved ivandelajara

    (@ivandelajara)


    PHP Notice: Undefined variable: header in /var/www/html/wp-content/plugins/tweet-old-post/inc/core.php on line 3420

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Uriahs Victor

    (@uriahs-victor)

    Hello, please try reinstalling the plugin to see if it fixes your issue, if the error still occurs then please make sure you are using at least PHP 5.6, you could contact your webhost and ask them to upgrade your PHP version if you do not know how to do it.

    Thread Starter ivandelajara

    (@ivandelajara)

    Solution should be…

    $header = array();
    if ($headers) {
    foreach ($headers as $key=>$val) {
    $header[] = “$key: $val”;
    }
    curl_setopt($conn, CURLOPT_HTTPHEADER, $header);
    }

    Plugin Contributor Uriahs Victor

    (@uriahs-victor)

    Thank you, I will put this through to the developers so they could fix it if this was a bug.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Some warnings…’ is closed to new replies.