• Hi,

    I am trying to install the MAGPIE RSS, but its not working properly. Showing the error.

    ERROR: Feed is not set up properly. Please fill in all required fields

    Can anyone help me out in getting clear this.

    FYI: in local server this working fine.

    -Makkal

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter makkal

    (@makkal)

    Now its not working in Local server…. dont whatz happening.

    Link:
    http://blog.momentumriverexpeditions.com/guide-bios

    require_once (ABSPATH . WPINC . '/rss-functions.php'); error_reporting(E_ERROR);
    $url = 'http://feed43.com/0652705747325733.xml';
    $rss = @fetch_rss($url);
    
    echo "<h3> ", $rss->channel['title'], "</h3><br />\n";
    foreach ($rss->items as $item ) {
     $title = $item[title];
     $url   = $item[link];
     $content = $item[description];
     echo "<p class='introbodytexthead'><a href=$url>$title</a></p><br />\n";
     echo "$content<br />\n";
    }

    Please help out….

    Thread Starter makkal

    (@makkal)

    Is there anybody to fix me this error. I couldn’t find the solution for it.

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

The topic ‘Magpie error: feed is not setup properly’ is closed to new replies.